2024-02-19T23:10:53.466 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-02-19T23:10:53.466 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_gabrioux@teuthology --name gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi --description orch:cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} --verbose --archive /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568079 -- /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568079/orig.config.yaml 2024-02-19T23:10:53.502 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-19T23:10:53.586 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568079 branch: wip-guits-testing-6-2024-02-19-2119-pacific description: orch:cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7568079' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-guits-testing-6-2024-02-19-2119-pacific 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: 19854089e18d4f65dda2b6cd74e737367c2514bd ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-6-2024-02-19-2119-pacific sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 5185 sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd sleep_before_teardown: 0 subset: 1/999 suite: orch:cephadm suite_branch: wip-guits-testing-6-2024-02-19-2119-pacific suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd targets: smithi038.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJAAe+6GLSiP1cg6NFuFRE44CaEqLE0X+2BjDA3JAjaHRyxeLkCClm6u06EnKqaftzafKe+yFqjFu5bd8LlCIPk= smithi177.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF1QMzAnBuMSRDB7xPanRox0FYxV07zyB6BWQaa3it+T3N3EMkA//u8MFg6m0aZgMEsuIhU1t3XxQUqaN+3GwUs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/foobucket /mnt/foo - find /mnt/foo -ls - grep thebody /mnt/foo/myobject - echo test > /mnt/foo/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foobucket - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: b1dac5519c57c269ea98a22fb7729016a1d0e4d2 timestamp: 2024-02-19_22:54:55 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-19T23:10:53.586 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa; will attempt to use it 2024-02-19T23:10:53.587 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks 2024-02-19T23:10:53.587 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-19T23:10:53.588 INFO:teuthology.task.internal:Checking packages... 2024-02-19T23:10:53.612 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '19854089e18d4f65dda2b6cd74e737367c2514bd' 2024-02-19T23:10:53.612 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-19T23:10:53.612 INFO:teuthology.packaging:ref: None 2024-02-19T23:10:53.612 INFO:teuthology.packaging:tag: None 2024-02-19T23:10:53.613 INFO:teuthology.packaging:branch: wip-guits-testing-6-2024-02-19-2119-pacific 2024-02-19T23:10:53.613 INFO:teuthology.packaging:sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd 2024-02-19T23:10:53.613 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-guits-testing-6-2024-02-19-2119-pacific 2024-02-19T23:10:53.850 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-549.g19854089 2024-02-19T23:10:53.852 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-19T23:10:53.858 INFO:teuthology.task.internal:no buildpackages task found 2024-02-19T23:10:53.858 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-19T23:10:53.876 INFO:teuthology.task.internal:Saving configuration 2024-02-19T23:10:53.890 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-19T23:10:53.897 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-19T23:10:53.928 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi038.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568079', '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-19 23:05:44.595833', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJAAe+6GLSiP1cg6NFuFRE44CaEqLE0X+2BjDA3JAjaHRyxeLkCClm6u06EnKqaftzafKe+yFqjFu5bd8LlCIPk='} 2024-02-19T23:10:53.960 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568079', '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-19 23:05:44.597603', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF1QMzAnBuMSRDB7xPanRox0FYxV07zyB6BWQaa3it+T3N3EMkA//u8MFg6m0aZgMEsuIhU1t3XxQUqaN+3GwUs='} 2024-02-19T23:10:53.960 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-19T23:10:53.967 INFO:teuthology.task.internal:roles: ubuntu@smithi038.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-19T23:10:53.967 INFO:teuthology.task.internal:roles: ubuntu@smithi177.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-19T23:10:53.967 INFO:teuthology.run_tasks:Running task console_log... 2024-02-19T23:10:54.093 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2ee9bafee0>, signals=[15]) 2024-02-19T23:10:54.093 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-19T23:10:54.099 INFO:teuthology.task.internal:Opening connections... 2024-02-19T23:10:54.099 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi038.front.sepia.ceph.com 2024-02-19T23:10:54.102 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:10:54.189 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi177.front.sepia.ceph.com 2024-02-19T23:10:54.190 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:10:54.273 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-19T23:10:54.279 DEBUG:teuthology.orchestra.run.smithi038:> uname -m 2024-02-19T23:10:54.300 INFO:teuthology.orchestra.run.smithi038.stdout:x86_64 2024-02-19T23:10:54.301 DEBUG:teuthology.orchestra.run.smithi038:> cat /etc/os-release 2024-02-19T23:10:54.362 INFO:teuthology.orchestra.run.smithi038.stdout:NAME="Red Hat Enterprise Linux" 2024-02-19T23:10:54.362 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION="8.6 (Ootpa)" 2024-02-19T23:10:54.362 INFO:teuthology.orchestra.run.smithi038.stdout:ID="rhel" 2024-02-19T23:10:54.362 INFO:teuthology.orchestra.run.smithi038.stdout:ID_LIKE="fedora" 2024-02-19T23:10:54.362 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION_ID="8.6" 2024-02-19T23:10:54.362 INFO:teuthology.orchestra.run.smithi038.stdout:PLATFORM_ID="platform:el8" 2024-02-19T23:10:54.362 INFO:teuthology.orchestra.run.smithi038.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-02-19T23:10:54.362 INFO:teuthology.orchestra.run.smithi038.stdout:ANSI_COLOR="0;31" 2024-02-19T23:10:54.363 INFO:teuthology.orchestra.run.smithi038.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-02-19T23:10:54.363 INFO:teuthology.orchestra.run.smithi038.stdout:HOME_URL="https://www.redhat.com/" 2024-02-19T23:10:54.363 INFO:teuthology.orchestra.run.smithi038.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-02-19T23:10:54.363 INFO:teuthology.orchestra.run.smithi038.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-19T23:10:54.363 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:10:54.363 INFO:teuthology.orchestra.run.smithi038.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-19T23:10:54.363 INFO:teuthology.orchestra.run.smithi038.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-02-19T23:10:54.363 INFO:teuthology.orchestra.run.smithi038.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-02-19T23:10:54.363 INFO:teuthology.orchestra.run.smithi038.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-02-19T23:10:54.364 INFO:teuthology.lock.ops:Updating smithi038.front.sepia.ceph.com on lock server 2024-02-19T23:10:54.396 DEBUG:teuthology.orchestra.run.smithi177:> uname -m 2024-02-19T23:10:54.416 INFO:teuthology.orchestra.run.smithi177.stdout:x86_64 2024-02-19T23:10:54.416 DEBUG:teuthology.orchestra.run.smithi177:> cat /etc/os-release 2024-02-19T23:10:54.476 INFO:teuthology.orchestra.run.smithi177.stdout:NAME="Red Hat Enterprise Linux" 2024-02-19T23:10:54.476 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION="8.6 (Ootpa)" 2024-02-19T23:10:54.477 INFO:teuthology.orchestra.run.smithi177.stdout:ID="rhel" 2024-02-19T23:10:54.477 INFO:teuthology.orchestra.run.smithi177.stdout:ID_LIKE="fedora" 2024-02-19T23:10:54.477 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION_ID="8.6" 2024-02-19T23:10:54.477 INFO:teuthology.orchestra.run.smithi177.stdout:PLATFORM_ID="platform:el8" 2024-02-19T23:10:54.477 INFO:teuthology.orchestra.run.smithi177.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-02-19T23:10:54.477 INFO:teuthology.orchestra.run.smithi177.stdout:ANSI_COLOR="0;31" 2024-02-19T23:10:54.477 INFO:teuthology.orchestra.run.smithi177.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-02-19T23:10:54.477 INFO:teuthology.orchestra.run.smithi177.stdout:HOME_URL="https://www.redhat.com/" 2024-02-19T23:10:54.477 INFO:teuthology.orchestra.run.smithi177.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-02-19T23:10:54.477 INFO:teuthology.orchestra.run.smithi177.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-19T23:10:54.477 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-02-19T23:10:54.478 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-19T23:10:54.478 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-02-19T23:10:54.478 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-02-19T23:10:54.478 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-02-19T23:10:54.478 INFO:teuthology.lock.ops:Updating smithi177.front.sepia.ceph.com on lock server 2024-02-19T23:10:54.504 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-19T23:10:54.513 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-19T23:10:54.518 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-19T23:10:54.518 DEBUG:teuthology.orchestra.run.smithi038:> test '!' -e /home/ubuntu/cephtest 2024-02-19T23:10:54.521 DEBUG:teuthology.orchestra.run.smithi177:> test '!' -e /home/ubuntu/cephtest 2024-02-19T23:10:54.540 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-19T23:10:54.546 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-19T23:10:54.546 DEBUG:teuthology.orchestra.run.smithi038:> test -z $(ls -A /var/lib/ceph) 2024-02-19T23:10:54.582 DEBUG:teuthology.orchestra.run.smithi177:> test -z $(ls -A /var/lib/ceph) 2024-02-19T23:10:54.611 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-19T23:10:54.684 INFO:teuthology.run_tasks:Running task kernel... 2024-02-19T23:10:54.700 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-19T23:10:54.700 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-19T23:10:54.700 DEBUG:teuthology.orchestra.run.smithi038:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-19T23:10:54.701 DEBUG:teuthology.orchestra.run.smithi177:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-19T23:10:54.718 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:10:54.719 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2024-02-19T23:10:54.720 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:10:54.721 DEBUG:teuthology.orchestra.run.smithi038:> uname -r 2024-02-19T23:10:54.777 INFO:teuthology.orchestra.run.smithi177.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-02-19T23:10:54.778 INFO:teuthology.task.kernel:Running kernel on smithi177: 4.18.0-513.9.1.el8_9.x86_64 2024-02-19T23:10:54.778 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum install -y kernel 2024-02-19T23:10:54.781 INFO:teuthology.orchestra.run.smithi038.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-02-19T23:10:54.782 INFO:teuthology.task.kernel:Running kernel on smithi038: 4.18.0-513.9.1.el8_9.x86_64 2024-02-19T23:10:54.782 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum install -y kernel 2024-02-19T23:10:56.265 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2024-02-19T23:10:56.265 INFO:teuthology.orchestra.run.smithi177.stdout:Unable to read consumer identity 2024-02-19T23:10:56.388 INFO:teuthology.orchestra.run.smithi038.stdout:Updating Subscription Management repositories. 2024-02-19T23:10:56.389 INFO:teuthology.orchestra.run.smithi038.stdout:Unable to read consumer identity 2024-02-19T23:10:56.573 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-02-19T23:10:56.573 INFO:teuthology.orchestra.run.smithi177.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-19T23:10:56.573 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-02-19T23:10:56.669 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:10:56.670 INFO:teuthology.orchestra.run.smithi038.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-19T23:10:56.670 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:10:58.503 INFO:teuthology.orchestra.run.smithi177.stdout:Copr repo for python3-asyncssh owned by ceph 9.3 kB/s | 3.5 kB 00:00 2024-02-19T23:10:58.621 INFO:teuthology.orchestra.run.smithi038.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2024-02-19T23:11:00.346 INFO:teuthology.orchestra.run.smithi177.stdout:Extra Packages for Enterprise Linux 8.9 MB/s | 16 MB 00:01 2024-02-19T23:11:03.945 INFO:teuthology.orchestra.run.smithi177.stdout:lab-extras 397 kB/s | 24 kB 00:00 2024-02-19T23:11:04.665 INFO:teuthology.orchestra.run.smithi177.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-02-19T23:11:04.665 INFO:teuthology.orchestra.run.smithi177.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-02-19T23:11:04.729 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-02-19T23:11:04.730 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2024-02-19T23:11:04.730 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-02-19T23:11:04.849 DEBUG:teuthology.orchestra.run.smithi177:> echo no | sudo yum reinstall kernel || true 2024-02-19T23:11:05.186 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2024-02-19T23:11:05.187 INFO:teuthology.orchestra.run.smithi177.stdout:Unable to read consumer identity 2024-02-19T23:11:05.390 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-02-19T23:11:05.390 INFO:teuthology.orchestra.run.smithi177.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-19T23:11:05.390 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-02-19T23:11:05.704 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:02 ago on Mon 19 Feb 2024 11:11:03 PM UTC. 2024-02-19T23:11:05.776 INFO:teuthology.orchestra.run.smithi177.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-19T23:11:05.792 INFO:teuthology.orchestra.run.smithi177.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-19T23:11:05.829 INFO:teuthology.orchestra.run.smithi177.stderr:Error: No packages marked for reinstall. 2024-02-19T23:11:05.871 INFO:teuthology.orchestra.run.smithi038.stdout:Extra Packages for Enterprise Linux 2.2 MB/s | 16 MB 00:07 2024-02-19T23:11:05.877 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum reinstall -y kernel || true 2024-02-19T23:11:06.213 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2024-02-19T23:11:06.213 INFO:teuthology.orchestra.run.smithi177.stdout:Unable to read consumer identity 2024-02-19T23:11:06.373 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-02-19T23:11:06.373 INFO:teuthology.orchestra.run.smithi177.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-19T23:11:06.373 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-02-19T23:11:06.680 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:03 ago on Mon 19 Feb 2024 11:11:03 PM UTC. 2024-02-19T23:11:06.745 INFO:teuthology.orchestra.run.smithi177.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-19T23:11:06.745 INFO:teuthology.orchestra.run.smithi177.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-19T23:11:06.777 INFO:teuthology.orchestra.run.smithi177.stderr:Error: No packages marked for reinstall. 2024-02-19T23:11:06.823 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q kernel | sort -rV | head -n 1 2024-02-19T23:11:06.988 INFO:teuthology.orchestra.run.smithi177.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-02-19T23:11:06.988 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-02-19T23:11:06.988 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-02-19T23:11:06.988 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-19T23:11:06.988 DEBUG:teuthology.orchestra.run.smithi177:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-19T23:11:07.023 INFO:teuthology.orchestra.run.smithi177.stdout:ttyS1 2024-02-19T23:11:07.038 DEBUG:teuthology.parallel:result is None 2024-02-19T23:11:09.929 INFO:teuthology.orchestra.run.smithi038.stdout:lab-extras 549 kB/s | 24 kB 00:00 2024-02-19T23:11:10.699 INFO:teuthology.orchestra.run.smithi038.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-02-19T23:11:10.699 INFO:teuthology.orchestra.run.smithi038.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-02-19T23:11:10.790 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-02-19T23:11:10.792 INFO:teuthology.orchestra.run.smithi038.stdout:Nothing to do. 2024-02-19T23:11:10.792 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-02-19T23:11:10.926 DEBUG:teuthology.orchestra.run.smithi038:> echo no | sudo yum reinstall kernel || true 2024-02-19T23:11:11.315 INFO:teuthology.orchestra.run.smithi038.stdout:Updating Subscription Management repositories. 2024-02-19T23:11:11.315 INFO:teuthology.orchestra.run.smithi038.stdout:Unable to read consumer identity 2024-02-19T23:11:11.553 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:11:11.553 INFO:teuthology.orchestra.run.smithi038.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-19T23:11:11.553 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:11:11.920 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:00:02 ago on Mon 19 Feb 2024 11:11:09 PM UTC. 2024-02-19T23:11:12.015 INFO:teuthology.orchestra.run.smithi038.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-19T23:11:12.015 INFO:teuthology.orchestra.run.smithi038.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-19T23:11:12.077 INFO:teuthology.orchestra.run.smithi038.stderr:Error: No packages marked for reinstall. 2024-02-19T23:11:12.134 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum reinstall -y kernel || true 2024-02-19T23:11:12.517 INFO:teuthology.orchestra.run.smithi038.stdout:Updating Subscription Management repositories. 2024-02-19T23:11:12.517 INFO:teuthology.orchestra.run.smithi038.stdout:Unable to read consumer identity 2024-02-19T23:11:12.681 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:11:12.681 INFO:teuthology.orchestra.run.smithi038.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-02-19T23:11:12.681 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:11:13.047 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:00:04 ago on Mon 19 Feb 2024 11:11:09 PM UTC. 2024-02-19T23:11:13.119 INFO:teuthology.orchestra.run.smithi038.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-19T23:11:13.120 INFO:teuthology.orchestra.run.smithi038.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-02-19T23:11:13.166 INFO:teuthology.orchestra.run.smithi038.stderr:Error: No packages marked for reinstall. 2024-02-19T23:11:13.227 DEBUG:teuthology.orchestra.run.smithi038:> rpm -q kernel | sort -rV | head -n 1 2024-02-19T23:11:13.401 INFO:teuthology.orchestra.run.smithi038.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-02-19T23:11:13.401 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-02-19T23:11:13.401 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-02-19T23:11:13.401 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-19T23:11:13.402 DEBUG:teuthology.orchestra.run.smithi038:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-19T23:11:13.435 INFO:teuthology.orchestra.run.smithi038.stdout:ttyS1 2024-02-19T23:11:13.451 DEBUG:teuthology.parallel:result is None 2024-02-19T23:11:13.451 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-19T23:11:13.464 INFO:teuthology.task.internal:Creating test directory... 2024-02-19T23:11:13.464 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-19T23:11:13.494 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-19T23:11:13.515 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-19T23:11:13.642 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-19T23:11:13.648 INFO:teuthology.task.internal:Creating archive directory... 2024-02-19T23:11:13.649 DEBUG:teuthology.orchestra.run.smithi038:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-19T23:11:13.651 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-19T23:11:13.685 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-19T23:11:13.691 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-19T23:11:13.692 DEBUG:teuthology.orchestra.run.smithi038:> 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-19T23:11:13.719 DEBUG:teuthology.orchestra.run.smithi177:> 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-19T23:11:13.762 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T23:11:13.762 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T23:11:13.775 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T23:11:13.775 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T23:11:13.777 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-19T23:11:13.784 INFO:teuthology.task.internal:Configuring sudo... 2024-02-19T23:11:13.784 DEBUG:teuthology.orchestra.run.smithi038:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-19T23:11:13.787 DEBUG:teuthology.orchestra.run.smithi177:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-19T23:11:13.848 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-19T23:11:13.857 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-19T23:11:13.857 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-19T23:11:13.860 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-19T23:11:13.908 DEBUG:teuthology.orchestra.run.smithi038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-19T23:11:13.976 DEBUG:teuthology.orchestra.run.smithi038:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-19T23:11:14.025 DEBUG:teuthology.orchestra.run.smithi038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-19T23:11:14.122 DEBUG:teuthology.orchestra.run.smithi038:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-19T23:11:14.164 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-19T23:11:14.164 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-19T23:11:14.239 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-19T23:11:14.295 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-19T23:11:14.340 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-19T23:11:14.421 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-19T23:11:14.469 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-02-19T23:11:14.469 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-19T23:11:14.537 DEBUG:teuthology.orchestra.run.smithi038:> sudo service rsyslog restart 2024-02-19T23:11:14.540 DEBUG:teuthology.orchestra.run.smithi177:> sudo service rsyslog restart 2024-02-19T23:11:14.591 INFO:teuthology.orchestra.run.smithi038.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-19T23:11:14.660 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-19T23:11:15.038 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-19T23:11:15.047 INFO:teuthology.task.internal:Starting timer... 2024-02-19T23:11:15.047 INFO:teuthology.run_tasks:Running task pcp... 2024-02-19T23:11:15.081 INFO:teuthology.run_tasks:Running task selinux... 2024-02-19T23:11:15.090 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-02-19T23:11:15.090 DEBUG:teuthology.orchestra.run.smithi038:> sudo service auditd rotate 2024-02-19T23:11:15.154 INFO:teuthology.orchestra.run.smithi038.stdout:Rotating logs: 2024-02-19T23:11:15.156 DEBUG:teuthology.orchestra.run.smithi177:> sudo service auditd rotate 2024-02-19T23:11:15.247 INFO:teuthology.orchestra.run.smithi177.stdout:Rotating logs: 2024-02-19T23:11:15.249 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-19T23:11:15.249 DEBUG:teuthology.orchestra.run.smithi038:> /usr/sbin/getenforce 2024-02-19T23:11:15.275 INFO:teuthology.orchestra.run.smithi038.stdout:Permissive 2024-02-19T23:11:15.275 DEBUG:teuthology.orchestra.run.smithi177:> /usr/sbin/getenforce 2024-02-19T23:11:15.296 INFO:teuthology.orchestra.run.smithi177.stdout:Permissive 2024-02-19T23:11:15.297 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi038.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi177.front.sepia.ceph.com': 'permissive'} 2024-02-19T23:11:15.297 DEBUG:teuthology.orchestra.run.smithi038:> 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-19T23:11:15.344 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:11:15.345 DEBUG:teuthology.orchestra.run.smithi177:> 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-19T23:11:15.371 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:11:15.372 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-19T23:11:15.372 DEBUG:teuthology.orchestra.run.smithi038:> sudo /usr/sbin/setenforce permissive 2024-02-19T23:11:15.415 DEBUG:teuthology.orchestra.run.smithi177:> sudo /usr/sbin/setenforce permissive 2024-02-19T23:11:15.441 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-19T23:11:15.450 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-02-19T23:11:15.456 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-02-19T23:11:15.642 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-19T23:11:15.658 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-19T23:11:15.659 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi038.front.sepia.ceph.com,smithi177.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-19T23:21:32.356 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi038.front.sepia.ceph.com'), Remote(name='ubuntu@smithi177.front.sepia.ceph.com')] 2024-02-19T23:21:32.358 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-02-19T23:21:32.359 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:21:32.439 DEBUG:teuthology.orchestra.run.smithi038:> true 2024-02-19T23:21:32.513 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-02-19T23:21:32.513 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-02-19T23:21:32.514 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:21:32.589 DEBUG:teuthology.orchestra.run.smithi177:> true 2024-02-19T23:21:32.658 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2024-02-19T23:21:32.659 INFO:teuthology.run_tasks:Running task clock... 2024-02-19T23:21:32.669 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-19T23:21:32.670 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-19T23:21:32.670 DEBUG:teuthology.orchestra.run.smithi038:> 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-19T23:21:32.672 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-19T23:21:32.672 DEBUG:teuthology.orchestra.run.smithi177:> 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-19T23:21:32.710 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-19T23:21:32.728 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-19T23:21:32.733 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-19T23:21:32.749 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-19T23:21:32.813 INFO:teuthology.orchestra.run.smithi038.stderr:sudo: ntpd: command not found 2024-02-19T23:21:32.819 INFO:teuthology.orchestra.run.smithi177.stderr:sudo: ntpd: command not found 2024-02-19T23:21:32.828 INFO:teuthology.orchestra.run.smithi038.stdout:506 Cannot talk to daemon 2024-02-19T23:21:32.831 INFO:teuthology.orchestra.run.smithi177.stdout:506 Cannot talk to daemon 2024-02-19T23:21:32.845 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-19T23:21:32.846 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-19T23:21:32.860 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-19T23:21:32.862 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-19T23:21:32.930 INFO:teuthology.orchestra.run.smithi177.stderr:bash: ntpq: command not found 2024-02-19T23:21:32.934 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-19T23:21:32.934 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2024-02-19T23:21:32.934 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:21:32.934 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:21:32.934 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:21:32.934 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:21:32.940 INFO:teuthology.orchestra.run.smithi038.stderr:bash: ntpq: command not found 2024-02-19T23:21:32.944 INFO:teuthology.orchestra.run.smithi038.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-19T23:21:32.944 INFO:teuthology.orchestra.run.smithi038.stdout:=============================================================================== 2024-02-19T23:21:32.945 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:21:32.945 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:21:32.945 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:21:32.945 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:21:32.946 INFO:teuthology.run_tasks:Running task pexec... 2024-02-19T23:21:32.955 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-19T23:21:32.955 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi038.front.sepia.ceph.com 2024-02-19T23:21:32.955 DEBUG:teuthology.orchestra.run.smithi038:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-19T23:21:32.956 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi177.front.sepia.ceph.com 2024-02-19T23:21:32.956 DEBUG:teuthology.orchestra.run.smithi177:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-19T23:21:33.354 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2024-02-19T23:21:33.420 INFO:teuthology.orchestra.run.smithi038.stdout:Updating Subscription Management repositories. 2024-02-19T23:21:35.460 INFO:teuthology.orchestra.run.smithi177.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 19 kB/s | 4.1 kB 00:00 2024-02-19T23:21:35.673 INFO:teuthology.orchestra.run.smithi038.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 13 kB/s | 4.1 kB 00:00 2024-02-19T23:21:35.851 INFO:teuthology.orchestra.run.smithi177.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 34 kB/s | 4.5 kB 00:00 2024-02-19T23:21:36.059 INFO:teuthology.orchestra.run.smithi038.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2024-02-19T23:21:38.925 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-02-19T23:21:38.926 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-02-19T23:21:38.926 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2024-02-19T23:21:38.926 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-02-19T23:21:38.926 INFO:teuthology.orchestra.run.smithi177.stdout:Resetting modules: 2024-02-19T23:21:38.926 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools 2024-02-19T23:21:38.927 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-02-19T23:21:38.927 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-02-19T23:21:38.927 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2024-02-19T23:21:38.927 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-02-19T23:21:39.488 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-02-19T23:21:39.489 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-02-19T23:21:39.489 INFO:teuthology.orchestra.run.smithi038.stdout: Package Architecture Version Repository Size 2024-02-19T23:21:39.489 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-02-19T23:21:39.489 INFO:teuthology.orchestra.run.smithi038.stdout:Resetting modules: 2024-02-19T23:21:39.489 INFO:teuthology.orchestra.run.smithi038.stdout: container-tools 2024-02-19T23:21:39.489 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:21:39.489 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-02-19T23:21:39.489 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-02-19T23:21:39.489 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:21:52.281 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-02-19T23:21:52.349 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-02-19T23:21:52.791 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2024-02-19T23:21:52.876 INFO:teuthology.orchestra.run.smithi038.stdout:Updating Subscription Management repositories. 2024-02-19T23:21:54.786 INFO:teuthology.orchestra.run.smithi177.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2024-02-19T23:21:54.954 INFO:teuthology.orchestra.run.smithi038.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2024-02-19T23:21:55.185 INFO:teuthology.orchestra.run.smithi177.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 34 kB/s | 4.5 kB 00:00 2024-02-19T23:21:55.307 INFO:teuthology.orchestra.run.smithi038.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 37 kB/s | 4.5 kB 00:00 2024-02-19T23:21:58.119 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2024-02-19T23:21:58.271 INFO:teuthology.orchestra.run.smithi177.stdout:========================================================================================================================== 2024-02-19T23:21:58.272 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2024-02-19T23:21:58.272 INFO:teuthology.orchestra.run.smithi177.stdout:========================================================================================================================== 2024-02-19T23:21:58.272 INFO:teuthology.orchestra.run.smithi177.stdout:Installing group/module packages: 2024-02-19T23:21:58.272 INFO:teuthology.orchestra.run.smithi177.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-02-19T23:21:58.272 INFO:teuthology.orchestra.run.smithi177.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-02-19T23:21:58.272 INFO:teuthology.orchestra.run.smithi177.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-02-19T23:21:58.272 INFO:teuthology.orchestra.run.smithi177.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-02-19T23:21:58.272 INFO:teuthology.orchestra.run.smithi177.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-02-19T23:21:58.272 INFO:teuthology.orchestra.run.smithi177.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-19T23:21:58.272 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2024-02-19T23:21:58.272 INFO:teuthology.orchestra.run.smithi177.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-02-19T23:21:58.272 INFO:teuthology.orchestra.run.smithi177.stdout:Downgrading: 2024-02-19T23:21:58.272 INFO:teuthology.orchestra.run.smithi177.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-19T23:21:58.273 INFO:teuthology.orchestra.run.smithi177.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-02-19T23:21:58.273 INFO:teuthology.orchestra.run.smithi177.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-02-19T23:21:58.273 INFO:teuthology.orchestra.run.smithi177.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-02-19T23:21:58.273 INFO:teuthology.orchestra.run.smithi177.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-02-19T23:21:58.273 INFO:teuthology.orchestra.run.smithi177.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-02-19T23:21:58.273 INFO:teuthology.orchestra.run.smithi177.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-02-19T23:21:58.273 INFO:teuthology.orchestra.run.smithi177.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-02-19T23:21:58.273 INFO:teuthology.orchestra.run.smithi177.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-02-19T23:21:58.273 INFO:teuthology.orchestra.run.smithi177.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-02-19T23:21:58.273 INFO:teuthology.orchestra.run.smithi177.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-02-19T23:21:58.273 INFO:teuthology.orchestra.run.smithi177.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-19T23:21:58.273 INFO:teuthology.orchestra.run.smithi177.stdout:Installing module profiles: 2024-02-19T23:21:58.273 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools/common 2024-02-19T23:21:58.273 INFO:teuthology.orchestra.run.smithi177.stdout:Enabling module streams: 2024-02-19T23:21:58.273 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools 3.0 2024-02-19T23:21:58.274 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-02-19T23:21:58.274 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2024-02-19T23:21:58.274 INFO:teuthology.orchestra.run.smithi177.stdout:========================================================================================================================== 2024-02-19T23:21:58.274 INFO:teuthology.orchestra.run.smithi177.stdout:Install 7 Packages 2024-02-19T23:21:58.274 INFO:teuthology.orchestra.run.smithi177.stdout:Downgrade 12 Packages 2024-02-19T23:21:58.274 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-02-19T23:21:58.274 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 50 M 2024-02-19T23:21:58.274 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2024-02-19T23:21:58.409 INFO:teuthology.orchestra.run.smithi177.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 382 kB/s | 51 kB 00:00 2024-02-19T23:21:58.459 INFO:teuthology.orchestra.run.smithi177.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.7 MB/s | 511 kB 00:00 2024-02-19T23:21:58.560 INFO:teuthology.orchestra.run.smithi177.stdout:(3/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 691 kB/s | 69 kB 00:00 2024-02-19T23:21:58.610 INFO:teuthology.orchestra.run.smithi177.stdout:(4/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 359 kB/s | 72 kB 00:00 2024-02-19T23:21:58.633 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-02-19T23:21:58.812 INFO:teuthology.orchestra.run.smithi038.stdout:========================================================================================================================== 2024-02-19T23:21:58.812 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repository Size 2024-02-19T23:21:58.812 INFO:teuthology.orchestra.run.smithi038.stdout:========================================================================================================================== 2024-02-19T23:21:58.812 INFO:teuthology.orchestra.run.smithi038.stdout:Installing group/module packages: 2024-02-19T23:21:58.813 INFO:teuthology.orchestra.run.smithi038.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-02-19T23:21:58.813 INFO:teuthology.orchestra.run.smithi038.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-02-19T23:21:58.813 INFO:teuthology.orchestra.run.smithi038.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-02-19T23:21:58.813 INFO:teuthology.orchestra.run.smithi038.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-02-19T23:21:58.813 INFO:teuthology.orchestra.run.smithi038.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-02-19T23:21:58.813 INFO:teuthology.orchestra.run.smithi038.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-19T23:21:58.813 INFO:teuthology.orchestra.run.smithi038.stdout:Installing dependencies: 2024-02-19T23:21:58.813 INFO:teuthology.orchestra.run.smithi038.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-02-19T23:21:58.813 INFO:teuthology.orchestra.run.smithi038.stdout:Downgrading: 2024-02-19T23:21:58.813 INFO:teuthology.orchestra.run.smithi038.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-19T23:21:58.813 INFO:teuthology.orchestra.run.smithi038.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-02-19T23:21:58.813 INFO:teuthology.orchestra.run.smithi038.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-02-19T23:21:58.813 INFO:teuthology.orchestra.run.smithi038.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-02-19T23:21:58.813 INFO:teuthology.orchestra.run.smithi038.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-02-19T23:21:58.814 INFO:teuthology.orchestra.run.smithi038.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-02-19T23:21:58.814 INFO:teuthology.orchestra.run.smithi038.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-02-19T23:21:58.814 INFO:teuthology.orchestra.run.smithi038.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-02-19T23:21:58.814 INFO:teuthology.orchestra.run.smithi038.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-02-19T23:21:58.814 INFO:teuthology.orchestra.run.smithi038.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-02-19T23:21:58.814 INFO:teuthology.orchestra.run.smithi038.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-02-19T23:21:58.814 INFO:teuthology.orchestra.run.smithi038.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-02-19T23:21:58.814 INFO:teuthology.orchestra.run.smithi038.stdout:Installing module profiles: 2024-02-19T23:21:58.814 INFO:teuthology.orchestra.run.smithi038.stdout: container-tools/common 2024-02-19T23:21:58.814 INFO:teuthology.orchestra.run.smithi038.stdout:Enabling module streams: 2024-02-19T23:21:58.814 INFO:teuthology.orchestra.run.smithi038.stdout: container-tools 3.0 2024-02-19T23:21:58.814 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:21:58.814 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-02-19T23:21:58.814 INFO:teuthology.orchestra.run.smithi038.stdout:========================================================================================================================== 2024-02-19T23:21:58.814 INFO:teuthology.orchestra.run.smithi038.stdout:Install 7 Packages 2024-02-19T23:21:58.815 INFO:teuthology.orchestra.run.smithi038.stdout:Downgrade 12 Packages 2024-02-19T23:21:58.815 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:21:58.815 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 50 M 2024-02-19T23:21:58.815 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-02-19T23:21:58.885 INFO:teuthology.orchestra.run.smithi177.stdout:(5/19): containernetworking-plugins-0.9.1-1.mod 30 MB/s | 19 MB 00:00 2024-02-19T23:21:58.911 INFO:teuthology.orchestra.run.smithi177.stdout:(6/19): podman-docker-3.0.1-15.module+el8.7.0+1 190 kB/s | 57 kB 00:00 2024-02-19T23:21:59.010 INFO:teuthology.orchestra.run.smithi038.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 265 kB/s | 51 kB 00:00 2024-02-19T23:21:59.011 INFO:teuthology.orchestra.run.smithi177.stdout:(7/19): container-selinux-2.189.0-1.module+el8. 549 kB/s | 55 kB 00:00 2024-02-19T23:21:59.043 INFO:teuthology.orchestra.run.smithi038.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 2.2 MB/s | 511 kB 00:00 2024-02-19T23:21:59.128 INFO:teuthology.orchestra.run.smithi177.stdout:(8/19): podman-3.0.1-15.module+el8.7.0+18021+1e 19 MB/s | 11 MB 00:00 2024-02-19T23:21:59.152 INFO:teuthology.orchestra.run.smithi038.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 508 kB/s | 72 kB 00:00 2024-02-19T23:21:59.153 INFO:teuthology.orchestra.run.smithi177.stdout:(9/19): containers-common-1.2.4-2.module+el8.7. 643 kB/s | 91 kB 00:00 2024-02-19T23:21:59.186 INFO:teuthology.orchestra.run.smithi038.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 487 kB/s | 69 kB 00:00 2024-02-19T23:21:59.220 INFO:teuthology.orchestra.run.smithi177.stdout:(10/19): runc-1.0.0-73.rc95.module+el8.7.0+1653 8.6 MB/s | 2.9 MB 00:00 2024-02-19T23:21:59.237 INFO:teuthology.orchestra.run.smithi177.stdout:(11/19): slirp4netns-1.1.8-1.module+el8.7.0+165 613 kB/s | 51 kB 00:00 2024-02-19T23:21:59.262 INFO:teuthology.orchestra.run.smithi177.stdout:(12/19): podman-catatonit-3.0.1-15.module+el8.7 2.4 MB/s | 323 kB 00:00 2024-02-19T23:21:59.294 INFO:teuthology.orchestra.run.smithi038.stdout:(5/19): podman-docker-3.0.1-15.module+el8.7.0+1 527 kB/s | 57 kB 00:00 2024-02-19T23:21:59.362 INFO:teuthology.orchestra.run.smithi177.stdout:(13/19): cockpit-podman-29-2.module+el8.7.0+165 7.5 MB/s | 1.1 MB 00:00 2024-02-19T23:21:59.387 INFO:teuthology.orchestra.run.smithi177.stdout:(14/19): crun-0.18-3.module+el8.7.0+16533+44634 1.2 MB/s | 185 kB 00:00 2024-02-19T23:21:59.505 INFO:teuthology.orchestra.run.smithi177.stdout:(15/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 26 MB/s | 6.2 MB 00:00 2024-02-19T23:21:59.553 INFO:teuthology.orchestra.run.smithi038.stdout:(6/19): containernetworking-plugins-0.9.1-1.mod 25 MB/s | 19 MB 00:00 2024-02-19T23:21:59.571 INFO:teuthology.orchestra.run.smithi177.stdout:(16/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 11 MB/s | 2.2 MB 00:00 2024-02-19T23:21:59.588 INFO:teuthology.orchestra.run.smithi177.stdout:(17/19): udica-0.2.4-1.module+el8.7.0+16533+446 252 kB/s | 51 kB 00:00 2024-02-19T23:21:59.703 INFO:teuthology.orchestra.run.smithi038.stdout:(7/19): podman-3.0.1-15.module+el8.7.0+18021+1e 19 MB/s | 11 MB 00:00 2024-02-19T23:21:59.722 INFO:teuthology.orchestra.run.smithi177.stdout:(18/19): buildah-1.19.9-6.module+el8.7.0+16533+ 30 MB/s | 6.6 MB 00:00 2024-02-19T23:21:59.728 INFO:teuthology.orchestra.run.smithi038.stdout:(8/19): container-selinux-2.189.0-1.module+el8. 314 kB/s | 55 kB 00:00 2024-02-19T23:21:59.739 INFO:teuthology.orchestra.run.smithi177.stdout:(19/19): yajl-2.1.0-12.el8.x86_64.rpm 245 kB/s | 41 kB 00:00 2024-02-19T23:21:59.739 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2024-02-19T23:21:59.739 INFO:teuthology.orchestra.run.smithi177.stdout:Total 34 MB/s | 50 MB 00:01 2024-02-19T23:21:59.829 INFO:teuthology.orchestra.run.smithi038.stdout:(9/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 5.4 MB/s | 2.9 MB 00:00 2024-02-19T23:21:59.871 INFO:teuthology.orchestra.run.smithi038.stdout:(10/19): containers-common-1.2.4-2.module+el8.7 546 kB/s | 91 kB 00:00 2024-02-19T23:21:59.896 INFO:teuthology.orchestra.run.smithi038.stdout:(11/19): podman-catatonit-3.0.1-15.module+el8.7 1.9 MB/s | 323 kB 00:00 2024-02-19T23:21:59.971 INFO:teuthology.orchestra.run.smithi038.stdout:(12/19): slirp4netns-1.1.8-1.module+el8.7.0+165 361 kB/s | 51 kB 00:00 2024-02-19T23:22:00.055 INFO:teuthology.orchestra.run.smithi038.stdout:(13/19): crun-0.18-3.module+el8.7.0+16533+44634 1.1 MB/s | 185 kB 00:00 2024-02-19T23:22:00.116 INFO:teuthology.orchestra.run.smithi038.stdout:(14/19): cockpit-podman-29-2.module+el8.7.0+165 4.3 MB/s | 1.1 MB 00:00 2024-02-19T23:22:00.224 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2024-02-19T23:22:00.268 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2024-02-19T23:22:00.268 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2024-02-19T23:22:00.297 INFO:teuthology.orchestra.run.smithi038.stdout:(15/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 9.1 MB/s | 2.2 MB 00:00 2024-02-19T23:22:00.322 INFO:teuthology.orchestra.run.smithi038.stdout:(16/19): udica-0.2.4-1.module+el8.7.0+16533+446 246 kB/s | 51 kB 00:00 2024-02-19T23:22:00.481 INFO:teuthology.orchestra.run.smithi038.stdout:(17/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 12 MB/s | 6.2 MB 00:00 2024-02-19T23:22:00.515 INFO:teuthology.orchestra.run.smithi038.stdout:(18/19): yajl-2.1.0-12.el8.x86_64.rpm 213 kB/s | 41 kB 00:00 2024-02-19T23:22:00.675 INFO:teuthology.orchestra.run.smithi038.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 17 MB/s | 6.6 MB 00:00 2024-02-19T23:22:00.676 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-02-19T23:22:00.676 INFO:teuthology.orchestra.run.smithi038.stdout:Total 27 MB/s | 50 MB 00:01 2024-02-19T23:22:00.694 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2024-02-19T23:22:00.703 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2024-02-19T23:22:01.205 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-02-19T23:22:01.255 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-02-19T23:22:01.255 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-02-19T23:22:01.724 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-02-19T23:22:01.734 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-02-19T23:22:01.946 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2024-02-19T23:22:01.962 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-02-19T23:22:01.978 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-19T23:22:02.160 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-19T23:22:03.029 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-02-19T23:22:03.047 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-02-19T23:22:03.066 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-19T23:22:03.295 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-19T23:22:18.922 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-19T23:22:19.116 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-02-19T23:22:19.134 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-02-19T23:22:19.314 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-02-19T23:22:19.521 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-02-19T23:22:19.724 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-02-19T23:22:19.724 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-02-19T23:22:19.724 INFO:teuthology.orchestra.run.smithi177.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-02-19T23:22:19.724 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-02-19T23:22:20.518 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-02-19T23:22:22.215 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-02-19T23:22:22.480 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-02-19T23:22:22.707 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-02-19T23:22:23.001 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-02-19T23:22:23.184 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-02-19T23:22:23.208 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-02-19T23:22:23.401 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-02-19T23:22:23.549 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-02-19T23:22:23.780 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-02-19T23:22:23.780 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-02-19T23:22:23.780 INFO:teuthology.orchestra.run.smithi038.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-02-19T23:22:23.780 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:22:24.048 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-02-19T23:22:24.353 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-02-19T23:22:24.621 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-02-19T23:22:24.655 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-02-19T23:22:25.005 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-02-19T23:22:25.715 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-02-19T23:22:26.412 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-02-19T23:22:26.488 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-02-19T23:22:26.647 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-02-19T23:22:26.758 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-02-19T23:22:26.839 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-02-19T23:22:26.971 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-02-19T23:22:27.072 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-02-19T23:22:27.216 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : podman-docker-3:4.6.1-8.module+el8.9.0+21243+a5865 20/31 2024-02-19T23:22:27.231 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 21/31 2024-02-19T23:22:27.231 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 21/31 2024-02-19T23:22:27.592 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 21/31 2024-02-19T23:22:27.791 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-02-19T23:22:27.791 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-02-19T23:22:28.008 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-02-19T23:22:28.008 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : podman-catatonit-3:4.6.1-8.module+el8.9.0+21243+a5 24/31 2024-02-19T23:22:28.159 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: podman-catatonit-3:4.6.1-8.module+el8.9.0+21243+a5 24/31 2024-02-19T23:22:28.316 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-02-19T23:22:28.490 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-02-19T23:22:28.499 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-02-19T23:22:28.674 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-02-19T23:22:28.809 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-02-19T23:22:28.840 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-02-19T23:22:29.015 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-02-19T23:22:29.093 INFO:teuthology.orchestra.run.smithi038.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-02-19T23:22:29.185 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-02-19T23:22:29.185 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-19T23:22:29.398 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-19T23:22:29.511 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-02-19T23:22:30.344 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-02-19T23:22:31.124 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-02-19T23:22:31.393 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-02-19T23:22:31.629 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-02-19T23:22:31.864 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-02-19T23:22:32.002 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : podman-docker-3:4.6.1-8.module+el8.9.0+21243+a5865 20/31 2024-02-19T23:22:32.024 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 21/31 2024-02-19T23:22:32.025 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 21/31 2024-02-19T23:22:32.373 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 21/31 2024-02-19T23:22:32.555 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-02-19T23:22:32.555 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-02-19T23:22:32.770 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-02-19T23:22:32.770 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : podman-catatonit-3:4.6.1-8.module+el8.9.0+21243+a5 24/31 2024-02-19T23:22:32.918 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: podman-catatonit-3:4.6.1-8.module+el8.9.0+21243+a5 24/31 2024-02-19T23:22:33.110 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-02-19T23:22:33.293 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-02-19T23:22:33.448 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-02-19T23:22:33.609 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-02-19T23:22:33.759 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-02-19T23:22:33.938 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-02-19T23:22:33.938 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-19T23:22:34.159 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-19T23:22:46.955 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-02-19T23:22:47.403 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-19T23:22:47.403 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-02-19T23:22:47.403 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-02-19T23:22:47.403 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-02-19T23:22:47.403 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-02-19T23:22:47.403 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-02-19T23:22:47.404 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-02-19T23:22:47.404 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-02-19T23:22:47.404 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-02-19T23:22:47.404 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-02-19T23:22:47.404 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-02-19T23:22:47.404 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-02-19T23:22:47.404 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 12/31 2024-02-19T23:22:47.404 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-02-19T23:22:47.404 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : podman-docker-3:4.6.1-8.module+el8.9.0+21243+a5865 14/31 2024-02-19T23:22:47.404 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-02-19T23:22:47.404 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-02-19T23:22:47.404 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-02-19T23:22:47.404 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-02-19T23:22:47.404 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-02-19T23:22:47.405 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-02-19T23:22:47.405 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-02-19T23:22:47.405 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : podman-catatonit-3:4.6.1-8.module+el8.9.0+21243+a5 22/31 2024-02-19T23:22:47.405 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-02-19T23:22:47.405 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-02-19T23:22:47.405 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-02-19T23:22:47.405 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-02-19T23:22:47.405 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-02-19T23:22:47.405 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-02-19T23:22:47.405 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-02-19T23:22:47.405 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-02-19T23:22:54.005 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-02-19T23:22:54.530 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-02-19T23:22:54.530 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-02-19T23:22:54.530 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-02-19T23:22:54.530 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-02-19T23:22:54.530 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-02-19T23:22:54.531 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-02-19T23:22:54.531 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-02-19T23:22:54.531 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-02-19T23:22:54.531 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-02-19T23:22:54.531 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-02-19T23:22:54.531 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-02-19T23:22:54.531 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-02-19T23:22:54.531 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : podman-3:4.6.1-8.module+el8.9.0+21243+a586538b.x86 12/31 2024-02-19T23:22:54.531 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-02-19T23:22:54.531 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : podman-docker-3:4.6.1-8.module+el8.9.0+21243+a5865 14/31 2024-02-19T23:22:54.531 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-02-19T23:22:54.531 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-02-19T23:22:54.531 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-02-19T23:22:54.531 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-02-19T23:22:54.531 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-02-19T23:22:54.532 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-02-19T23:22:54.532 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-02-19T23:22:54.532 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : podman-catatonit-3:4.6.1-8.module+el8.9.0+21243+a5 22/31 2024-02-19T23:22:54.532 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-02-19T23:22:54.532 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-02-19T23:22:54.532 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-02-19T23:22:54.532 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-02-19T23:22:54.532 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-02-19T23:22:54.532 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-02-19T23:22:54.532 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-02-19T23:22:54.532 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-02-19T23:22:56.054 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-02-19T23:22:56.054 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2024-02-19T23:22:56.609 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-02-19T23:22:56.609 INFO:teuthology.orchestra.run.smithi177.stdout:Downgraded: 2024-02-19T23:22:56.609 INFO:teuthology.orchestra.run.smithi177.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:22:56.609 INFO:teuthology.orchestra.run.smithi177.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-02-19T23:22:56.610 INFO:teuthology.orchestra.run.smithi177.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:22:56.610 INFO:teuthology.orchestra.run.smithi177.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:22:56.610 INFO:teuthology.orchestra.run.smithi177.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:22:56.610 INFO:teuthology.orchestra.run.smithi177.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:22:56.610 INFO:teuthology.orchestra.run.smithi177.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:22:56.610 INFO:teuthology.orchestra.run.smithi177.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-02-19T23:22:56.610 INFO:teuthology.orchestra.run.smithi177.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-02-19T23:22:56.610 INFO:teuthology.orchestra.run.smithi177.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-02-19T23:22:56.610 INFO:teuthology.orchestra.run.smithi177.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:22:56.610 INFO:teuthology.orchestra.run.smithi177.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:22:56.610 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2024-02-19T23:22:56.610 INFO:teuthology.orchestra.run.smithi177.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:22:56.610 INFO:teuthology.orchestra.run.smithi177.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-02-19T23:22:56.610 INFO:teuthology.orchestra.run.smithi177.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:22:56.610 INFO:teuthology.orchestra.run.smithi177.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:22:56.611 INFO:teuthology.orchestra.run.smithi177.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:22:56.611 INFO:teuthology.orchestra.run.smithi177.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-02-19T23:22:56.611 INFO:teuthology.orchestra.run.smithi177.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-19T23:22:56.611 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-02-19T23:22:56.611 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2024-02-19T23:22:56.800 DEBUG:teuthology.parallel:result is None 2024-02-19T23:23:03.268 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-02-19T23:23:03.268 INFO:teuthology.orchestra.run.smithi038.stdout:Installed products updated. 2024-02-19T23:23:03.868 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:23:03.869 INFO:teuthology.orchestra.run.smithi038.stdout:Downgraded: 2024-02-19T23:23:03.869 INFO:teuthology.orchestra.run.smithi038.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:23:03.869 INFO:teuthology.orchestra.run.smithi038.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-02-19T23:23:03.869 INFO:teuthology.orchestra.run.smithi038.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:23:03.869 INFO:teuthology.orchestra.run.smithi038.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:23:03.870 INFO:teuthology.orchestra.run.smithi038.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:23:03.870 INFO:teuthology.orchestra.run.smithi038.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:23:03.870 INFO:teuthology.orchestra.run.smithi038.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:23:03.870 INFO:teuthology.orchestra.run.smithi038.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-02-19T23:23:03.870 INFO:teuthology.orchestra.run.smithi038.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-02-19T23:23:03.870 INFO:teuthology.orchestra.run.smithi038.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-02-19T23:23:03.871 INFO:teuthology.orchestra.run.smithi038.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:23:03.871 INFO:teuthology.orchestra.run.smithi038.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:23:03.871 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-02-19T23:23:03.871 INFO:teuthology.orchestra.run.smithi038.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:23:03.871 INFO:teuthology.orchestra.run.smithi038.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-02-19T23:23:03.872 INFO:teuthology.orchestra.run.smithi038.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:23:03.872 INFO:teuthology.orchestra.run.smithi038.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:23:03.872 INFO:teuthology.orchestra.run.smithi038.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-02-19T23:23:03.872 INFO:teuthology.orchestra.run.smithi038.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-02-19T23:23:03.872 INFO:teuthology.orchestra.run.smithi038.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-19T23:23:03.872 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:23:03.873 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-02-19T23:23:04.508 DEBUG:teuthology.parallel:result is None 2024-02-19T23:23:04.508 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-19T23:23:04.521 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-19T23:23:04.522 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-19T23:23:04.522 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/scratch_devs of=/dev/stdout 2024-02-19T23:23:04.542 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-19T23:23:04.543 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_1 2024-02-19T23:23:04.604 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-19T23:23:04.604 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:23:04.604 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 176065 Links: 1 2024-02-19T23:23:04.604 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:23:04.604 INFO:teuthology.orchestra.run.smithi038.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T23:23:04.604 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-02-19 23:22:54.174823848 +0000 2024-02-19T23:23:04.604 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-02-19 23:20:43.113998701 +0000 2024-02-19T23:23:04.604 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-02-19 23:20:43.113998701 +0000 2024-02-19T23:23:04.604 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-02-19T23:23:04.605 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-19T23:23:04.677 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-02-19T23:23:04.677 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-02-19T23:23:04.677 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.00041033 s, 1.2 MB/s 2024-02-19T23:23:04.679 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-19T23:23:04.742 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_2 2024-02-19T23:23:04.805 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-19T23:23:04.805 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:23:04.805 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 180397 Links: 1 2024-02-19T23:23:04.805 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:23:04.805 INFO:teuthology.orchestra.run.smithi038.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T23:23:04.805 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-02-19 23:22:54.174823848 +0000 2024-02-19T23:23:04.806 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-02-19 23:20:43.505991208 +0000 2024-02-19T23:23:04.806 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-02-19 23:20:43.505991208 +0000 2024-02-19T23:23:04.806 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-02-19T23:23:04.806 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-19T23:23:04.878 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-02-19T23:23:04.879 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-02-19T23:23:04.879 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000283758 s, 1.8 MB/s 2024-02-19T23:23:04.880 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-19T23:23:04.942 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_3 2024-02-19T23:23:05.004 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-19T23:23:05.005 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:23:05.005 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 181596 Links: 1 2024-02-19T23:23:05.005 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:23:05.005 INFO:teuthology.orchestra.run.smithi038.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T23:23:05.005 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-02-19 23:22:54.174823848 +0000 2024-02-19T23:23:05.005 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-02-19 23:20:43.889983868 +0000 2024-02-19T23:23:05.005 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-02-19 23:20:43.889983868 +0000 2024-02-19T23:23:05.005 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-02-19T23:23:05.005 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-19T23:23:05.077 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-02-19T23:23:05.078 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-02-19T23:23:05.078 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000363737 s, 1.4 MB/s 2024-02-19T23:23:05.079 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-19T23:23:05.143 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_4 2024-02-19T23:23:05.206 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-19T23:23:05.206 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:23:05.206 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 178972 Links: 1 2024-02-19T23:23:05.206 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:23:05.206 INFO:teuthology.orchestra.run.smithi038.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T23:23:05.206 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-02-19 23:22:54.174823848 +0000 2024-02-19T23:23:05.206 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-02-19 23:20:44.265976681 +0000 2024-02-19T23:23:05.206 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-02-19 23:20:44.265976681 +0000 2024-02-19T23:23:05.206 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-02-19T23:23:05.207 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-19T23:23:05.279 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-02-19T23:23:05.279 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-02-19T23:23:05.279 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000295897 s, 1.7 MB/s 2024-02-19T23:23:05.280 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-19T23:23:05.344 DEBUG:teuthology.orchestra.run.smithi038:> 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-19T23:23:05.475 INFO:teuthology.orchestra.run.smithi038.stdout:loop 2024-02-19T23:23:05.477 INFO:tasks.nvme_loop:Connecting nvme_loop smithi038:/dev/vg_nvme/lv_1... 2024-02-19T23:23:05.477 DEBUG:teuthology.orchestra.run.smithi038:> 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-19T23:23:05.520 INFO:teuthology.orchestra.run.smithi038.stdout:1 2024-02-19T23:23:05.562 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/vg_nvme/lv_11 2024-02-19T23:23:05.607 INFO:tasks.nvme_loop:Connecting nvme_loop smithi038:/dev/vg_nvme/lv_2... 2024-02-19T23:23:05.607 DEBUG:teuthology.orchestra.run.smithi038:> 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-19T23:23:05.690 INFO:teuthology.orchestra.run.smithi038.stdout:1 2024-02-19T23:23:05.731 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/vg_nvme/lv_21 2024-02-19T23:23:05.774 INFO:tasks.nvme_loop:Connecting nvme_loop smithi038:/dev/vg_nvme/lv_3... 2024-02-19T23:23:05.775 DEBUG:teuthology.orchestra.run.smithi038:> 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-19T23:23:05.861 INFO:teuthology.orchestra.run.smithi038.stdout:1 2024-02-19T23:23:05.902 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/vg_nvme/lv_31 2024-02-19T23:23:05.944 INFO:tasks.nvme_loop:Connecting nvme_loop smithi038:/dev/vg_nvme/lv_4... 2024-02-19T23:23:05.945 DEBUG:teuthology.orchestra.run.smithi038:> 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-19T23:23:06.026 INFO:teuthology.orchestra.run.smithi038.stdout:1 2024-02-19T23:23:06.066 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/vg_nvme/lv_41 2024-02-19T23:23:06.109 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-19T23:23:06.109 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/scratch_devs of=/dev/stdout 2024-02-19T23:23:06.167 DEBUG:teuthology.orchestra.run.smithi038:> sudo nvme list 2024-02-19T23:23:06.238 INFO:teuthology.orchestra.run.smithi038.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-19T23:23:06.239 INFO:teuthology.orchestra.run.smithi038.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-19T23:23:06.239 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme0n1 BTLE736103BB4P0KGN INTEL SSDPEDKE040T7 1 4.00 TB / 4.00 TB 512 B + 0 B QDV1013D 2024-02-19T23:23:06.239 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme1n1 9f5b4bedc651c7402a50 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T23:23:06.239 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme2n1 be5e39d45f8011271ef4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T23:23:06.239 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme3n1 21bb99f862940cf08548 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T23:23:06.239 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme4n1 dc4e525adac25b32cdd5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T23:23:06.240 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-19T23:23:06.240 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-19T23:23:06.240 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/scratch_devs 2024-02-19T23:23:06.315 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-02-19T23:23:06.316 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/scratch_devs of=/dev/stdout 2024-02-19T23:23:06.338 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-19T23:23:06.338 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_1 2024-02-19T23:23:06.399 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-19T23:23:06.399 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:23:06.399 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 171814 Links: 1 2024-02-19T23:23:06.399 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:23:06.400 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T23:23:06.400 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-02-19 23:22:47.106650998 +0000 2024-02-19T23:23:06.400 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-02-19 23:19:38.991950627 +0000 2024-02-19T23:23:06.400 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-02-19 23:19:38.991950627 +0000 2024-02-19T23:23:06.400 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-02-19T23:23:06.400 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-19T23:23:06.469 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-02-19T23:23:06.469 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-02-19T23:23:06.469 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000221117 s, 2.3 MB/s 2024-02-19T23:23:06.470 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-19T23:23:06.530 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_2 2024-02-19T23:23:06.589 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-19T23:23:06.589 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:23:06.589 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 178006 Links: 1 2024-02-19T23:23:06.589 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:23:06.589 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T23:23:06.589 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-02-19 23:22:47.106650998 +0000 2024-02-19T23:23:06.589 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-02-19 23:19:39.354940606 +0000 2024-02-19T23:23:06.589 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-02-19 23:19:39.354940606 +0000 2024-02-19T23:23:06.589 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-02-19T23:23:06.590 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-19T23:23:06.656 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-02-19T23:23:06.656 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-02-19T23:23:06.656 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000216563 s, 2.4 MB/s 2024-02-19T23:23:06.657 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-19T23:23:06.716 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_3 2024-02-19T23:23:06.774 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-19T23:23:06.775 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:23:06.775 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 171926 Links: 1 2024-02-19T23:23:06.775 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:23:06.775 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T23:23:06.775 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-02-19 23:22:47.106650998 +0000 2024-02-19T23:23:06.775 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-02-19 23:19:39.696931165 +0000 2024-02-19T23:23:06.775 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-02-19 23:19:39.696931165 +0000 2024-02-19T23:23:06.775 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-02-19T23:23:06.775 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-19T23:23:06.841 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-02-19T23:23:06.841 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-02-19T23:23:06.841 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000217238 s, 2.4 MB/s 2024-02-19T23:23:06.843 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-19T23:23:06.902 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/vg_nvme/lv_4 2024-02-19T23:23:06.960 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-19T23:23:06.960 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:23:06.960 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 171990 Links: 1 2024-02-19T23:23:06.960 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:23:06.961 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:device_t:s0 2024-02-19T23:23:06.961 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-02-19 23:22:47.106650998 +0000 2024-02-19T23:23:06.961 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-02-19 23:19:40.053921310 +0000 2024-02-19T23:23:06.961 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-02-19 23:19:40.053921310 +0000 2024-02-19T23:23:06.961 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-02-19T23:23:06.961 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-19T23:23:07.026 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-02-19T23:23:07.026 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-02-19T23:23:07.027 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000283783 s, 1.8 MB/s 2024-02-19T23:23:07.028 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-19T23:23:07.086 DEBUG:teuthology.orchestra.run.smithi177:> 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-19T23:23:07.207 INFO:teuthology.orchestra.run.smithi177.stdout:loop 2024-02-19T23:23:07.208 INFO:tasks.nvme_loop:Connecting nvme_loop smithi177:/dev/vg_nvme/lv_1... 2024-02-19T23:23:07.209 DEBUG:teuthology.orchestra.run.smithi177:> 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-19T23:23:07.244 INFO:teuthology.orchestra.run.smithi177.stdout:1 2024-02-19T23:23:07.280 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/vg_nvme/lv_11 2024-02-19T23:23:07.320 INFO:tasks.nvme_loop:Connecting nvme_loop smithi177:/dev/vg_nvme/lv_2... 2024-02-19T23:23:07.321 DEBUG:teuthology.orchestra.run.smithi177:> 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-19T23:23:07.399 INFO:teuthology.orchestra.run.smithi177.stdout:1 2024-02-19T23:23:07.434 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/vg_nvme/lv_21 2024-02-19T23:23:07.473 INFO:tasks.nvme_loop:Connecting nvme_loop smithi177:/dev/vg_nvme/lv_3... 2024-02-19T23:23:07.474 DEBUG:teuthology.orchestra.run.smithi177:> 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-19T23:23:07.549 INFO:teuthology.orchestra.run.smithi177.stdout:1 2024-02-19T23:23:07.584 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/vg_nvme/lv_31 2024-02-19T23:23:07.622 INFO:tasks.nvme_loop:Connecting nvme_loop smithi177:/dev/vg_nvme/lv_4... 2024-02-19T23:23:07.623 DEBUG:teuthology.orchestra.run.smithi177:> 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-19T23:23:07.699 INFO:teuthology.orchestra.run.smithi177.stdout:1 2024-02-19T23:23:07.734 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/vg_nvme/lv_41 2024-02-19T23:23:07.772 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-02-19T23:23:07.772 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/scratch_devs of=/dev/stdout 2024-02-19T23:23:07.829 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme list 2024-02-19T23:23:07.895 INFO:teuthology.orchestra.run.smithi177.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-19T23:23:07.895 INFO:teuthology.orchestra.run.smithi177.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-19T23:23:07.895 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme0n1 CVFT6233007S400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-19T23:23:07.895 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme1n1 bd5d4c7fe46e3ae2bbf9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T23:23:07.895 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme2n1 a5d6f5ccbb8ac4eb30af Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T23:23:07.895 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme3n1 0ecaf09b2bdf1f6755a2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T23:23:07.895 INFO:teuthology.orchestra.run.smithi177.stdout:/dev/nvme4n1 5aeee67807b8c03bc5c2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-02-19T23:23:07.896 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-19T23:23:07.897 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-02-19T23:23:07.897 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/scratch_devs 2024-02-19T23:23:07.963 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-19T23:23:08.034 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': '19854089e18d4f65dda2b6cd74e737367c2514bd'} 2024-02-19T23:23:08.035 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd 2024-02-19T23:23:08.035 INFO:tasks.cephadm:Cluster fsid is d7050478-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:23:08.035 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-19T23:23:08.036 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-19T23:23:08.036 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi038': '172.21.15.38', 'mon.smithi177': '172.21.15.177'} 2024-02-19T23:23:08.036 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-19T23:23:08.036 DEBUG:teuthology.orchestra.run.smithi038:> sudo hostname $(hostname -s) 2024-02-19T23:23:08.071 DEBUG:teuthology.orchestra.run.smithi177:> sudo hostname $(hostname -s) 2024-02-19T23:23:08.098 INFO:tasks.cephadm:Downloading cephadm (repo https://git.ceph.com/ceph-ci.git ref 19854089e18d4f65dda2b6cd74e737367c2514bd)... 2024-02-19T23:23:08.098 DEBUG:teuthology.orchestra.run.smithi038:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show 19854089e18d4f65dda2b6cd74e737367c2514bd:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-19T23:23:08.133 INFO:teuthology.orchestra.run.smithi038.stderr:Cloning into 'testrepo'... 2024-02-19T23:24:23.414 INFO:teuthology.orchestra.run.smithi038.stderr:Updating files: 83% (10292/12253) Updating files: 84% (10293/12253) Updating files: 85% (10416/12253) Updating files: 86% (10538/12253) Updating files: 87% (10661/12253) Updating files: 88% (10783/12253) Updating files: 89% (10906/12253) Updating files: 90% (11028/12253) Updating files: 91% (11151/12253) Updating files: 92% (11273/12253) Updating files: 93% (11396/12253) Updating files: 94% (11518/12253) Updating files: 95% (11641/12253) Updating files: 96% (11763/12253) Updating files: 97% (11886/12253) Updating files: 98% (12008/12253) Updating files: 99% (12131/12253) Updating files: 100% (12253/12253) Updating files: 100% (12253/12253), done. 2024-02-19T23:24:23.452 INFO:teuthology.orchestra.run.smithi038.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 19 23:24 /home/ubuntu/cephtest/cephadm 2024-02-19T23:24:23.452 DEBUG:teuthology.orchestra.run.smithi177:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show 19854089e18d4f65dda2b6cd74e737367c2514bd:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-19T23:24:23.473 INFO:teuthology.orchestra.run.smithi177.stderr:Cloning into 'testrepo'... 2024-02-19T23:25:35.588 INFO:teuthology.orchestra.run.smithi177.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Feb 19 23:25 /home/ubuntu/cephtest/cephadm 2024-02-19T23:25:35.589 DEBUG:teuthology.orchestra.run.smithi038:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-19T23:25:35.615 DEBUG:teuthology.orchestra.run.smithi177:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-19T23:25:35.695 DEBUG:teuthology.orchestra.run.smithi038:> sudo mkdir -p /etc/ceph 2024-02-19T23:25:35.747 DEBUG:teuthology.orchestra.run.smithi177:> sudo mkdir -p /etc/ceph 2024-02-19T23:25:35.775 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 777 /etc/ceph 2024-02-19T23:25:35.808 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 777 /etc/ceph 2024-02-19T23:25:35.843 INFO:tasks.cephadm:Writing seed config... 2024-02-19T23:25:35.844 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-19T23:25:35.845 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-19T23:25:35.845 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-19T23:25:35.845 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-19T23:25:35.845 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-19T23:25:35.845 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-19T23:25:35.845 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-19T23:25:35.845 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-19T23:25:35.846 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-19T23:25:35.846 DEBUG:teuthology.orchestra.run.smithi038:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-19T23:25:35.870 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 = d7050478-cf7d-11ee-95bb-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-19T23:25:35.870 DEBUG:teuthology.orchestra.run.smithi038:mon.smithi038> sudo journalctl -f -n 0 -u ceph-d7050478-cf7d-11ee-95bb-87774f69a715@mon.smithi038.service 2024-02-19T23:25:35.913 INFO:tasks.cephadm:Bootstrapping... 2024-02-19T23:25:35.913 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd -v bootstrap --fsid d7050478-cf7d-11ee-95bb-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.38 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-19T23:25:35.947 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:-- Logs begin at Mon 2024-02-19 23:09:53 UTC. -- 2024-02-19T23:25:36.226 INFO:teuthology.orchestra.run.smithi038.stderr:-------------------------------------------------------------------------------- 2024-02-19T23:25:36.226 INFO:teuthology.orchestra.run.smithi038.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd', '-v', 'bootstrap', '--fsid', 'd7050478-cf7d-11ee-95bb-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.38', '--skip-admin-label'] 2024-02-19T23:25:36.968 INFO:teuthology.orchestra.run.smithi038.stderr:/bin/podman: 3.0.1 2024-02-19T23:25:36.988 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying podman|docker is present... 2024-02-19T23:25:37.037 INFO:teuthology.orchestra.run.smithi038.stderr:/bin/podman: 3.0.1 2024-02-19T23:25:37.054 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying lvm2 is present... 2024-02-19T23:25:37.054 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying time synchronization is in place... 2024-02-19T23:25:37.062 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-19T23:25:37.069 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-02-19T23:25:37.077 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: enabled 2024-02-19T23:25:37.083 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: active 2024-02-19T23:25:37.084 INFO:teuthology.orchestra.run.smithi038.stderr:Unit chronyd.service is enabled and running 2024-02-19T23:25:37.085 INFO:teuthology.orchestra.run.smithi038.stderr:Repeating the final host check... 2024-02-19T23:25:37.130 INFO:teuthology.orchestra.run.smithi038.stderr:/bin/podman: 3.0.1 2024-02-19T23:25:37.143 INFO:teuthology.orchestra.run.smithi038.stderr:podman (/bin/podman) version 3.0.1 is present 2024-02-19T23:25:37.144 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl is present 2024-02-19T23:25:37.144 INFO:teuthology.orchestra.run.smithi038.stderr:lvcreate is present 2024-02-19T23:25:37.150 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-19T23:25:37.156 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-02-19T23:25:37.163 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: enabled 2024-02-19T23:25:37.170 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: active 2024-02-19T23:25:37.171 INFO:teuthology.orchestra.run.smithi038.stderr:Unit chronyd.service is enabled and running 2024-02-19T23:25:37.171 INFO:teuthology.orchestra.run.smithi038.stderr:Host looks OK 2024-02-19T23:25:37.171 INFO:teuthology.orchestra.run.smithi038.stderr:Cluster fsid: d7050478-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:25:37.171 INFO:teuthology.orchestra.run.smithi038.stderr:Acquiring lock 140499168665728 on /run/cephadm/d7050478-cf7d-11ee-95bb-87774f69a715.lock 2024-02-19T23:25:37.172 INFO:teuthology.orchestra.run.smithi038.stderr:Lock 140499168665728 acquired on /run/cephadm/d7050478-cf7d-11ee-95bb-87774f69a715.lock 2024-02-19T23:25:37.172 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying IP 172.21.15.38 port 3300 ... 2024-02-19T23:25:37.172 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying IP 172.21.15.38 port 6789 ... 2024-02-19T23:25:37.172 INFO:teuthology.orchestra.run.smithi038.stderr:Base mon IP(s) is [172.21.15.38:3300, 172.21.15.38:6789], mon addrv is [v2:172.21.15.38:3300,v1:172.21.15.38:6789] 2024-02-19T23:25:37.176 INFO:teuthology.orchestra.run.smithi038.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2024-02-19T23:25:37.176 INFO:teuthology.orchestra.run.smithi038.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.38 metric 100 2024-02-19T23:25:37.179 INFO:teuthology.orchestra.run.smithi038.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-02-19T23:25:37.180 INFO:teuthology.orchestra.run.smithi038.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-19T23:25:37.180 INFO:teuthology.orchestra.run.smithi038.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1762sec hoplimit 64 pref medium 2024-02-19T23:25:37.183 INFO:teuthology.orchestra.run.smithi038.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-19T23:25:37.183 INFO:teuthology.orchestra.run.smithi038.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-19T23:25:37.183 INFO:teuthology.orchestra.run.smithi038.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-19T23:25:37.183 INFO:teuthology.orchestra.run.smithi038.stderr:/sbin/ip: 4: ens1f0: mtu 1500 state UP qlen 1000 2024-02-19T23:25:37.183 INFO:teuthology.orchestra.run.smithi038.stderr:/sbin/ip: inet6 fe80::ec4:7aff:febd:15fc/64 scope link 2024-02-19T23:25:37.183 INFO:teuthology.orchestra.run.smithi038.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-19T23:25:37.184 INFO:teuthology.orchestra.run.smithi038.stderr:Mon IP `172.21.15.38` is in CIDR network `172.21.0.0/20` 2024-02-19T23:25:37.184 INFO:teuthology.orchestra.run.smithi038.stderr:Mon IP `172.21.15.38` is in CIDR network `172.21.0.0/20` 2024-02-19T23:25:37.184 INFO:teuthology.orchestra.run.smithi038.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-19T23:25:37.185 INFO:teuthology.orchestra.run.smithi038.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-19T23:25:37.186 INFO:teuthology.orchestra.run.smithi038.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd... 2024-02-19T23:25:37.262 INFO:teuthology.orchestra.run.smithi038.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd... 2024-02-19T23:25:37.343 INFO:teuthology.orchestra.run.smithi038.stderr:/bin/podman: Getting image source signatures 2024-02-19T23:25:37.517 INFO:teuthology.orchestra.run.smithi038.stderr:/bin/podman: Copying blob sha256:9c9d3407eee978c2ea9a27e170512cbe5b98ca341db6acf2f69e08f1d00b8f2b 2024-02-19T23:25:37.567 INFO:teuthology.orchestra.run.smithi038.stderr:/bin/podman: Copying blob sha256:0f642e61a11afb42c0ccb5b05f5809250ad643ed143780d6ff49a5a4c492fc38 2024-02-19T23:25:56.732 INFO:teuthology.orchestra.run.smithi038.stderr:/bin/podman: Copying config sha256:a9c9ec92d1b50e33f2c28e343d9ede1cde7ee7b935dced8218f988563811f118 2024-02-19T23:25:56.789 INFO:teuthology.orchestra.run.smithi038.stderr:/bin/podman: Writing manifest to image destination 2024-02-19T23:25:56.789 INFO:teuthology.orchestra.run.smithi038.stderr:/bin/podman: Storing signatures 2024-02-19T23:26:07.503 INFO:teuthology.orchestra.run.smithi038.stderr:/bin/podman: a9c9ec92d1b50e33f2c28e343d9ede1cde7ee7b935dced8218f988563811f118 2024-02-19T23:26:08.071 INFO:teuthology.orchestra.run.smithi038.stderr:ceph: ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable) 2024-02-19T23:26:19.267 INFO:teuthology.orchestra.run.smithi038.stderr:Ceph version: ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable) 2024-02-19T23:26:19.267 INFO:teuthology.orchestra.run.smithi038.stderr:Extracting ceph user uid/gid from container image... 2024-02-19T23:26:19.707 INFO:teuthology.orchestra.run.smithi038.stderr:stat: 167 167 2024-02-19T23:26:20.324 INFO:teuthology.orchestra.run.smithi038.stderr:Creating initial keys... 2024-02-19T23:26:20.704 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-authtool: AQCc49Nl0dRDKRAAO/tv0vHz8EDh+KdJnjqqMA== 2024-02-19T23:26:21.762 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-authtool: AQCd49NlLGsULRAAR0G34rLtRlt4BsP4B0UEqA== 2024-02-19T23:26:22.804 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-authtool: AQCe49NlhFiJLxAAoQ3q6JM5kCkskjyi75fRKA== 2024-02-19T23:26:23.441 INFO:teuthology.orchestra.run.smithi038.stderr:Creating initial monmap... 2024-02-19T23:26:23.963 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-19T23:26:23.963 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to d7050478-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:26:23.964 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-19T23:26:24.580 INFO:teuthology.orchestra.run.smithi038.stderr:monmaptool for smithi038 [v2:172.21.15.38:3300,v1:172.21.15.38:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-19T23:26:24.580 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/monmaptool: set fsid to d7050478-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:26:24.581 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-19T23:26:24.581 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-19T23:26:24.581 INFO:teuthology.orchestra.run.smithi038.stderr:Creating mon... 2024-02-19T23:26:24.986 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.982+0000 7f800a63b880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-19T23:26:25.013 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.983+0000 7f800a63b880 1 imported monmap: 2024-02-19T23:26:25.013 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-19T23:26:25.013 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: fsid d7050478-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:26:25.013 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: last_changed 2024-02-19T23:26:23.945386+0000 2024-02-19T23:26:25.013 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: created 2024-02-19T23:26:23.945386+0000 2024-02-19T23:26:25.013 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-19T23:26:25.013 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-19T23:26:25.013 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] mon.smithi038 2024-02-19T23:26:25.013 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-19T23:26:25.013 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.983+0000 7f800a63b880 0 /usr/bin/ceph-mon: set fsid to d7050478-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:26:25.013 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: RocksDB version: 6.8.1 2024-02-19T23:26:25.013 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-19T23:26:25.014 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-19T23:26:25.014 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Compile date Feb 19 2024 2024-02-19T23:26:25.014 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: DB SUMMARY 2024-02-19T23:26:25.014 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-19T23:26:25.014 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi038/store.db dir, Total Num: 0, files: 2024-02-19T23:26:25.014 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-19T23:26:25.014 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi038/store.db: 2024-02-19T23:26:25.014 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-19T23:26:25.014 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.error_if_exists: 0 2024-02-19T23:26:25.014 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.create_if_missing: 1 2024-02-19T23:26:25.014 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.paranoid_checks: 1 2024-02-19T23:26:25.014 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.env: 0x556e82293080 2024-02-19T23:26:25.014 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.fs: Posix File System 2024-02-19T23:26:25.014 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.info_log: 0x556e83f83300 2024-02-19T23:26:25.014 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-19T23:26:25.015 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.statistics: (nil) 2024-02-19T23:26:25.015 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.use_fsync: 0 2024-02-19T23:26:25.015 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.max_log_file_size: 0 2024-02-19T23:26:25.015 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-19T23:26:25.015 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-19T23:26:25.015 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-19T23:26:25.015 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-19T23:26:25.015 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.allow_fallocate: 1 2024-02-19T23:26:25.015 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-19T23:26:25.015 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-19T23:26:25.015 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.use_direct_reads: 0 2024-02-19T23:26:25.015 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-19T23:26:25.015 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-19T23:26:25.015 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.db_log_dir: 2024-02-19T23:26:25.015 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi038/store.db 2024-02-19T23:26:25.016 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-19T23:26:25.016 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.max_subcompactions: 1 2024-02-19T23:26:25.016 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.max_background_flushes: -1 2024-02-19T23:26:25.016 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-19T23:26:25.016 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-19T23:26:25.016 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-19T23:26:25.016 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-19T23:26:25.016 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-19T23:26:25.016 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-19T23:26:25.016 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-19T23:26:25.016 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.write_buffer_manager: 0x556e83f89950 2024-02-19T23:26:25.016 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-19T23:26:25.016 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-19T23:26:25.016 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-19T23:26:25.016 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-19T23:26:25.017 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-19T23:26:25.017 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-19T23:26:25.017 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-19T23:26:25.017 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-19T23:26:25.017 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-19T23:26:25.017 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.unordered_write: 0 2024-02-19T23:26:25.017 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-19T23:26:25.017 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-19T23:26:25.017 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-19T23:26:25.017 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-19T23:26:25.017 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.row_cache: None 2024-02-19T23:26:25.017 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.wal_filter: None 2024-02-19T23:26:25.017 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-19T23:26:25.017 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-19T23:26:25.017 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.preserve_deletes: 0 2024-02-19T23:26:25.018 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.two_write_queues: 0 2024-02-19T23:26:25.018 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-19T23:26:25.018 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.atomic_flush: 0 2024-02-19T23:26:25.018 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-19T23:26:25.018 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-19T23:26:25.018 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-19T23:26:25.018 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.log_readahead_size: 0 2024-02-19T23:26:25.018 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-19T23:26:25.018 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.max_background_jobs: 2 2024-02-19T23:26:25.018 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.max_background_compactions: -1 2024-02-19T23:26:25.018 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-19T23:26:25.018 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-19T23:26:25.018 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-19T23:26:25.018 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-19T23:26:25.018 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-19T23:26:25.018 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-19T23:26:25.019 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-19T23:26:25.019 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-19T23:26:25.019 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.max_open_files: -1 2024-02-19T23:26:25.019 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-19T23:26:25.019 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-19T23:26:25.019 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-19T23:26:25.019 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-19T23:26:25.019 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Compression algorithms supported: 2024-02-19T23:26:25.019 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-19T23:26:25.019 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: kZSTD supported: 0 2024-02-19T23:26:25.019 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: kXpressCompression supported: 0 2024-02-19T23:26:25.019 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-19T23:26:25.019 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: kLZ4Compression supported: 1 2024-02-19T23:26:25.019 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: kBZip2Compression supported: 0 2024-02-19T23:26:25.019 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: kZlibCompression supported: 1 2024-02-19T23:26:25.019 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: kSnappyCompression supported: 1 2024-02-19T23:26:25.019 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.984+0000 7f800a63b880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-19T23:26:25.020 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.985+0000 7f800a63b880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-19T23:26:25.020 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-19T23:26:25.020 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi038/store.db/MANIFEST-000001 2024-02-19T23:26:25.020 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-19T23:26:25.020 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-19T23:26:25.020 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-19T23:26:25.020 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-19T23:26:25.020 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.merge_operator: 2024-02-19T23:26:25.020 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.compaction_filter: None 2024-02-19T23:26:25.020 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-19T23:26:25.020 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-19T23:26:25.020 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-19T23:26:25.020 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556e83e93d18) 2024-02-19T23:26:25.020 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-19T23:26:25.021 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-19T23:26:25.021 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-19T23:26:25.021 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-19T23:26:25.021 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-19T23:26:25.021 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-19T23:26:25.021 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-19T23:26:25.021 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-19T23:26:25.021 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-19T23:26:25.021 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-19T23:26:25.021 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-19T23:26:25.021 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_cache: 0x556e83eccd10 2024-02-19T23:26:25.021 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-19T23:26:25.021 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-19T23:26:25.021 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-19T23:26:25.021 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-19T23:26:25.022 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-19T23:26:25.022 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-19T23:26:25.022 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-19T23:26:25.022 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-19T23:26:25.022 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-19T23:26:25.022 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-19T23:26:25.022 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-19T23:26:25.022 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-19T23:26:25.022 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-19T23:26:25.022 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-19T23:26:25.022 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-19T23:26:25.022 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-19T23:26:25.022 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-19T23:26:25.022 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-19T23:26:25.022 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-19T23:26:25.023 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-19T23:26:25.023 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-19T23:26:25.023 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-19T23:26:25.023 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-19T23:26:25.023 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-19T23:26:25.023 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-19T23:26:25.023 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.compression: NoCompression 2024-02-19T23:26:25.023 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-19T23:26:25.023 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-19T23:26:25.023 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-19T23:26:25.023 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.num_levels: 7 2024-02-19T23:26:25.023 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-19T23:26:25.023 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-19T23:26:25.023 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-19T23:26:25.024 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-19T23:26:25.024 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-19T23:26:25.024 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-19T23:26:25.024 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-19T23:26:25.024 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-19T23:26:25.024 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-19T23:26:25.024 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-19T23:26:25.024 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-19T23:26:25.024 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-19T23:26:25.024 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-19T23:26:25.024 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-19T23:26:25.024 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-19T23:26:25.024 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-19T23:26:25.024 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-19T23:26:25.024 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-19T23:26:25.025 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-19T23:26:25.025 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-19T23:26:25.025 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-19T23:26:25.025 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-19T23:26:25.025 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-19T23:26:25.025 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-19T23:26:25.025 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-19T23:26:25.025 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-19T23:26:25.025 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-19T23:26:25.025 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-19T23:26:25.025 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-19T23:26:25.025 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-19T23:26:25.025 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-19T23:26:25.025 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-19T23:26:25.026 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-19T23:26:25.026 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-19T23:26:25.026 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-19T23:26:25.026 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-19T23:26:25.026 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-19T23:26:25.026 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-19T23:26:25.026 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-19T23:26:25.026 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-19T23:26:25.026 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-19T23:26:25.026 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-19T23:26:25.026 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-19T23:26:25.026 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-19T23:26:25.026 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-19T23:26:25.026 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-19T23:26:25.026 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-19T23:26:25.026 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.table_properties_collectors: 2024-02-19T23:26:25.027 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.inplace_update_support: 0 2024-02-19T23:26:25.027 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-19T23:26:25.027 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-19T23:26:25.027 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-19T23:26:25.027 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-19T23:26:25.027 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.bloom_locality: 0 2024-02-19T23:26:25.027 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.max_successive_merges: 0 2024-02-19T23:26:25.027 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-19T23:26:25.027 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-19T23:26:25.027 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-19T23:26:25.027 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-19T23:26:25.027 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.ttl: 2592000 2024-02-19T23:26:25.027 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.987+0000 7f800a63b880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-19T23:26:25.027 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.988+0000 7f800a63b880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi038/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-19T23:26:25.028 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-19T23:26:25.028 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.988+0000 7f800a63b880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-19T23:26:25.028 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-19T23:26:25.028 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.989+0000 7f800a63b880 4 rocksdb: DB pointer 0x556e83f97800 2024-02-19T23:26:25.028 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.989+0000 7f7ff34ae700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-19T23:26:25.028 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.989+0000 7f7ff34ae700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-19T23:26:25.028 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-19T23:26:25.028 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:26:25.028 INFO:teuthology.orchestra.run.smithi038.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-19T23:26:25.028 INFO:teuthology.orchestra.run.smithi038.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-19T23:26:25.028 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T23:26:25.028 INFO:teuthology.orchestra.run.smithi038.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-19T23:26:25.028 INFO:teuthology.orchestra.run.smithi038.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-19T23:26:25.028 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T23:26:25.028 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-19T23:26:25.028 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-19T23:26:25.029 INFO:teuthology.orchestra.run.smithi038.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-19T23:26:25.029 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:26:25.029 INFO:teuthology.orchestra.run.smithi038.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-19T23:26:25.029 INFO:teuthology.orchestra.run.smithi038.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-19T23:26:25.029 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-19T23:26:25.029 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-19T23:26:25.029 INFO:teuthology.orchestra.run.smithi038.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-19T23:26:25.029 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:26:25.029 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:26:25.029 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T23:26:25.029 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T23:26:25.029 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T23:26:25.029 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T23:26:25.029 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-19T23:26:25.029 INFO:teuthology.orchestra.run.smithi038.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-19T23:26:25.029 INFO:teuthology.orchestra.run.smithi038.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-19T23:26:25.030 INFO:teuthology.orchestra.run.smithi038.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-19T23:26:25.030 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-19T23:26:25.030 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-19T23:26:25.030 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-19T23:26:25.030 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-19T23:26:25.030 INFO:teuthology.orchestra.run.smithi038.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-19T23:26:25.030 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:26:25.030 INFO:teuthology.orchestra.run.smithi038.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-19T23:26:25.030 INFO:teuthology.orchestra.run.smithi038.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-19T23:26:25.030 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-19T23:26:25.030 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-19T23:26:25.030 INFO:teuthology.orchestra.run.smithi038.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-19T23:26:25.030 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:26:25.030 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:26:25.031 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T23:26:25.031 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T23:26:25.031 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T23:26:25.031 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T23:26:25.031 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-19T23:26:25.031 INFO:teuthology.orchestra.run.smithi038.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-19T23:26:25.031 INFO:teuthology.orchestra.run.smithi038.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-19T23:26:25.031 INFO:teuthology.orchestra.run.smithi038.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-19T23:26:25.031 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-19T23:26:25.031 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-19T23:26:25.031 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: 2024-02-19T23:26:25.031 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.992+0000 7f800a63b880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-19T23:26:25.031 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.992+0000 7f800a63b880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-19T23:26:25.031 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:26:24.992+0000 7f800a63b880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi038 for mon.smithi038 2024-02-19T23:26:25.579 INFO:teuthology.orchestra.run.smithi038.stderr:create mon.smithi038 on 2024-02-19T23:26:25.709 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-19T23:26:25.820 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-d7050478-cf7d-11ee-95bb-87774f69a715.target → /etc/systemd/system/ceph-d7050478-cf7d-11ee-95bb-87774f69a715.target. 2024-02-19T23:26:25.821 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-d7050478-cf7d-11ee-95bb-87774f69a715.target → /etc/systemd/system/ceph-d7050478-cf7d-11ee-95bb-87774f69a715.target. 2024-02-19T23:26:26.061 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to reset failed state of unit ceph-d7050478-cf7d-11ee-95bb-87774f69a715@mon.smithi038.service: Unit ceph-d7050478-cf7d-11ee-95bb-87774f69a715@mon.smithi038.service not loaded. 2024-02-19T23:26:26.069 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Created symlink /etc/systemd/system/ceph-d7050478-cf7d-11ee-95bb-87774f69a715.target.wants/ceph-d7050478-cf7d-11ee-95bb-87774f69a715@mon.smithi038.service → /etc/systemd/system/ceph-d7050478-cf7d-11ee-95bb-87774f69a715@.service. 2024-02-19T23:26:26.592 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:26 smithi038 systemd[1]: Starting Ceph mon.smithi038 for d7050478-cf7d-11ee-95bb-87774f69a715... 2024-02-19T23:26:26.823 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: disabled 2024-02-19T23:26:26.832 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-02-19T23:26:26.833 INFO:teuthology.orchestra.run.smithi038.stderr:firewalld.service is not enabled 2024-02-19T23:26:26.833 INFO:teuthology.orchestra.run.smithi038.stderr:Not possible to enable service . firewalld.service is not available 2024-02-19T23:26:26.833 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mon to start... 2024-02-19T23:26:26.833 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mon... 2024-02-19T23:26:27.071 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:26 smithi038 bash[36886]: 5d02ee2c6d5dff198bbe1fc8d0e74f18409305848024c62dda804dd475300108 2024-02-19T23:26:27.072 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:26 smithi038 systemd[1]: Started Ceph mon.smithi038 for d7050478-cf7d-11ee-95bb-87774f69a715. 2024-02-19T23:26:27.072 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:26 smithi038 conmon[36927]: cluster 2024-02-19T23:26:26.846161+0000 mon.smithi038 (mon.0) 0 : [INF] mkfs d7050478-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:26:27.072 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:26 smithi038 conmon[36927]: cluster 2024-02-19T23 2024-02-19T23:26:27.072 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:26 smithi038 conmon[36927]: :26:26.815820+0000 mon.smithi038 (mon.0) 1 : cluster [INF] mon.smithi038 is new leader, mons smithi038 in quorum (ranks 0) 2024-02-19T23:26:27.385 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: cluster: 2024-02-19T23:26:27.385 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: id: d7050478-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:26:27.385 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-19T23:26:27.385 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-19T23:26:27.385 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: services: 2024-02-19T23:26:27.385 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi038 (age 0.552484s) 2024-02-19T23:26:27.385 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-19T23:26:27.386 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-19T23:26:27.386 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-19T23:26:27.386 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: data: 2024-02-19T23:26:27.386 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-19T23:26:27.386 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-19T23:26:27.386 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-19T23:26:27.386 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: pgs: 2024-02-19T23:26:27.386 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-19T23:26:28.080 INFO:teuthology.orchestra.run.smithi038.stderr:mon is available 2024-02-19T23:26:28.080 INFO:teuthology.orchestra.run.smithi038.stderr:Assimilating anything we can from ceph.conf... 2024-02-19T23:26:28.323 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:27 smithi038 conmon[36927]: cluster 2024-02-19T23:26:26.833534+0000 mon.smithi038 (mon.0) 2 : cluster [INF] mon.smithi038 is new leader, mons smithi038 in quorum (ranks 0) 2024-02-19T23:26:28.323 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:27 smithi038 conmon[36927]: cluster 2024-02-19T23:26:26.833772+0000 mon.smithi038 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi038=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0]} removed_ranks: {} 2024-02-19T23:26:28.323 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:27 smithi038 conmon[36927]: cluster 2024-02-19T23:26:26.848664+0000 mon.smithi038 (mon.0) 4 : cluster [DBG] fsmap 2024-02-19T23:26:28.323 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:27 smithi038 conmon[36927]: cluster 2024-02-19T23:26:26.852560+0000 mon.smithi038 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-19T23:26:28.323 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:27 smithi038 conmon[36927]: cluster 2024-02-19T23:26:26.853333+0000 mon.smithi038 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-19T23:26:28.323 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:27 smithi038 conmon[36927]: audit 2024-02-19T23:26:27.385970+0000 mon.smithi038 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.38:0/225266434' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-19T23:26:28.689 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-19T23:26:28.689 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [global] 2024-02-19T23:26:28.689 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: fsid = d7050478-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:26:28.690 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-19T23:26:28.690 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.38:3300,v1:172.21.15.38:6789] 2024-02-19T23:26:28.690 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-19T23:26:28.690 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-19T23:26:28.690 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-19T23:26:28.690 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-19T23:26:28.690 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-19T23:26:28.690 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [mgr] 2024-02-19T23:26:28.690 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-19T23:26:28.690 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-19T23:26:28.690 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [osd] 2024-02-19T23:26:28.690 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-19T23:26:28.690 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-19T23:26:29.092 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:28 smithi038 conmon[36927]: audit 2024-02-19T23:26:28.686733+0000 mon.smithi038 (mon.0) 8 : audit [INF] from='client.? 172.21.15.38:0/2985514427' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-19T23:26:29.093 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:28 smithi038 conmon[36927]: audit 2024-02-19T23:26:28.689856+0000 mon.smithi038 (mon.0) 9 : audit [INF] from='client.? 172.21.15.38:0/2985514427' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-19T23:26:29.255 INFO:teuthology.orchestra.run.smithi038.stderr:Generating new minimal ceph.conf... 2024-02-19T23:26:30.092 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:29 smithi038 conmon[36927]: audit 2024-02-19T23:26:29. 2024-02-19T23:26:30.093 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:29 smithi038 conmon[36927]: 797205+0000 mon.smithi038 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.38:0/3403139349' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:26:30.375 INFO:teuthology.orchestra.run.smithi038.stderr:Restarting the monitor... 2024-02-19T23:26:30.680 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:30 smithi038 systemd[1]: Stopping Ceph mon.smithi038 for d7050478-cf7d-11ee-95bb-87774f69a715... 2024-02-19T23:26:30.680 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:30 smithi038 bash[37434]: Error: no container with name or ID ceph-d7050478-cf7d-11ee-95bb-87774f69a715-mon.smithi038 found: no such container 2024-02-19T23:26:30.680 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:30 smithi038 conmon[36927]: debug 2024-02-19T23:26:30.680+0000 7f6927d02700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi038 -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-19T23:26:30.680 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:30 smithi038 conmon[36927]: debug 2024-02-19T23:26:30.680+0000 7f6927d02700 -1 mon.smithi038@0(leader) e1 *** Got Signal Terminated *** 2024-02-19T23:26:31.012 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:30 smithi038 bash[37551]: 5d02ee2c6d5dff198bbe1fc8d0e74f18409305848024c62dda804dd475300108 2024-02-19T23:26:31.843 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 systemd[1]: ceph-d7050478-cf7d-11ee-95bb-87774f69a715@mon.smithi038.service: Succeeded. 2024-02-19T23:26:31.843 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 systemd[1]: Stopped Ceph mon.smithi038 for d7050478-cf7d-11ee-95bb-87774f69a715. 2024-02-19T23:26:31.843 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 systemd[1]: Starting Ceph mon.smithi038 for d7050478-cf7d-11ee-95bb-87774f69a715... 2024-02-19T23:26:32.020 INFO:teuthology.orchestra.run.smithi038.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-19T23:26:32.224 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.960+0000 7f819c509880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-19T23:26:32.224 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.960+0000 7f819c509880 0 ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable), process ceph-mon, pid 7 2024-02-19T23:26:32.224 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.960+0000 7f819c509880 0 pidfile_write: ignore empty --pid-file 2024-02-19T23:26:32.224 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.964+0000 7f819c509880 0 load: jerasure load: lrc load: isa 2024-02-19T23:26:32.224 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: RocksDB version: 6.8.1 2024-02-19T23:26:32.224 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:32.224 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-19T23:26:32.224 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Compile date Feb 19 2024 2024-02-19T23:26:32.224 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: DB SUMMARY 2024-02-19T23:26:32.225 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:32.225 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: CURRENT file: CURRENT 2024-02-19T23:26:32.225 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:32.225 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-19T23:26:32.225 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:32.225 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-19T23:26:32.225 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:32.225 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi038/store.db dir, Total Num: 1, files: 000004.sst 2024-02-19T23:26:32.225 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:32.225 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi038/store.db: 000006.log size: 87019 ; 2024-02-19T23:26:32.225 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:32.225 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.error_if_exists: 0 2024-02-19T23:26:32.225 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.create_if_missing: 0 2024-02-19T23:26:32.226 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.paranoid_checks: 1 2024-02-19T23:26:32.226 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.env: 0x5635a462b080 2024-02-19T23:26:32.226 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.fs: Posix File System 2024-02-19T23:26:32.226 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.info_log: 0x5635a551dd20 2024-02-19T23:26:32.226 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-19T23:26:32.226 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.statistics: (nil) 2024-02-19T23:26:32.226 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.use_fsync: 0 2024-02-19T23:26:32.226 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.max_log_file_size: 0 2024-02-19T23:26:32.226 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-19T23:26:32.226 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-19T23:26:32.226 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-19T23:26:32.226 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-19T23:26:32.226 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.allow_fallocate: 1 2024-02-19T23:26:32.226 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-19T23:26:32.226 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-19T23:26:32.227 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.use_direct_reads: 0 2024-02-19T23:26:32.227 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-19T23:26:32.227 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-19T23:26:32.227 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.db_log_dir: 2024-02-19T23:26:32.227 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi038/store.db 2024-02-19T23:26:32.227 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-19T23:26:32.227 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.max_subcompactions: 1 2024-02-19T23:26:32.227 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.max_background_flushes: -1 2024-02-19T23:26:32.227 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-19T23:26:32.227 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-19T23:26:32.227 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-19T23:26:32.227 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-19T23:26:32.227 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-19T23:26:32.227 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-19T23:26:32.227 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-19T23:26:32.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.write_buffer_manager: 0x5635a6198450 2024-02-19T23:26:32.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-19T23:26:32.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-19T23:26:32.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-19T23:26:32.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-19T23:26:32.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-19T23:26:32.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-19T23:26:32.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-19T23:26:32.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-19T23:26:32.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-19T23:26:32.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.unordered_write: 0 2024-02-19T23:26:32.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-19T23:26:32.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-19T23:26:32.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-19T23:26:32.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-19T23:26:32.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.row_cache: None 2024-02-19T23:26:32.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.wal_filter: None 2024-02-19T23:26:32.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-19T23:26:32.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-19T23:26:32.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.preserve_deletes: 0 2024-02-19T23:26:32.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.two_write_queues: 0 2024-02-19T23:26:32.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-19T23:26:32.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.atomic_flush: 0 2024-02-19T23:26:32.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-19T23:26:32.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-19T23:26:32.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-19T23:26:32.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.log_readahead_size: 0 2024-02-19T23:26:32.229 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-19T23:26:32.230 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.max_background_jobs: 2 2024-02-19T23:26:32.230 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.max_background_compactions: -1 2024-02-19T23:26:32.230 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-19T23:26:32.230 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-19T23:26:32.230 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-19T23:26:32.231 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-19T23:26:32.231 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-19T23:26:32.231 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-19T23:26:32.231 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-19T23:26:32.231 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-19T23:26:32.231 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.max_open_files: -1 2024-02-19T23:26:32.232 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-19T23:26:32.232 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-19T23:26:32.232 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-19T23:26:32.232 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-19T23:26:32.232 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Compression algorithms supported: 2024-02-19T23:26:32.232 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-19T23:26:32.232 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: kZSTD supported: 0 2024-02-19T23:26:32.232 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: kXpressCompression supported: 0 2024-02-19T23:26:32.232 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-19T23:26:32.232 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: kLZ4Compression supported: 1 2024-02-19T23:26:32.232 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: kBZip2Compression supported: 0 2024-02-19T23:26:32.232 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: kZlibCompression supported: 1 2024-02-19T23:26:32.232 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: kSnappyCompression supported: 1 2024-02-19T23:26:32.233 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.965+0000 7f819c509880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-19T23:26:32.233 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi038/store.db/MANIFEST-000005 2024-02-19T23:26:32.233 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:32.233 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-19T23:26:32.233 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:32.233 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-19T23:26:32.233 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.merge_operator: 2024-02-19T23:26:32.233 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.compaction_filter: None 2024-02-19T23:26:32.233 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-19T23:26:32.233 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-19T23:26:32.233 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-19T23:26:32.233 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5635a54c7d10) 2024-02-19T23:26:32.233 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: cache_index_and_filter_blocks: 1 2024-02-19T23:26:32.234 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-19T23:26:32.234 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-19T23:26:32.234 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: pin_top_level_index_and_filter: 1 2024-02-19T23:26:32.234 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: index_type: 0 2024-02-19T23:26:32.234 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: data_block_index_type: 0 2024-02-19T23:26:32.234 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: index_shortening: 1 2024-02-19T23:26:32.234 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: data_block_hash_table_util_ratio: 0.750000 2024-02-19T23:26:32.234 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: hash_index_allow_collision: 1 2024-02-19T23:26:32.234 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: checksum: 1 2024-02-19T23:26:32.234 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: no_block_cache: 0 2024-02-19T23:26:32.234 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: block_cache: 0x5635a5500f10 2024-02-19T23:26:32.234 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: block_cache_name: BinnedLRUCache 2024-02-19T23:26:32.234 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: block_cache_options: 2024-02-19T23:26:32.234 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: capacity : 536870912 2024-02-19T23:26:32.234 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: num_shard_bits : 4 2024-02-19T23:26:32.235 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: strict_capacity_limit : 0 2024-02-19T23:26:32.235 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: high_pri_pool_ratio: 0.000 2024-02-19T23:26:32.235 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: block_cache_compressed: (nil) 2024-02-19T23:26:32.235 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: persistent_cache: (nil) 2024-02-19T23:26:32.235 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: block_size: 4096 2024-02-19T23:26:32.235 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: block_size_deviation: 10 2024-02-19T23:26:32.235 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: block_restart_interval: 16 2024-02-19T23:26:32.235 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: index_block_restart_interval: 1 2024-02-19T23:26:32.235 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: metadata_block_size: 4096 2024-02-19T23:26:32.235 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: partition_filters: 0 2024-02-19T23:26:32.235 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: use_delta_encoding: 1 2024-02-19T23:26:32.235 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-19T23:26:32.235 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: whole_key_filtering: 1 2024-02-19T23:26:32.235 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: verify_compression: 0 2024-02-19T23:26:32.235 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: read_amp_bytes_per_bit: 0 2024-02-19T23:26:32.236 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: format_version: 2 2024-02-19T23:26:32.236 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: enable_index_compression: 1 2024-02-19T23:26:32.236 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: block_align: 0 2024-02-19T23:26:32.236 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:32.236 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-19T23:26:32.236 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-19T23:26:32.236 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.compression: NoCompression 2024-02-19T23:26:32.236 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-19T23:26:32.236 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-19T23:26:32.236 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-19T23:26:32.236 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.num_levels: 7 2024-02-19T23:26:32.236 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-19T23:26:32.236 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-19T23:26:32.236 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-19T23:26:32.237 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-19T23:26:32.237 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-19T23:26:32.237 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-19T23:26:32.237 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-19T23:26:32.237 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-19T23:26:32.237 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-19T23:26:32.237 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-19T23:26:32.237 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-19T23:26:32.237 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-19T23:26:32.237 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-19T23:26:32.237 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-19T23:26:32.237 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-19T23:26:32.237 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-19T23:26:32.237 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-19T23:26:32.237 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-19T23:26:32.237 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-19T23:26:32.238 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-19T23:26:32.238 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-19T23:26:32.238 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-19T23:26:32.238 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-19T23:26:32.238 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-19T23:26:32.238 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-19T23:26:32.238 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-19T23:26:32.238 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-19T23:26:32.238 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-19T23:26:32.238 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-19T23:26:32.238 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-19T23:26:32.238 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-19T23:26:32.238 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-19T23:26:32.238 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-19T23:26:32.238 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-19T23:26:32.239 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-19T23:26:32.239 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-19T23:26:32.239 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-19T23:26:32.239 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-19T23:26:32.239 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-19T23:26:32.239 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-19T23:26:32.239 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-19T23:26:32.239 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-19T23:26:32.239 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-19T23:26:32.239 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-19T23:26:32.239 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-19T23:26:32.239 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-19T23:26:32.239 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-19T23:26:32.239 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.table_properties_collectors: 2024-02-19T23:26:32.239 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.inplace_update_support: 0 2024-02-19T23:26:32.239 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-19T23:26:32.240 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966 2024-02-19T23:26:32.240 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: +0000 7f819c509880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-19T23:26:32.240 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-19T23:26:32.240 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-19T23:26:32.240 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.bloom_locality: 0 2024-02-19T23:26:32.240 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.max_successive_merges: 0 2024-02-19T23:26:32.240 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-19T23:26:32.240 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-19T23:26:32.240 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-19T23:26:32.240 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-19T23:26:32.240 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.ttl: 2592000 2024-02-19T23:26:32.240 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-19T23:26:32.240 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi038/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-19T23:26:32.240 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:32.241 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.966+0000 7f819c509880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-19T23:26:32.241 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:32.241 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.967+0000 7f819c509880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708385191968063, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-19T23:26:32.241 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.967+0000 7f819c509880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-19T23:26:32.241 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.967+0000 7f819c509880 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-19T23:26:32.241 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.968+0000 7f819c509880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708385191969202, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83728, "table_properties": {"data_size": 81995, "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": 76550, "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": 1708385191, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-19T23:26:32.241 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.968+0000 7f819c509880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-19T23:26:32.241 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:32.241 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.968+0000 7f819c509880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708385191969857, "job": 1, "event": "recovery_finished"} 2024-02-19T23:26:32.241 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.969+0000 7f819c509880 4 rocksdb: DB pointer 0x5635a55cb800 2024-02-19T23:26:32.241 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.970+0000 7f81832fb700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-19T23:26:32.241 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.970+0000 7f81832fb700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-19T23:26:32.241 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: ** DB Stats ** 2024-02-19T23:26:32.241 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:26:32.241 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 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-19T23:26:32.242 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-19T23:26:32.242 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T23:26:32.242 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 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-19T23:26:32.242 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-19T23:26:32.242 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T23:26:32.242 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:32.242 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: ** Compaction Stats [default] ** 2024-02-19T23:26:32.242 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 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-19T23:26:32.242 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:26:32.242 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: L0 2/0 83.46 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.2 0.00 0.00 1 0.001 0 0 2024-02-19T23:26:32.242 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: Sum 2/0 83.46 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.2 0.00 0.00 1 0.001 0 0 2024-02-19T23:26:32.242 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.2 0.00 0.00 1 0.001 0 0 2024-02-19T23:26:32.242 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:32.242 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: ** Compaction Stats [default] ** 2024-02-19T23:26:32.242 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 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-19T23:26:32.242 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:26:32.243 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 104.2 0.00 0.00 1 0.001 0 0 2024-02-19T23:26:32.243 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:26:32.243 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T23:26:32.243 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T23:26:32.243 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T23:26:32.243 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T23:26:32.243 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: AddFile(Keys): cumulative 0, interval 0 2024-02-19T23:26:32.243 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: Cumulative compaction: 0.00 GB write, 20.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:26:32.243 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: Interval compaction: 0.00 GB write, 20.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:26:32.243 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 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-19T23:26:32.243 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:32.243 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: ** File Read Latency Histogram By Level [default] ** 2024-02-19T23:26:32.243 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:32.243 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: ** Compaction Stats [default] ** 2024-02-19T23:26:32.243 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 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-19T23:26:32.244 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:26:32.244 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: L0 2/0 83.46 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.2 0.00 0.00 1 0.001 0 0 2024-02-19T23:26:32.244 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: Sum 2/0 83.46 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 104.2 0.00 0.00 1 0.001 0 0 2024-02-19T23:26:32.244 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 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-19T23:26:32.244 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:32.244 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: ** Compaction Stats [default] ** 2024-02-19T23:26:32.244 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 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-19T23:26:32.244 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:26:32.244 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 104.2 0.00 0.00 1 0.001 0 0 2024-02-19T23:26:32.244 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:26:32.244 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T23:26:32.244 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T23:26:32.244 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T23:26:32.244 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T23:26:32.245 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: AddFile(Keys): cumulative 0, interval 0 2024-02-19T23:26:32.245 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: Cumulative compaction: 0.00 GB write, 20.05 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:26:32.245 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 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-19T23:26:32.245 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 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-19T23:26:32.245 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:32.245 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: ** File Read Latency Histogram By Level [default] ** 2024-02-19T23:26:32.245 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:32.245 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.970+0000 7f819c509880 0 starting mon.smithi038 rank 0 at public addrs [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] at bind addrs [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi038 fsid d7050478-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:26:32.245 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.971+0000 7f819c509880 1 mon.smithi038@-1(???) e1 preinit fsid d7050478-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:26:32.245 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.972+0000 7f819c509880 0 mon.smithi038@-1(???).mds e1 new map 2024-02-19T23:26:32.245 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.972+0000 7f819c509880 0 mon.smithi038@-1(???).mds e1 print_map 2024-02-19T23:26:32.245 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: e1 2024-02-19T23:26:32.245 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-19T23:26:32.245 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 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-19T23:26:32.245 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: legacy client fscid: -1 2024-02-19T23:26:32.246 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:32.246 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: No filesystems configured 2024-02-19T23:26:32.246 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:32.246 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.972+0000 7f819c509880 0 mon.smithi038@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-19T23:26:32.246 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.972+0000 7f819c509880 0 mon.smithi038@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-19T23:26:32.246 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.972+0000 7f819c509880 0 mon.smithi038@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-19T23:26:32.246 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.972+0000 7f819c509880 0 mon.smithi038@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-19T23:26:32.246 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: audit 2024-02-19T23:26:32.246 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: 2024-02-19T23:26:29.797205 2024-02-19T23:26:32.246 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: +0000 mon.smithi038 (mon.0) 10 : audit 2024-02-19T23:26:32.246 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: [DBG] from='client.? 172.21.15.38:0/3403139349' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:26:32.246 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:31 smithi038 conmon[37921]: debug 2024-02-19T23:26:31.972+0000 7f819c509880 1 mon.smithi038@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-19T23:26:32.246 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:32 smithi038 bash[37881]: bdeff7f79cbe3b2fd27da8b0e8aa80aaf8a5360dcdf1e5e9530451bbdfb6b22b 2024-02-19T23:26:32.246 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:32 smithi038 systemd[1]: Started Ceph mon.smithi038 for d7050478-cf7d-11ee-95bb-87774f69a715. 2024-02-19T23:26:32.246 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:32 smithi038 conmon[37921]: cluster 2024-02-19T23:26:31.988774+0000 2024-02-19T23:26:32.247 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:32 smithi038 conmon[37921]: mon.smithi038 (mon.0) 1 : cluster [INF] mon.smithi038 is new leader, mons smithi038 in quorum (ranks 0) 2024-02-19T23:26:32.247 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:32 smithi038 conmon[37921]: cluster 2024-02-19T23:26:31.988824+0000 mon.smithi038 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi038=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0]} removed_ranks: {} 2024-02-19T23:26:32.247 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:32 smithi038 conmon[37921]: cluster 2024-02-19T23:26:31.989272 2024-02-19T23:26:32.247 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:32 smithi038 conmon[37921]: +0000 mon.smithi038 (mon.0) 3 : cluster [DBG] fsmap 2024-02-19T23:26:32.247 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:32 smithi038 conmon[37921]: cluster 2024-02- 2024-02-19T23:26:32.247 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:32 smithi038 conmon[37921]: 19T23:26:31.989307+0000 mon.smithi038 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-19T23:26:32.247 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:32 smithi038 conmon[37921]: cluster 2024-02-19T23:26:31.989735+0000 mon.smithi038 ( 2024-02-19T23:26:32.247 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:32 smithi038 conmon[37921]: mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-19T23:26:33.223 INFO:teuthology.orchestra.run.smithi038.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-19T23:26:33.223 INFO:teuthology.orchestra.run.smithi038.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-19T23:26:33.223 INFO:teuthology.orchestra.run.smithi038.stderr:Creating mgr... 2024-02-19T23:26:33.224 INFO:teuthology.orchestra.run.smithi038.stderr:Verifying port 9283 ... 2024-02-19T23:26:33.379 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Failed to reset failed state of unit ceph-d7050478-cf7d-11ee-95bb-87774f69a715@mgr.smithi038.xcqglv.service: Unit ceph-d7050478-cf7d-11ee-95bb-87774f69a715@mgr.smithi038.xcqglv.service not loaded. 2024-02-19T23:26:33.386 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: Created symlink /etc/systemd/system/ceph-d7050478-cf7d-11ee-95bb-87774f69a715.target.wants/ceph-d7050478-cf7d-11ee-95bb-87774f69a715@mgr.smithi038.xcqglv.service → /etc/systemd/system/ceph-d7050478-cf7d-11ee-95bb-87774f69a715@.service. 2024-02-19T23:26:33.843 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:33 smithi038 conmon[37921]: audit 2024-02-19T23:26:32.578618+0000 mon.smithi038 (mon. 2024-02-19T23:26:33.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:33 smithi038 conmon[37921]: 0) 6 : audit [INF] from='client.? 172.21.15.38:0/4240291863' entity='client.admin' 2024-02-19T23:26:34.095 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: disabled 2024-02-19T23:26:34.103 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-02-19T23:26:34.104 INFO:teuthology.orchestra.run.smithi038.stderr:firewalld.service is not enabled 2024-02-19T23:26:34.104 INFO:teuthology.orchestra.run.smithi038.stderr:Not possible to enable service . firewalld.service is not available 2024-02-19T23:26:34.113 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: disabled 2024-02-19T23:26:34.122 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-02-19T23:26:34.123 INFO:teuthology.orchestra.run.smithi038.stderr:firewalld.service is not enabled 2024-02-19T23:26:34.123 INFO:teuthology.orchestra.run.smithi038.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-19T23:26:34.123 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mgr to start... 2024-02-19T23:26:34.123 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mgr... 2024-02-19T23:26:34.667 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-19T23:26:34.667 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-02-19T23:26:34.667 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsid": "d7050478-cf7d-11ee-95bb-87774f69a715", 2024-02-19T23:26:34.668 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "health": { 2024-02-19T23:26:34.668 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-19T23:26:34.668 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "checks": {}, 2024-02-19T23:26:34.668 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mutes": [] 2024-02-19T23:26:34.668 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:34.668 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-19T23:26:34.668 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum": [ 2024-02-19T23:26:34.668 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 0 2024-02-19T23:26:34.668 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-02-19T23:26:34.668 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-19T23:26:34.669 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "smithi038" 2024-02-19T23:26:34.669 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-02-19T23:26:34.669 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-19T23:26:34.669 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "monmap": { 2024-02-19T23:26:34.669 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:26:34.669 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-19T23:26:34.669 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-19T23:26:34.669 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:34.669 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osdmap": { 2024-02-19T23:26:34.673 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:26:34.673 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-19T23:26:34.673 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-19T23:26:34.673 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-19T23:26:34.673 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-19T23:26:34.673 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-19T23:26:34.673 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-19T23:26:34.673 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:34.674 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgmap": { 2024-02-19T23:26:34.674 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-19T23:26:34.674 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-19T23:26:34.674 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-19T23:26:34.674 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-19T23:26:34.674 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-19T23:26:34.674 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-19T23:26:34.674 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-19T23:26:34.674 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-19T23:26:34.674 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:34.674 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsmap": { 2024-02-19T23:26:34.674 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:26:34.674 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-19T23:26:34.674 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-19T23:26:34.674 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:34.675 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-19T23:26:34.675 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "available": false, 2024-02-19T23:26:34.675 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-19T23:26:34.675 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modules": [ 2024-02-19T23:26:34.675 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "iostat", 2024-02-19T23:26:34.675 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "nfs", 2024-02-19T23:26:34.675 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "restful" 2024-02-19T23:26:34.675 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-02-19T23:26:34.675 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:26:34.675 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:34.675 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "servicemap": { 2024-02-19T23:26:34.675 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:26:34.675 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modified": "2024-02-19T23:26:26.846673+0000", 2024-02-19T23:26:34.675 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:26:34.675 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:34.676 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-19T23:26:34.676 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-02-19T23:26:35.092 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:34 smithi038 conmon[37921]: audit 2024-02-19T23:26:34.665598+0000 mon.smithi038 (mon.0) 7 : 2024-02-19T23:26:35.093 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:34 smithi038 conmon[37921]: audit [DBG] from='client.? 172.21.15.38:0/684639362' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-19T23:26:35.229 INFO:teuthology.orchestra.run.smithi038.stderr:mgr not available, waiting (1/15)... 2024-02-19T23:26:37.782 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-19T23:26:37.782 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-02-19T23:26:37.782 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsid": "d7050478-cf7d-11ee-95bb-87774f69a715", 2024-02-19T23:26:37.782 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "health": { 2024-02-19T23:26:37.782 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-19T23:26:37.783 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "checks": {}, 2024-02-19T23:26:37.783 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mutes": [] 2024-02-19T23:26:37.783 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:37.783 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-19T23:26:37.783 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum": [ 2024-02-19T23:26:37.783 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 0 2024-02-19T23:26:37.783 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-02-19T23:26:37.783 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-19T23:26:37.783 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "smithi038" 2024-02-19T23:26:37.783 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-02-19T23:26:37.783 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-02-19T23:26:37.783 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "monmap": { 2024-02-19T23:26:37.783 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:26:37.783 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-19T23:26:37.783 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-19T23:26:37.783 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:37.784 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osdmap": { 2024-02-19T23:26:37.784 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:26:37.784 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-19T23:26:37.784 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-19T23:26:37.784 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-19T23:26:37.787 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-19T23:26:37.787 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-19T23:26:37.787 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-19T23:26:37.787 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:37.787 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgmap": { 2024-02-19T23:26:37.787 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-19T23:26:37.788 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-19T23:26:37.788 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-19T23:26:37.788 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-19T23:26:37.788 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-19T23:26:37.788 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-19T23:26:37.788 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-19T23:26:37.788 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-19T23:26:37.788 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:37.788 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsmap": { 2024-02-19T23:26:37.788 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:26:37.788 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-19T23:26:37.788 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-19T23:26:37.788 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:37.788 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-19T23:26:37.788 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "available": false, 2024-02-19T23:26:37.789 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-19T23:26:37.789 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modules": [ 2024-02-19T23:26:37.789 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "iostat", 2024-02-19T23:26:37.789 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "nfs", 2024-02-19T23:26:37.789 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "restful" 2024-02-19T23:26:37.789 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-02-19T23:26:37.789 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:26:37.789 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:37.789 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "servicemap": { 2024-02-19T23:26:37.789 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:26:37.789 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modified": "2024-02-19T23:26:26.846673+0000", 2024-02-19T23:26:37.789 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:26:37.789 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:37.789 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-19T23:26:37.789 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-02-19T23:26:38.093 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:37 smithi038 conmon[37921]: audit 2024-02-19T23:26:37.781754+0000 mon.smithi038 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.38:0/67909467' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-19T23:26:38.329 INFO:teuthology.orchestra.run.smithi038.stderr:mgr not available, waiting (2/15)... 2024-02-19T23:26:40.514 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: cluster 2024-02-19T23:26:40.171048+0000 mon.smithi038 (mon. 2024-02-19T23:26:40.514 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: 0) 9 : cluster [INF] Activating manager daemon smithi038.xcqglv 2024-02-19T23:26:40.514 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: cluster 2024-02-19T23:26:40.178575+0000 mon.smithi038 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi038.xcqglv(active, starting, since 0.00764801s) 2024-02-19T23:26:40.514 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: audit 2024-02-19T23:26:40 2024-02-19T23:26:40.514 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: .179636+0000 mon.smithi038 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.38:0/1198216811' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-19T23:26:40.514 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: 2024-02-19T23:26:40.514 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: audit 2024-02-19 2024-02-19T23:26:40.514 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: T23:26:40.179863+0000 mon.smithi038 (mon.0) 12 2024-02-19T23:26:40.514 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: : audit [DBG] from='mgr.14100 172.21.15.38:0/1198216811' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-19T23:26:40.515 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: audit 2024-02 2024-02-19T23:26:40.515 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: -19T23:26:40.179983+0000 mon.smithi038 (mon. 2024-02-19T23:26:40.515 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: 0) 13 : audit [DBG] from='mgr.14100 172.21.15.38:0/1198216811' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-19T23:26:40.515 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: audit 2024-02-19 2024-02-19T23:26:40.515 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: T23:26:40.180136+0000 mon.smithi038 (mon.0) 14 : 2024-02-19T23:26:40.515 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: audit [DBG] from='mgr.14100 172.21.15.38:0/1198216811' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata", "id": "smithi038"}]: dispatch 2024-02-19T23:26:40.515 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: audit 2024-02-19T 2024-02-19T23:26:40.515 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: 23:26:40.180344+0000 mon.smithi038 (mon.0) 15 : audit [DBG] 2024-02-19T23:26:40.515 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: from='mgr.14100 172.21.15.38:0/1198216811' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mgr metadata", "who": "smithi038.xcqglv", "id": "smithi038.xcqglv"}]: dispatch 2024-02-19T23:26:40.515 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: cluster 2024-02-19T23:26 2024-02-19T23:26:40.515 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: :40.193906+0000 mon.smithi038 (mon.0) 16 : cluster 2024-02-19T23:26:40.515 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: [INF] Manager daemon smithi038.xcqglv is now available 2024-02-19T23:26:40.515 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: audit 2024-02-19T23:26:40.515 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: 2024-02-19T23:26:40. 2024-02-19T23:26:40.515 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: 203369+0000 mon.smithi038 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.38:0/1198216811' entity='mgr.smithi038.xcqglv' 2024-02-19T23:26:40.516 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: audit 2024-02 2024-02-19T23:26:40.516 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: -19T23:26:40.209920+0000 mon.smithi038 (mon.0) 18 : audit [INF] 2024-02-19T23:26:40.516 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: from='mgr.14100 172.21.15.38:0/1198216811' entity='mgr.smithi038.xcqglv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.xcqglv/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:26:40.516 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: audit 2024-02 2024-02-19T23:26:40.516 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: -19T23:26:40.213534+0000 mon.smithi038 (mon. 2024-02-19T23:26:40.516 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: 0) 19 : audit [INF] from='mgr.14100 172.21.15.38:0/1198216811' entity='mgr.smithi038.xcqglv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.xcqglv/trash_purge_schedule"}]: dispatch 2024-02-19T23:26:40.516 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: audit 2024-02- 2024-02-19T23:26:40.516 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: 19T23:26:40.216963+0000 mon.smithi038 (mon.0) 20 : audit [INF] 2024-02-19T23:26:40.516 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: from='mgr.14100 172.21.15.38:0/1198216811' entity='mgr.smithi038.xcqglv' 2024-02-19T23:26:40.516 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: audit 2024-02-19T 2024-02-19T23:26:40.516 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: 23:26:40.219093+0000 mon.smithi038 (mon.0) 21 : audit 2024-02-19T23:26:40.516 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:40 smithi038 conmon[37921]: [INF] from='mgr.14100 172.21.15.38:0/1198216811' entity='mgr.smithi038.xcqglv' 2024-02-19T23:26:40.855 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-19T23:26:40.855 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-02-19T23:26:40.855 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsid": "d7050478-cf7d-11ee-95bb-87774f69a715", 2024-02-19T23:26:40.856 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "health": { 2024-02-19T23:26:40.856 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-19T23:26:40.856 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "checks": {}, 2024-02-19T23:26:40.856 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mutes": [] 2024-02-19T23:26:40.856 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:40.856 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-19T23:26:40.856 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum": [ 2024-02-19T23:26:40.856 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 0 2024-02-19T23:26:40.856 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-02-19T23:26:40.856 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-19T23:26:40.856 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "smithi038" 2024-02-19T23:26:40.856 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-02-19T23:26:40.856 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-02-19T23:26:40.856 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "monmap": { 2024-02-19T23:26:40.856 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:26:40.857 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-19T23:26:40.857 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-19T23:26:40.857 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:40.857 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osdmap": { 2024-02-19T23:26:40.857 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:26:40.857 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-19T23:26:40.857 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-19T23:26:40.857 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-19T23:26:40.857 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-19T23:26:40.857 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-19T23:26:40.857 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-19T23:26:40.857 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:40.857 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgmap": { 2024-02-19T23:26:40.857 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-19T23:26:40.857 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-19T23:26:40.858 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-19T23:26:40.858 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-19T23:26:40.858 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-19T23:26:40.858 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-19T23:26:40.858 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-19T23:26:40.858 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-19T23:26:40.858 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:40.858 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsmap": { 2024-02-19T23:26:40.858 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:26:40.858 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-19T23:26:40.858 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-19T23:26:40.858 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:40.858 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-19T23:26:40.858 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "available": false, 2024-02-19T23:26:40.858 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-19T23:26:40.859 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modules": [ 2024-02-19T23:26:40.859 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "iostat", 2024-02-19T23:26:40.859 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "nfs", 2024-02-19T23:26:40.859 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "restful" 2024-02-19T23:26:40.859 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-02-19T23:26:40.859 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:26:40.859 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:40.859 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "servicemap": { 2024-02-19T23:26:40.859 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:26:40.859 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modified": "2024-02-19T23:26:26.846673+0000", 2024-02-19T23:26:40.859 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:26:40.859 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:40.859 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-19T23:26:40.859 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-02-19T23:26:41.453 INFO:teuthology.orchestra.run.smithi038.stderr:mgr not available, waiting (3/15)... 2024-02-19T23:26:41.592 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:41 smithi038 conmon[37921]: audit 2024-02-19T23:26:40.851391+0000 mon.smithi038 (mon.0) 22 : audit [DBG] from='client.? 172.21.15.38:0/1197530665' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-19T23:26:41.593 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:41 smithi038 conmon[37921]: cluster 2024-02-19T23:26:41.186328+0000 mon.smithi038 (mon.0) 23 : cluster [DBG] mgrmap e3: smithi038.xcqglv(active, since 1.0154s) 2024-02-19T23:26:43.593 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:43 smithi038 conmon[37921]: cluster 2024-02-19T23:26:42.231001+0000 mon.smithi038 (mon.0) 24 : cluster 2024-02-19T23:26:43.593 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:43 smithi038 conmon[37921]: [DBG] mgrmap e4: smithi038.xcqglv(active, since 2s) 2024-02-19T23:26:44.198 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-19T23:26:44.198 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-02-19T23:26:44.198 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsid": "d7050478-cf7d-11ee-95bb-87774f69a715", 2024-02-19T23:26:44.198 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "health": { 2024-02-19T23:26:44.198 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-19T23:26:44.198 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "checks": {}, 2024-02-19T23:26:44.198 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mutes": [] 2024-02-19T23:26:44.198 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:44.198 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-19T23:26:44.198 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum": [ 2024-02-19T23:26:44.198 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 0 2024-02-19T23:26:44.198 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-02-19T23:26:44.199 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-19T23:26:44.199 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "smithi038" 2024-02-19T23:26:44.199 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-02-19T23:26:44.199 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "quorum_age": 12, 2024-02-19T23:26:44.199 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "monmap": { 2024-02-19T23:26:44.199 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:26:44.199 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-19T23:26:44.199 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-19T23:26:44.199 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:44.199 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osdmap": { 2024-02-19T23:26:44.199 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:26:44.199 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-19T23:26:44.199 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-19T23:26:44.199 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-19T23:26:44.199 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-19T23:26:44.203 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-19T23:26:44.203 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-19T23:26:44.203 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:44.203 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgmap": { 2024-02-19T23:26:44.203 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-19T23:26:44.203 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-19T23:26:44.203 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-19T23:26:44.203 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-19T23:26:44.203 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-19T23:26:44.203 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-19T23:26:44.203 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-19T23:26:44.203 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-19T23:26:44.204 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:44.204 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "fsmap": { 2024-02-19T23:26:44.204 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:26:44.204 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-19T23:26:44.204 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-19T23:26:44.204 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:44.204 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-19T23:26:44.204 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "available": true, 2024-02-19T23:26:44.204 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-19T23:26:44.204 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modules": [ 2024-02-19T23:26:44.204 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "iostat", 2024-02-19T23:26:44.204 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "nfs", 2024-02-19T23:26:44.204 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "restful" 2024-02-19T23:26:44.204 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ], 2024-02-19T23:26:44.204 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:26:44.205 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:44.205 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "servicemap": { 2024-02-19T23:26:44.205 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:26:44.205 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "modified": "2024-02-19T23:26:26.846673+0000", 2024-02-19T23:26:44.205 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:26:44.205 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: }, 2024-02-19T23:26:44.205 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-19T23:26:44.205 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-02-19T23:26:44.592 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:44 smithi038 conmon[37921]: audit 2024-02-19T23:26:44.196831+0000 mon.smithi038 2024-02-19T23:26:44.593 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:44 smithi038 conmon[37921]: (mon.0) 25 : audit [DBG] from='client.? 172.21.15.38:0/1228352414' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-19T23:26:44.795 INFO:teuthology.orchestra.run.smithi038.stderr:mgr is available 2024-02-19T23:26:45.497 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-19T23:26:45.497 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [global] 2024-02-19T23:26:45.497 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: fsid = d7050478-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:26:45.497 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-19T23:26:45.497 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-19T23:26:45.497 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-19T23:26:45.497 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-19T23:26:45.497 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-19T23:26:45.497 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-19T23:26:45.497 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [mgr] 2024-02-19T23:26:45.497 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-19T23:26:45.498 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 2024-02-19T23:26:45.498 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: [osd] 2024-02-19T23:26:45.498 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-19T23:26:45.498 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-19T23:26:45.843 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:45 smithi038 conmon[37921]: audit 2024-02-19T23:26:45.497053+0000 mon.smithi038 ( 2024-02-19T23:26:45.843 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:45 smithi038 conmon[37921]: mon.0) 26 : audit [INF] from='client.? 172.21.15.38:0/957149146' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-19T23:26:46.136 INFO:teuthology.orchestra.run.smithi038.stderr:Enabling cephadm module... 2024-02-19T23:26:47.159 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:46 smithi038 conmon[37921]: audit 2024-02-19T23:26:46.835909+0000 mon.smithi038 (mon.0 2024-02-19T23:26:47.159 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:46 smithi038 conmon[37921]: ) 27 : audit [INF] from='client.? 172.21.15.38:0/2366174750' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-19T23:26:48.093 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:47 smithi038 conmon[37921]: audit 2024-02-19T23:26:46.894012+0000 mon.smithi038 2024-02-19T23:26:48.093 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:47 smithi038 conmon[37921]: (mon.0) 28 : audit [INF] from='client.? 172.21.15.38:0/2366174750' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-19T23:26:48.093 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:47 smithi038 conmon[37921]: cluster 2024-02-19T23:26:46.894075+0000 mon.smithi038 (mon.0) 29 : cluster [DBG] mgrmap e5: smithi038.xcqglv(active, since 6s) 2024-02-19T23:26:48.242 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-02-19T23:26:48.242 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-19T23:26:48.242 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "available": true, 2024-02-19T23:26:48.242 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "active_name": "smithi038.xcqglv", 2024-02-19T23:26:48.243 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-19T23:26:48.243 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-02-19T23:26:48.902 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for the mgr to restart... 2024-02-19T23:26:48.902 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mgr epoch 5... 2024-02-19T23:26:49.169 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:48 smithi038 conmon[37921]: audit 2024-02-19T23:26:48.243311+0000 mon.smithi038 (mon.0) 30 : audit [DBG] from='client.? 172.21.15.38:0/2757773820' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-19T23:26:53.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: cluster 2024-02-19T23:26:52.972855+0000 mon.smithi038 ( 2024-02-19T23:26:53.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: mon.0) 31 : cluster [INF] Active manager daemon smithi038.xcqglv restarted 2024-02-19T23:26:53.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: cluster 2024-02-19T23:26:52 2024-02-19T23:26:53.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: .973097+0000 mon.smithi038 (mon.0) 32 : cluster [INF] Activating manager daemon smithi038.xcqglv 2024-02-19T23:26:53.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: cluster 2024-02-19T23:26:52.985371+0000 mon.smithi038 (mon.0 2024-02-19T23:26:53.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: ) 33 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-19T23:26:53.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: cluster 2024-02-19T23:26:52.985485+0000 mon.smithi038 ( 2024-02-19T23:26:53.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: mon.0) 34 : cluster [DBG] mgrmap e6: smithi038.xcqglv(active, starting, since 0.0124875s) 2024-02-19T23:26:53.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: audit 2024-02-19T23:26:52.986357+0000 mon.smithi038 (mon 2024-02-19T23:26:53.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: .0) 35 : audit [DBG] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata", "id": "smithi038"}]: dispatch 2024-02-19T23:26:53.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: audit 2024-02-19T23:26:52.987003+0000 mon.smithi038 (mon. 2024-02-19T23:26:53.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: 0) 36 : audit [DBG] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mgr metadata", "who": "smithi038.xcqglv", "id": "smithi038.xcqglv"}]: dispatch 2024-02-19T23:26:53.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: audit 2024-02-19T23:26:52.987814+0000 mon.smithi038 (mon. 2024-02-19T23:26:53.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: 0) 37 : audit [DBG] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-19T23:26:53.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: audit 2024-02-19T23:26:52.987978+0000 mon.smithi038 ( 2024-02-19T23:26:53.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: mon.0) 38 : audit [DBG] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-19T23:26:53.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: audit 2024-02-19T23:26:52.988164+0000 mon.smithi038 (mon.0 2024-02-19T23:26:53.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: ) 39 : audit [DBG] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-19T23:26:53.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: cluster 2024-02-19T23:26:53.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: 2024-02-19T23:26:53.001847+0000 mon.smithi038 (mon.0) 40 : cluster [INF] 2024-02-19T23:26:53.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: Manager daemon smithi038.xcqglv is now available 2024-02-19T23:26:53.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: audit 2024- 2024-02-19T23:26:53.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:53 smithi038 conmon[37921]: 02-19T23:26:53.015908+0000 mon.smithi038 (mon.0) 41 : audit [INF] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' 2024-02-19T23:26:53.993 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-02-19T23:26:53.993 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-19T23:26:53.993 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "initialized": true 2024-02-19T23:26:53.993 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-02-19T23:26:54.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:54 smithi038 conmon[37921]: cephadm 2024-02-19T23:26:53.012931+0000 mgr.smithi038.xcqglv (mgr.14118) 1 : cephadm 2024-02-19T23:26:54.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:54 smithi038 conmon[37921]: [INF] Found migration_current of "None". Setting to last migration. 2024-02-19T23:26:54.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:54 smithi038 conmon[37921]: audit 2024-02-19T23:26:53.114120+0000 mon.smithi038 (mon.0) 42 : audit [INF] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' 2024-02-19T23:26:54.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:54 smithi038 conmon[37921]: audit 2024-02-19T23:26:54.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:54 smithi038 conmon[37921]: 2024-02-19T23:26:53.115407 2024-02-19T23:26:54.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:54 smithi038 conmon[37921]: +0000 mon.smithi038 (mon.0) 43 2024-02-19T23:26:54.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:54 smithi038 conmon[37921]: : audit [DBG] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:26:54.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:54 smithi038 conmon[37921]: audit 2024- 2024-02-19T23:26:54.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:54 smithi038 conmon[37921]: 02-19T23:26:53.117455 2024-02-19T23:26:54.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:54 smithi038 conmon[37921]: +0000 mon.smithi038 (mon.0) 44 2024-02-19T23:26:54.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:54 smithi038 conmon[37921]: : audit [DBG] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:26:54.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:54 smithi038 conmon[37921]: audit 2024 2024-02-19T23:26:54.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:54 smithi038 conmon[37921]: -02-19T23:26:53.119837+0000 mon.smithi038 (mon. 2024-02-19T23:26:54.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:54 smithi038 conmon[37921]: 0) 45 : audit [DBG] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:26:54.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:54 smithi038 conmon[37921]: audit 2024-02-19T23:26: 2024-02-19T23:26:54.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:54 smithi038 conmon[37921]: 53.136128+0000 mon.smithi038 (mon.0) 46 : audit [INF] 2024-02-19T23:26:54.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:54 smithi038 conmon[37921]: from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.xcqglv/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:26:54.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:54 smithi038 conmon[37921]: audit 2024-02-19T23:26:53. 2024-02-19T23:26:54.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:54 smithi038 conmon[37921]: 138670+0000 mon.smithi038 (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.xcqglv/trash_purge_schedule"}]: dispatch 2024-02-19T23:26:54.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:54 smithi038 conmon[37921]: cluster 2024-02 2024-02-19T23:26:54.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:54 smithi038 conmon[37921]: -19T23:26:53.988254+0000 mon.smithi038 (mon.0) 48 2024-02-19T23:26:54.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:54 smithi038 conmon[37921]: : cluster [DBG] mgrmap e7: smithi038.xcqglv(active, since 1.01525s) 2024-02-19T23:26:54.577 INFO:teuthology.orchestra.run.smithi038.stderr:mgr epoch 5 is available 2024-02-19T23:26:54.578 INFO:teuthology.orchestra.run.smithi038.stderr:Setting orchestrator backend to cephadm... 2024-02-19T23:26:55.492 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:55 smithi038 conmon[37921]: audit 2024-02-19T23:26:53.987316+0000 mgr.smithi038.xcqglv (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-19T23:26:55.492 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:55 smithi038 conmon[37921]: audit 2024-02-19T23:26:53.994438+0000 mgr.smithi038.xcqglv (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-19T23:26:56.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:56 smithi038 conmon[37921]: cluster 2024-02-19T23:26:55.118690+0000 mon.smithi038 (mon. 2024-02-19T23:26:56.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:56 smithi038 conmon[37921]: 0) 49 : cluster [DBG] mgrmap e8: smithi038.xcqglv(active, since 2s) 2024-02-19T23:26:56.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:56 smithi038 conmon[37921]: audit 2024-02-19T23:26:55.322308+0000 mgr.smithi038.xcqglv (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-19T23:26:56.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:56 smithi038 conmon[37921]: audit 2024-02-19T23:26:55.328441+0000 mon.smithi038 (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' 2024-02-19T23:26:56.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:56 smithi038 conmon[37921]: audit 2024-02-19T23:26:55.343286+0000 mon.smithi038 (mon.0) 51 : audit [DBG] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:26:56.554 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: value unchanged 2024-02-19T23:26:57.176 INFO:teuthology.orchestra.run.smithi038.stderr:Generating ssh key... 2024-02-19T23:26:57.386 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:57 smithi038 conmon[37921]: audit 2024-02-19T23:26:56.555295+0000 mgr.smithi038.xcqglv (mgr.14118) 5 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:26:58.593 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:58 smithi038 conmon[37921]: audit 2024-02-19T23:26:57. 2024-02-19T23:26:58.593 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:58 smithi038 conmon[37921]: 845144+0000 mgr.smithi038.xcqglv (mgr.14118) 6 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:26:58.593 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:58 smithi038 conmon[37921]: cephadm 2024-02-19T23:26:58.593 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:58 smithi038 conmon[37921]: 2024-02-19T23:26:57.845394+0000 mgr.smithi038.xcqglv (mgr.14118) 7 : cephadm [INF] 2024-02-19T23:26:58.593 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:58 smithi038 conmon[37921]: Generating ssh key... 2024-02-19T23:26:59.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:59 smithi038 conmon[37921]: audit 2024-02-19T23:26:58.155000+0000 mon.smithi038 (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' 2024-02-19T23:26:59.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:26:59 smithi038 conmon[37921]: audit 2024-02-19T23:26:58.156981+0000 mon.smithi038 (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' 2024-02-19T23:26:59.441 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDVvib8ttb0t/+giH/ji7RHBFZlfs6DL4l2tOzy41uMMAAQccpWSJ+q5nOT5XKGeAu4lJmIL7pf2M9/8nbQ6AJ3KL3M4PGBlb1+bq8rF9q9CTUzMd151mzw8YczbJEs5YNiYCo6ibO6r2uI6Zv5XSZtwFjkbRsOdj+RvqKz6vDIpSsWb/HFDOjVvoNRRPZDh/0xkuwyrIu7c9iTq7hRetTEqlodb/coo+1x/0akfz3y7hezhNDinKgFvnuLICcWo9cCyoUeGyc1XeKcE06KSfGmr4Z0MLebc1fD2l0jQpqtDwSnfoVuqGwjaVCp8yytOe5FWCYINj7KbUjk2IBxLlAM+ttR0hftPSnpjX+QFUDWx4/dJWBBjgCqE3fwBk/IUsCRJkKjUzzp49KXmVo2jF/MCmFRUS66hCWZ8Z6k7dh/XZ6I7jm+ZTKapIxqejhzeoRMn8wkbBZqjX+OqaOVkIhRCtBYpglDP5bdT85gw5gcNacz8k2GarZTVFmYfY8FEBs= ceph-d7050478-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:27:00.002 INFO:teuthology.orchestra.run.smithi038.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-19T23:27:00.002 INFO:teuthology.orchestra.run.smithi038.stderr:Adding key to root@localhost authorized_keys... 2024-02-19T23:27:00.004 INFO:teuthology.orchestra.run.smithi038.stderr:Adding host smithi038... 2024-02-19T23:27:00.261 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:00 smithi038 conmon[37921]: audit 2024-02-19T23:26:59.442793+0000 mgr.smithi038.xcqglv (mgr.14118) 8 : audit 2024-02-19T23:27:00.261 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:00 smithi038 conmon[37921]: [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:27:01.426 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Added host 'smithi038' with addr '172.21.15.38' 2024-02-19T23:27:01.455 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:01 smithi038 conmon[37921]: audit 2024-02-19T23:27:00.724769+0000 mgr.smithi038.xcqglv (mgr.14118) 9 : audit [DBG] 2024-02-19T23:27:01.455 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:01 smithi038 conmon[37921]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi038", "addr": "172.21.15.38", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:27:02.110 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying mon service with default placement... 2024-02-19T23:27:02.843 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:02 smithi038 conmon[37921]: audit 2024-02-19T23:27:01.427047+0000 mon.smithi038 (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:02.843 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:02 smithi038 conmon[37921]: cephadm 2024-02-19T23:27:01.427371+0000 mgr.smithi038.xcqglv (mgr.14118) 10 : cephadm [INF] Added host smithi038 2024-02-19T23:27:02.843 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:02 smithi038 conmon[37921]: audit 2024-02-19T23:27:01.469719+0000 mon.smithi038 (mon.0) 55 : audit [DBG] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:27:02.860 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-19T23:27:03.625 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying mgr service with default placement... 2024-02-19T23:27:04.093 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:03 smithi038 conmon[37921]: audit 2024-02-19T23:27:02.852594+0000 mgr.smithi038.xcqglv (mgr.14118) 11 : audit [DBG] 2024-02-19T23:27:04.093 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:03 smithi038 conmon[37921]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:27:04.093 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:03 smithi038 conmon[37921]: cephadm 2024-02-19T23:27:02.854022+0000 mgr.smithi038.xcqglv (mgr.14118) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-19T23:27:04.093 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:03 smithi038 conmon[37921]: audit 2024-02-19T23:27:02.861271+0000 mon.smithi038 (mon.0) 56 : audit [INF] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:04.727 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-19T23:27:05.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:05 smithi038 conmon[37921]: audit 2024-02-19T23:27:04.156730+0000 mon.smithi038 (mon.0) 57 : audit [INF] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:05.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:05 smithi038 conmon[37921]: audit 2024-02-19T23:27:04.459156+0000 mon.smithi038 (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:05.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:05 smithi038 conmon[37921]: audit 2024-02-19T23:27:04.719609+0000 mgr.smithi038.xcqglv (mgr.14118) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:27:05.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:05 smithi038 conmon[37921]: cephadm 2024-02-19T23:27:04.720900+0000 mgr.smithi038.xcqglv (mgr.14118) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-19T23:27:05.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:05 smithi038 conmon[37921]: audit 2024-02-19T23:27:04.728502+0000 mon.smithi038 (mon.0) 59 : audit [INF] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:05.535 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying crash service with default placement... 2024-02-19T23:27:06.322 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-19T23:27:07.044 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying prometheus service with default placement... 2024-02-19T23:27:07.301 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:07 smithi038 conmon[37921]: audit 2024-02-19T23:27:06.225418+0000 mon.smithi038 (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:07.301 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:07 smithi038 conmon[37921]: audit 2024-02-19T23:27:06.318308+0000 mgr.smithi038.xcqglv (mgr.14118) 15 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:27:07.301 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:07 smithi038 conmon[37921]: cephadm 2024-02-19T23:27:06.319325+0000 mgr.smithi038.xcqglv (mgr.14118) 16 : cephadm [INF] Saving service crash spec with placement * 2024-02-19T23:27:07.301 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:07 smithi038 conmon[37921]: audit 2024-02-19T23:27:06.324118+0000 mon.smithi038 (mon.0 2024-02-19T23:27:07.301 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:07 smithi038 conmon[37921]: ) 61 : audit [INF] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:07.829 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-19T23:27:08.783 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying grafana service with default placement... 2024-02-19T23:27:09.083 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:08 smithi038 conmon[37921]: audit 2024-02-19T23:27:07.824212+0000 mgr.smithi038.xcqglv (mgr.14118) 17 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:27:09.083 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:08 smithi038 conmon[37921]: cephadm 2024-02-19T23:27:07.825224+0000 mgr.smithi038.xcqglv (mgr.14118) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-19T23:27:09.083 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:08 smithi038 conmon[37921]: audit 2024-02-19T23:27:07.830172+0000 mon.smithi038 (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:09.539 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-19T23:27:10.183 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying node-exporter service with default placement... 2024-02-19T23:27:10.843 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:10 smithi038 conmon[37921]: audit 2024-02-19T23:27:09.534822+0000 mgr.smithi038.xcqglv (mgr.14118) 19 : 2024-02-19T23:27:10.843 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:10 smithi038 conmon[37921]: audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:27:10.843 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:10 smithi038 conmon[37921]: cephadm 2024-02-19T23:27:09.535764+0000 mgr.smithi038.xcqglv (mgr.14118) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-19T23:27:10.843 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:10 smithi038 conmon[37921]: audit 2024-02-19T23:27:09.540629+0000 mon.smithi038 (mon.0) 63 : audit [INF] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:10.975 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-19T23:27:11.675 INFO:teuthology.orchestra.run.smithi038.stderr:Deploying alertmanager service with default placement... 2024-02-19T23:27:12.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:11 smithi038 conmon[37921]: audit 2024-02-19T23:27:10.971151+0000 mgr.smithi038.xcqglv (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-19T23:27:12.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:11 smithi038 conmon[37921]: cephadm 2024-02-19T23:27:10.972108+0000 mgr.smithi038.xcqglv (mgr.14118) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-19T23:27:12.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:11 smithi038 conmon[37921]: audit 2024-02-19T23:27:10.977233+0000 mon.smithi038 (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:12.384 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-19T23:27:13.800 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:13 smithi038 conmon[37921]: audit 2024-02-19T23:27:12.379556+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:27:13.800 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:13 smithi038 conmon[37921]: 14118) 23 : audit [DBG] from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:27:13.800 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:13 smithi038 conmon[37921]: cephadm 2024-02-19T23:27:12.380493+0000 2024-02-19T23:27:13.800 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:13 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14118) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-19T23:27:13.800 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:13 smithi038 conmon[37921]: audit 2024-02-19 2024-02-19T23:27:13.800 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:13 smithi038 conmon[37921]: T23:27:12.385714+0000 mon.smithi038 (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.38:0/1024660234' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:15.093 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:14 smithi038 conmon[37921]: cluster 2024-02-19T23:27:12.989141+0000 mgr.smithi038.xcqglv (mgr.14118) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:15.093 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:14 smithi038 conmon[37921]: audit 2024-02-19T23:27:13.773564+0000 mon.smithi038 (mon.0) 66 : audit [INF] from='client.? 172.21.15.38:0/210138804' entity='client.admin' 2024-02-19T23:27:15.849 INFO:teuthology.orchestra.run.smithi038.stderr:Enabling the dashboard module... 2024-02-19T23:27:16.593 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:16 smithi038 conmon[37921]: cluster 2024-02-19T23:27:14.989386+0000 mgr.smithi038.xcqglv (mgr.14118) 26 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:16.593 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:16 smithi038 conmon[37921]: audit 2024-02-19T23:27:15.144097+0000 mon.smithi038 (mon.0) 67 : audit [INF] from='client.? 172.21.15.38:0/3508526162' entity='client.admin' 2024-02-19T23:27:17.409 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:17 smithi038 conmon[37921]: audit 2024-02-19T23:27:16.605605+0000 mon.smithi038 (mon.0) 68 : audit [INF] from='client.? 172.21.15.38:0/842987940' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-19T23:27:18.593 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:18 smithi038 conmon[37921]: audit 2024-02-19T23:27:17.151903+0000 2024-02-19T23:27:18.593 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:18 smithi038 conmon[37921]: mon.smithi038 (mon.0) 69 : audit [INF] from='client.? 172.21.15.38:0/842987940' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-19T23:27:18.593 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:18 smithi038 conmon[37921]: cluster 2024-02-19T23:27:18.593 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:18 smithi038 conmon[37921]: 2024-02-19T23:27:17.151972+0000 mon.smithi038 (mon.0) 70 : cluster [DBG] mgrmap e9: smithi038.xcqglv(active, since 24s) 2024-02-19T23:27:18.670 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-02-19T23:27:18.670 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "epoch": 9, 2024-02-19T23:27:18.671 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "available": true, 2024-02-19T23:27:18.671 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "active_name": "smithi038.xcqglv", 2024-02-19T23:27:18.671 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-19T23:27:18.671 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-02-19T23:27:19.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:19 smithi038 conmon[37921]: audit 2024-02-19T23:27: 2024-02-19T23:27:19.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:19 smithi038 conmon[37921]: 18.667870+0000 mon.smithi038 (mon.0) 71 : audit [DBG] from='client.? 172.21.15.38:0/2766734744' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-19T23:27:19.365 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for the mgr to restart... 2024-02-19T23:27:19.365 INFO:teuthology.orchestra.run.smithi038.stderr:Waiting for mgr epoch 9... 2024-02-19T23:27:23.492 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:23 smithi038 conmon[37921]: cluster 2024-02-19T23:27:23.238934+0000 mon.smithi038 (mon.0 2024-02-19T23:27:23.492 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:23 smithi038 conmon[37921]: ) 72 : cluster [INF] Active manager daemon smithi038.xcqglv restarted 2024-02-19T23:27:23.492 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:23 smithi038 conmon[37921]: cluster 2024-02-19T23:27:23.239291+0000 mon.smithi038 (mon.0) 73 : cluster [INF] 2024-02-19T23:27:23.492 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:23 smithi038 conmon[37921]: Activating manager daemon smithi038.xcqglv 2024-02-19T23:27:23.492 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:23 smithi038 conmon[37921]: cluster 2024-02-19T23:27:23.246757+0000 2024-02-19T23:27:23.492 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:23 smithi038 conmon[37921]: mon.smithi038 (mon.0) 74 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-19T23:27:23.492 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:23 smithi038 conmon[37921]: cluster 2024-02-19T23:27:23.492 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:23 smithi038 conmon[37921]: 2024-02-19T23:27:23.246881+0000 mon.smithi038 (mon.0) 75 : cluster 2024-02-19T23:27:23.492 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:23 smithi038 conmon[37921]: [DBG] mgrmap e10: smithi038.xcqglv(active, starting, since 0.00773798s) 2024-02-19T23:27:23.492 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:23 smithi038 conmon[37921]: audit 2024- 2024-02-19T23:27:23.492 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:23 smithi038 conmon[37921]: 02-19T23:27:23.248140+0000 mon.smithi038 (mon.0) 76 : audit [DBG] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata", "id": "smithi038"}]: dispatch 2024-02-19T23:27:23.492 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:23 smithi038 conmon[37921]: audit 2024-02-19T23: 2024-02-19T23:27:23.493 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:23 smithi038 conmon[37921]: 27:23.248959+0000 mon.smithi038 (mon.0) 77 : audit [DBG] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mgr metadata", "who": "smithi038.xcqglv", "id": "smithi038.xcqglv"}]: dispatch 2024-02-19T23:27:23.493 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:23 smithi038 conmon[37921]: audit 2024-02-19 2024-02-19T23:27:23.493 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:23 smithi038 conmon[37921]: T23:27:23.249872+0000 mon.smithi038 (mon.0) 78 : audit [DBG] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-19T23:27:23.493 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:23 smithi038 conmon[37921]: audit 2024-02-19T23:27:23.250026 2024-02-19T23:27:23.493 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:23 smithi038 conmon[37921]: +0000 mon.smithi038 (mon.0) 79 : audit [DBG] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-19T23:27:23.493 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:23 smithi038 conmon[37921]: audit 2024-02-19T23:27:23.250183+0000 2024-02-19T23:27:23.493 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:23 smithi038 conmon[37921]: mon.smithi038 (mon.0) 80 : audit [DBG] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-19T23:27:23.493 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:23 smithi038 conmon[37921]: cluster 2024-02-19T23:27:23.265075+0000 mon.smithi038 (mon.0 2024-02-19T23:27:23.493 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:23 smithi038 conmon[37921]: ) 81 : cluster [INF] Manager daemon smithi038.xcqglv is now available 2024-02-19T23:27:24.255 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: { 2024-02-19T23:27:24.255 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-02-19T23:27:24.255 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: "initialized": true 2024-02-19T23:27:24.255 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: } 2024-02-19T23:27:24.580 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:24 smithi038 conmon[37921]: audit 2024-02-19T23:27:23.375682+0000 mon.smithi038 (mon.0) 82 : audit [DBG] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:27:24.580 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:24 smithi038 conmon[37921]: audit 2024-02-19T23:27:23.377228+0000 mon.smithi038 (mon.0) 83 : audit [DBG] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:27:24.580 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:24 smithi038 conmon[37921]: audit 2024-02-19T23:27:23.406346+0000 mon.smithi038 (mon.0) 84 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.xcqglv/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:27:24.580 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:24 smithi038 conmon[37921]: audit 2024-02-19T23:27:23.409641+0000 mon.smithi038 (mon.0) 85 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.xcqglv/trash_purge_schedule"}]: dispatch 2024-02-19T23:27:24.581 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:24 smithi038 conmon[37921]: cluster 2024-02-19T23:27:24.249619+0000 mon.smithi038 (mon.0) 86 : cluster [DBG] mgrmap e11: smithi038.xcqglv(active, since 1.01047s) 2024-02-19T23:27:24.973 INFO:teuthology.orchestra.run.smithi038.stderr:mgr epoch 9 is available 2024-02-19T23:27:24.973 INFO:teuthology.orchestra.run.smithi038.stderr:Generating a dashboard self-signed certificate... 2024-02-19T23:27:25.727 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-19T23:27:26.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:25 smithi038 conmon[37921]: audit 2024-02-19T23:27:24.248915+0000 2024-02-19T23:27:26.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:25 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14158) 1 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-19T23:27:26.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:25 smithi038 conmon[37921]: audit 2024-02-19T23:27:24.256048+0000 mgr.smithi038.xcqglv (mgr.14158) 2 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-19T23:27:26.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:25 smithi038 conmon[37921]: audit 2024-02-19T23:27:24.980261+0000 mon.smithi038 (mon.0) 87 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:26.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:25 smithi038 conmon[37921]: audit 2024-02-19T23:27:25.723214+0000 mon.smithi038 (mon.0) 88 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:26.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:25 smithi038 conmon[37921]: audit 2024-02-19T23:27:25.728011+0000 mon.smithi038 (mon.0) 89 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:26.956 INFO:teuthology.orchestra.run.smithi038.stderr:Creating initial admin user... 2024-02-19T23:27:27.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:26 smithi038 conmon[37921]: audit 2024-02-19T23:27:25.690115+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:27:27.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:26 smithi038 conmon[37921]: 14158) 3 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:27:27.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:26 smithi038 conmon[37921]: cluster 2024-02- 2024-02-19T23:27:27.228 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:26 smithi038 conmon[37921]: 19T23:27:25.983644+0000 mon.smithi038 (mon.0) 90 : cluster [DBG] mgrmap e12: smithi038.xcqglv(active, since 2s) 2024-02-19T23:27:27.903 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$dkmG2ztst5qFKZVRwPWMl.hL.2BAYJzcxYaROtXDOJsliXycmaFiy", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1708385247, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-19T23:27:28.581 INFO:teuthology.orchestra.run.smithi038.stderr:Fetching dashboard port number... 2024-02-19T23:27:29.249 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: 8443 2024-02-19T23:27:29.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:28 smithi038 conmon[37921]: audit 2024-02-19T23:27:27.647743+0000 mgr.smithi038.xcqglv (mgr.14158) 2024-02-19T23:27:29.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:28 smithi038 conmon[37921]: 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-19T23:27:29.275 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:28 smithi038 conmon[37921]: audit 2024-02-19T23:27:27.904460+0000 mon.smithi038 (mon.0) 91 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:29.869 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: disabled 2024-02-19T23:27:29.878 INFO:teuthology.orchestra.run.smithi038.stderr:systemctl: inactive 2024-02-19T23:27:29.878 INFO:teuthology.orchestra.run.smithi038.stderr:firewalld.service is not enabled 2024-02-19T23:27:29.879 INFO:teuthology.orchestra.run.smithi038.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-19T23:27:29.881 INFO:teuthology.orchestra.run.smithi038.stderr:Ceph Dashboard is now available at: 2024-02-19T23:27:29.881 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-19T23:27:29.881 INFO:teuthology.orchestra.run.smithi038.stderr: URL: https://smithi038:8443/ 2024-02-19T23:27:29.881 INFO:teuthology.orchestra.run.smithi038.stderr: User: admin 2024-02-19T23:27:29.881 INFO:teuthology.orchestra.run.smithi038.stderr: Password: 639tx29198 2024-02-19T23:27:29.881 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-19T23:27:29.882 INFO:teuthology.orchestra.run.smithi038.stderr:Enabling autotune for osd_memory_target 2024-02-19T23:27:30.121 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:29 smithi038 conmon[37921]: audit 2024-02-19T23:27:29.250507+0000 mon.smithi038 ( 2024-02-19T23:27:30.121 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:29 smithi038 conmon[37921]: mon.0) 92 : audit [DBG] from='client.? 172.21.15.38:0/1713399463' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-19T23:27:31.196 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:30 smithi038 conmon[37921]: cluster 2024-02-19T23:27:29.924051+0000 mon.smithi038 (mon. 2024-02-19T23:27:31.196 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:30 smithi038 conmon[37921]: 0) 93 : cluster [DBG] mgrmap e13: smithi038.xcqglv(active, since 6s) 2024-02-19T23:27:31.941 INFO:teuthology.orchestra.run.smithi038.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-02-19T23:27:32.539 INFO:teuthology.orchestra.run.smithi038.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-19T23:27:32.539 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-19T23:27:32.540 INFO:teuthology.orchestra.run.smithi038.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-19T23:27:32.540 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-19T23:27:32.540 INFO:teuthology.orchestra.run.smithi038.stderr:Or, if you are only running a single cluster on this host: 2024-02-19T23:27:32.540 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-19T23:27:32.540 INFO:teuthology.orchestra.run.smithi038.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-19T23:27:32.540 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-19T23:27:32.540 INFO:teuthology.orchestra.run.smithi038.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-19T23:27:32.540 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-19T23:27:32.540 INFO:teuthology.orchestra.run.smithi038.stderr: ceph telemetry on 2024-02-19T23:27:32.540 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-19T23:27:32.540 INFO:teuthology.orchestra.run.smithi038.stderr:For more information see: 2024-02-19T23:27:32.540 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-19T23:27:32.540 INFO:teuthology.orchestra.run.smithi038.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-02-19T23:27:32.540 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-19T23:27:32.541 INFO:teuthology.orchestra.run.smithi038.stderr:Bootstrap complete. 2024-02-19T23:27:32.591 INFO:tasks.cephadm:Fetching config... 2024-02-19T23:27:32.592 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-19T23:27:32.592 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-19T23:27:32.614 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-19T23:27:32.615 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-19T23:27:32.615 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-19T23:27:32.674 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-19T23:27:32.674 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-19T23:27:32.674 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/keyring of=/dev/stdout 2024-02-19T23:27:32.748 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-19T23:27:32.748 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-19T23:27:32.748 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-19T23:27:32.811 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-19T23:27:32.811 DEBUG:teuthology.orchestra.run.smithi038:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDVvib8ttb0t/+giH/ji7RHBFZlfs6DL4l2tOzy41uMMAAQccpWSJ+q5nOT5XKGeAu4lJmIL7pf2M9/8nbQ6AJ3KL3M4PGBlb1+bq8rF9q9CTUzMd151mzw8YczbJEs5YNiYCo6ibO6r2uI6Zv5XSZtwFjkbRsOdj+RvqKz6vDIpSsWb/HFDOjVvoNRRPZDh/0xkuwyrIu7c9iTq7hRetTEqlodb/coo+1x/0akfz3y7hezhNDinKgFvnuLICcWo9cCyoUeGyc1XeKcE06KSfGmr4Z0MLebc1fD2l0jQpqtDwSnfoVuqGwjaVCp8yytOe5FWCYINj7KbUjk2IBxLlAM+ttR0hftPSnpjX+QFUDWx4/dJWBBjgCqE3fwBk/IUsCRJkKjUzzp49KXmVo2jF/MCmFRUS66hCWZ8Z6k7dh/XZ6I7jm+ZTKapIxqejhzeoRMn8wkbBZqjX+OqaOVkIhRCtBYpglDP5bdT85gw5gcNacz8k2GarZTVFmYfY8FEBs= ceph-d7050478-cf7d-11ee-95bb-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-19T23:27:32.899 INFO:teuthology.orchestra.run.smithi038.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDVvib8ttb0t/+giH/ji7RHBFZlfs6DL4l2tOzy41uMMAAQccpWSJ+q5nOT5XKGeAu4lJmIL7pf2M9/8nbQ6AJ3KL3M4PGBlb1+bq8rF9q9CTUzMd151mzw8YczbJEs5YNiYCo6ibO6r2uI6Zv5XSZtwFjkbRsOdj+RvqKz6vDIpSsWb/HFDOjVvoNRRPZDh/0xkuwyrIu7c9iTq7hRetTEqlodb/coo+1x/0akfz3y7hezhNDinKgFvnuLICcWo9cCyoUeGyc1XeKcE06KSfGmr4Z0MLebc1fD2l0jQpqtDwSnfoVuqGwjaVCp8yytOe5FWCYINj7KbUjk2IBxLlAM+ttR0hftPSnpjX+QFUDWx4/dJWBBjgCqE3fwBk/IUsCRJkKjUzzp49KXmVo2jF/MCmFRUS66hCWZ8Z6k7dh/XZ6I7jm+ZTKapIxqejhzeoRMn8wkbBZqjX+OqaOVkIhRCtBYpglDP5bdT85gw5gcNacz8k2GarZTVFmYfY8FEBs= ceph-d7050478-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:27:32.912 DEBUG:teuthology.orchestra.run.smithi177:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDVvib8ttb0t/+giH/ji7RHBFZlfs6DL4l2tOzy41uMMAAQccpWSJ+q5nOT5XKGeAu4lJmIL7pf2M9/8nbQ6AJ3KL3M4PGBlb1+bq8rF9q9CTUzMd151mzw8YczbJEs5YNiYCo6ibO6r2uI6Zv5XSZtwFjkbRsOdj+RvqKz6vDIpSsWb/HFDOjVvoNRRPZDh/0xkuwyrIu7c9iTq7hRetTEqlodb/coo+1x/0akfz3y7hezhNDinKgFvnuLICcWo9cCyoUeGyc1XeKcE06KSfGmr4Z0MLebc1fD2l0jQpqtDwSnfoVuqGwjaVCp8yytOe5FWCYINj7KbUjk2IBxLlAM+ttR0hftPSnpjX+QFUDWx4/dJWBBjgCqE3fwBk/IUsCRJkKjUzzp49KXmVo2jF/MCmFRUS66hCWZ8Z6k7dh/XZ6I7jm+ZTKapIxqejhzeoRMn8wkbBZqjX+OqaOVkIhRCtBYpglDP5bdT85gw5gcNacz8k2GarZTVFmYfY8FEBs= ceph-d7050478-cf7d-11ee-95bb-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-19T23:27:32.959 INFO:teuthology.orchestra.run.smithi177.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDVvib8ttb0t/+giH/ji7RHBFZlfs6DL4l2tOzy41uMMAAQccpWSJ+q5nOT5XKGeAu4lJmIL7pf2M9/8nbQ6AJ3KL3M4PGBlb1+bq8rF9q9CTUzMd151mzw8YczbJEs5YNiYCo6ibO6r2uI6Zv5XSZtwFjkbRsOdj+RvqKz6vDIpSsWb/HFDOjVvoNRRPZDh/0xkuwyrIu7c9iTq7hRetTEqlodb/coo+1x/0akfz3y7hezhNDinKgFvnuLICcWo9cCyoUeGyc1XeKcE06KSfGmr4Z0MLebc1fD2l0jQpqtDwSnfoVuqGwjaVCp8yytOe5FWCYINj7KbUjk2IBxLlAM+ttR0hftPSnpjX+QFUDWx4/dJWBBjgCqE3fwBk/IUsCRJkKjUzzp49KXmVo2jF/MCmFRUS66hCWZ8Z6k7dh/XZ6I7jm+ZTKapIxqejhzeoRMn8wkbBZqjX+OqaOVkIhRCtBYpglDP5bdT85gw5gcNacz8k2GarZTVFmYfY8FEBs= ceph-d7050478-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:27:32.972 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-19T23:27:33.093 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:32 smithi038 conmon[37921]: audit 2024-02-19T23:27:31.939912+0000 mon.smithi038 (mon.0) 94 : audit [INF] from='client.? 172.21.15.38:0/3501225144' entity='client.admin' 2024-02-19T23:27:36.102 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-19T23:27:36.102 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-19T23:27:36.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:36 smithi038 conmon[37921]: audit 2024-02-19T23:27:35.157263+0000 mon.smithi038 (mon.0) 95 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:36.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:36 smithi038 conmon[37921]: audit 2024-02-19T23:27:35.436474+0000 mon.smithi038 (mon.0) 96 : audit [INF] from='client.? 172.21.15.38:0/969576092' entity='client.admin' 2024-02-19T23:27:36.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:36 smithi038 conmon[37921]: audit 2024-02-19T23:27:35.551945+0000 mon.smithi038 (mon.0) 97 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd/host:smithi038", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:27:36.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:36 smithi038 conmon[37921]: audit 2024-02-19T23:27:35.555543+0000 mon.smithi038 (mon.0) 98 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:37.482 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:37 smithi038 conmon[37921]: cephadm 2024-02-19T23:27:35.564591+0000 mgr.smithi038.xcqglv (mgr.14158) 5 : cephadm [INF] Deploying daemon alertmanager.smithi038 on smithi038 2024-02-19T23:27:39.695 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi177 2024-02-19T23:27:39.695 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-02-19T23:27:39.695 DEBUG:teuthology.orchestra.run.smithi177:> dd of=/etc/ceph/ceph.conf 2024-02-19T23:27:39.716 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-02-19T23:27:39.717 DEBUG:teuthology.orchestra.run.smithi177:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-19T23:27:39.776 INFO:tasks.cephadm:Adding host smithi177 to orchestrator... 2024-02-19T23:27:39.776 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch host add smithi177 2024-02-19T23:27:39.843 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:39 smithi038 conmon[37921]: audit 2024-02-19T23:27:38.577682+0000 mgr.smithi038.xcqglv (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-19T23:27:39.843 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:39 smithi038 conmon[37921]: audit 2024-02-19T23:27:38.585542+0000 mon.smithi038 (mon.0) 99 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:44.476 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:44 smithi038 conmon[37921]: cluster 2024-02-19T23:27:43.251452+0000 mgr.smithi038.xcqglv (mgr.14158) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:46.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:46 smithi038 conmon[37921]: cluster 2024-02-19T23:27:45.251737+0000 mgr.smithi038.xcqglv (mgr.14158) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:46.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:46 smithi038 conmon[37921]: audit 2024-02-19T23:27:45.251963+0000 mon.smithi038 (mon.0) 100 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:46.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:46 smithi038 conmon[37921]: audit 2024-02-19T23:27:45.253780+0000 mon.smithi038 (mon.0) 101 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi038", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-19T23:27:46.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:46 smithi038 conmon[37921]: audit 2024-02-19T23:27:45.256356+0000 mon.smithi038 (mon.0) 102 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi038", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-19T23:27:46.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:46 smithi038 conmon[37921]: audit 2024-02-19T23:27:45.257044+0000 mon.smithi038 (mon.0) 103 : audit [DBG] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:27:46.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:46 smithi038 conmon[37921]: cephadm 2024-02-19T23:27:45.257591+0000 mgr.smithi038.xcqglv (mgr.14158) 9 : cephadm [INF] Deploying daemon crash.smithi038 on smithi038 2024-02-19T23:27:49.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:48 smithi038 conmon[37921]: cluster 2024-02-19T23:27:47.252021+0000 mgr.smithi038.xcqglv (mgr.14158) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:49.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:48 smithi038 conmon[37921]: audit 2024-02-19T23:27:47.834946+0000 mon.smithi038 (mon.0) 104 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:49.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:48 smithi038 conmon[37921]: audit 2024-02-19T23:27:47.989999+0000 mon.smithi038 (mon.0) 105 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:49.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:48 smithi038 conmon[37921]: audit 2024-02-19T23:27:47.994281+0000 mon.smithi038 (mon.0) 106 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:49.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:48 smithi038 conmon[37921]: audit 2024-02-19T23:27:47.995833+0000 mon.smithi038 (mon.0) 107 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-19T23:27:49.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:48 smithi038 conmon[37921]: audit 2024-02-19T23:27:47.996216+0000 mgr.smithi038.xcqglv (mgr.14158) 11 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-19T23:27:49.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:48 smithi038 conmon[37921]: audit 2024-02-19T23:27:48.004678+0000 mon.smithi038 (mon.0) 108 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:49.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:48 smithi038 conmon[37921]: cephadm 2024-02-19T23:27:48.014107+0000 mgr.smithi038.xcqglv (mgr.14158) 12 : cephadm [INF] Deploying daemon grafana.smithi038 on smithi038 2024-02-19T23:27:49.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:48 smithi038 conmon[37921]: audit 2024-02-19T23:27:48.406530+0000 mon.smithi038 (mon.0) 109 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' 2024-02-19T23:27:51.093 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:50 smithi038 conmon[37921]: cluster 2024-02-19T23:27:49.252313 2024-02-19T23:27:51.093 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:50 smithi038 conmon[37921]: +0000 mgr.smithi038.xcqglv (mgr.14158) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:53.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:52 smithi038 conmon[37921]: cluster 2024-02-19T23:27:51.252559 2024-02-19T23:27:53.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:52 smithi038 conmon[37921]: +0000 mgr.smithi038.xcqglv (mgr.14158) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:55.185 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:54 smithi038 conmon[37921]: cluster 2024-02-19T23:27:53.252772+0000 mgr.smithi038.xcqglv 2024-02-19T23:27:55.185 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:54 smithi038 conmon[37921]: (mgr.14158) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:57.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:56 smithi038 conmon[37921]: cluster 2024-02-19T23:27:55.253039+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:27:57.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:56 smithi038 conmon[37921]: mgr.14158) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:27:59.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:27:58 smithi038 conmon[37921]: cluster 2024-02-19T23:27:57.253287+0000 mgr.smithi038.xcqglv (mgr.14158) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:01.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:00 smithi038 conmon[37921]: cluster 2024-02-19T23:27:59.253604+0000 mgr.smithi038.xcqglv (mgr.14158) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:03.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:02 smithi038 conmon[37921]: cluster 2024-02-19T23:28:01.253908+0000 mgr.smithi038.xcqglv (mgr.14158) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:05.315 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:04 smithi038 conmon[37921]: cluster 2024-02-19T23:28:03.254268+0000 mgr.smithi038.xcqglv (mgr.14158) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:07.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:06 smithi038 conmon[37921]: cluster 2024-02-19T23: 2024-02-19T23:28:07.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:06 smithi038 conmon[37921]: 28:05.254565+0000 mgr.smithi038.xcqglv (mgr.14158) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:08.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:08 smithi038 conmon[37921]: cluster 2024-02-19T23:28:07.254844+0000 2024-02-19T23:28:08.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:08 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14158) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:08.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:08 smithi038 conmon[37921]: audit 2024-02-19T23: 2024-02-19T23:28:08.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:08 smithi038 conmon[37921]: 28:07.522737+0000 mon.smithi038 (mon.0) 110 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:08.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:08 smithi038 conmon[37921]: cephadm 2024-02-19T23:28:07.525051+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:28:08.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:08 smithi038 conmon[37921]: mgr.14158) 23 : cephadm [INF] Deploying daemon node-exporter.smithi038 on smithi038 2024-02-19T23:28:08.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:08 smithi038 conmon[37921]: audit 2024-02-19T23:28:08.411699+0000 mon.smithi038 (mon 2024-02-19T23:28:08.773 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:08 smithi038 conmon[37921]: .0) 111 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:10.739 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:10 smithi038 conmon[37921]: cluster 2024-02-19T23:28:09.255111+0000 mgr.smithi038.xcqglv (mgr.14158) 24 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:12.640 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:12 smithi038 conmon[37921]: cluster 2024-02-19T23:28:11.255496+0000 mgr.smithi038.xcqglv (mgr.14158) 25 : cluster 2024-02-19T23:28:12.641 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:12 smithi038 conmon[37921]: [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:12.641 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:12 smithi038 conmon[37921]: audit 2024-02-19T23:28:11.371235+0000 mon.smithi038 (mon.0) 112 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:12.641 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:12 smithi038 conmon[37921]: audit 2024-02-19T23:28:11.373694+0000 mon.smithi038 (mon.0) 113 : audit [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-19T23:28:13.546 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:13 smithi038 conmon[37921]: audit 2024-02-19T23:28:12.373540+0000 mon.smithi038 (mon.0) 114 : audit 2024-02-19T23:28:13.546 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:13 smithi038 conmon[37921]: [INF] from='mgr.14158 172.21.15.38:0/1588971869' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-19T23:28:13.546 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:13 smithi038 conmon[37921]: cluster 2024-02-19T23:28:12.373596+0000 mon.smithi038 (mon.0) 2024-02-19T23:28:13.546 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:13 smithi038 conmon[37921]: 115 : cluster [DBG] mgrmap e14: smithi038.xcqglv(active, since 49s) 2024-02-19T23:28:18.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:18 smithi038 conmon[37921]: cluster 2024-02-19T23:28:18.447924+0000 mon.smithi038 (mon.0 2024-02-19T23:28:18.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:18 smithi038 conmon[37921]: ) 116 : cluster [INF] Active manager daemon smithi038.xcqglv restarted 2024-02-19T23:28:18.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:18 smithi038 conmon[37921]: cluster 2024-02-19T23:28:18.448246+0000 mon.smithi038 (mon.0) 117 : cluster 2024-02-19T23:28:18.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:18 smithi038 conmon[37921]: [INF] Activating manager daemon smithi038.xcqglv 2024-02-19T23:28:18.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:18 smithi038 conmon[37921]: cluster 2024-02-19T23:28:18 2024-02-19T23:28:18.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:18 smithi038 conmon[37921]: .451489+0000 mon.smithi038 (mon.0) 118 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-19T23:28:18.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:18 smithi038 conmon[37921]: cluster 2024-02-19T23:28:18.451616+0000 mon.smithi038 2024-02-19T23:28:18.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:18 smithi038 conmon[37921]: (mon.0) 119 : cluster [DBG] mgrmap e15: smithi038.xcqglv(active, starting, since 0.00347848s) 2024-02-19T23:28:18.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:18 smithi038 conmon[37921]: audit 2024-02-19T23:28:18.452943 2024-02-19T23:28:18.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:18 smithi038 conmon[37921]: +0000 mon.smithi038 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata", "id": "smithi038"}]: dispatch 2024-02-19T23:28:18.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:18 smithi038 conmon[37921]: audit 2024-02-19T23:28 2024-02-19T23:28:18.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:18 smithi038 conmon[37921]: :18.453663+0000 mon.smithi038 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mgr metadata", "who": "smithi038.xcqglv", "id": "smithi038.xcqglv"}]: dispatch 2024-02-19T23:28:18.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:18 smithi038 conmon[37921]: audit 2024-02-19T23:28 2024-02-19T23:28:18.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:18 smithi038 conmon[37921]: :18.454404+0000 mon.smithi038 (mon.0) 122 : audit [DBG] 2024-02-19T23:28:18.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:18 smithi038 conmon[37921]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-19T23:28:18.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:18 smithi038 conmon[37921]: audit 2024-02 2024-02-19T23:28:18.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:18 smithi038 conmon[37921]: -19T23:28:18.454611+0000 mon.smithi038 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-19T23:28:18.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:18 smithi038 conmon[37921]: audit 2024-02-19T23:28 2024-02-19T23:28:18.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:18 smithi038 conmon[37921]: :18.454776+0000 mon.smithi038 (mon.0) 124 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-19T23:28:18.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:18 smithi038 conmon[37921]: cluster 2024-02-19 2024-02-19T23:28:18.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:18 smithi038 conmon[37921]: T23:28:18.469575+0000 mon.smithi038 (mon.0) 125 : cluster [INF] Manager daemon smithi038.xcqglv is now available 2024-02-19T23:28:19.793 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:19 smithi038 conmon[37921]: audit 2024-02-19T23:28:18.579181+0000 mon.smithi038 (mon.0 2024-02-19T23:28:19.793 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:19 smithi038 conmon[37921]: ) 126 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:28:19.793 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:19 smithi038 conmon[37921]: audit 2024-02-19T23:28:19.793 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:19 smithi038 conmon[37921]: 2024-02-19T23:28:18.580855+0000 mon.smithi038 (mon.0) 127 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:28:19.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:19 smithi038 conmon[37921]: audit 2024-02- 2024-02-19T23:28:19.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:19 smithi038 conmon[37921]: 19T23:28:18.607549+0000 mon.smithi038 (mon.0) 128 : audit [INF] 2024-02-19T23:28:19.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:19 smithi038 conmon[37921]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:19.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:19 smithi038 conmon[37921]: audit 2024 2024-02-19T23:28:19.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:19 smithi038 conmon[37921]: -02-19T23:28:18.620079+0000 mon.smithi038 (mon 2024-02-19T23:28:19.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:19 smithi038 conmon[37921]: .0) 129 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.xcqglv/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:28:19.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:19 smithi038 conmon[37921]: audit 2024-02 2024-02-19T23:28:19.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:19 smithi038 conmon[37921]: -19T23:28:18.625797+0000 mon.smithi038 (mon.0) 130 : audit 2024-02-19T23:28:19.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:19 smithi038 conmon[37921]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi038.xcqglv/trash_purge_schedule"}]: dispatch 2024-02-19T23:28:19.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:19 smithi038 conmon[37921]: cluster 2024 2024-02-19T23:28:19.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:19 smithi038 conmon[37921]: -02-19T23:28:19.453900+0000 mon.smithi038 (mon. 2024-02-19T23:28:19.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:19 smithi038 conmon[37921]: 0) 131 : cluster [DBG] mgrmap e16: smithi038.xcqglv(active, since 1.00576s) 2024-02-19T23:28:20.090 INFO:teuthology.orchestra.run.smithi177.stdout:Added host 'smithi177' with addr '172.21.15.177' 2024-02-19T23:28:20.783 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch host ls --format=json 2024-02-19T23:28:21.286 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:21 smithi038 conmon[37921]: audit 2024-02-19T23:28:20.089428+0000 mon.smithi038 (mon.0) 132 : audit 2024-02-19T23:28:21.286 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:21 smithi038 conmon[37921]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:21.286 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:21 smithi038 conmon[37921]: cephadm 2024-02-19T23:28:20.089908+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:28:21.286 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:21 smithi038 conmon[37921]: ) 2 : cephadm [INF] Added host smithi177 2024-02-19T23:28:22.203 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:22 smithi038 conmon[37921]: cluster 2024-02-19T23:28:21.091657+0000 mon.smithi038 ( 2024-02-19T23:28:22.203 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:22 smithi038 conmon[37921]: mon.0) 133 : cluster [DBG] mgrmap e17: smithi038.xcqglv(active, since 2s) 2024-02-19T23:28:22.203 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:22 smithi038 conmon[37921]: audit 2024-02-19T23:28:21.982067 2024-02-19T23:28:22.203 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:22 smithi038 conmon[37921]: +0000 mon.smithi038 (mon.0) 134 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:22.567 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-02-19T23:28:22.568 INFO:teuthology.orchestra.run.smithi177.stdout:[{"addr": "172.21.15.38", "hostname": "smithi038", "labels": [], "status": ""}, {"addr": "172.21.15.177", "hostname": "smithi177", "labels": [], "status": ""}] 2024-02-19T23:28:23.189 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-19T23:28:23.189 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd crush tunables default 2024-02-19T23:28:23.289 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:23 smithi038 conmon[37921]: audit 2024-02-19T23:28:22.334357+0000 mon.smithi038 (mon.0) 135 : audit 2024-02-19T23:28:23.289 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:23 smithi038 conmon[37921]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd/host:smithi038", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:28:23.289 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:23 smithi038 conmon[37921]: audit 2024-02-19 2024-02-19T23:28:23.289 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:23 smithi038 conmon[37921]: T23:28:22.335461+0000 mon.smithi038 (mon.0) 136 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:28:23.289 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:23 smithi038 conmon[37921]: audit 2024-02-19T23:28:23.289 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:23 smithi038 conmon[37921]: 2024-02-19T23:28:22.336199+0000 mon.smithi038 (mon.0 2024-02-19T23:28:23.289 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:23 smithi038 conmon[37921]: ) 137 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:28:23.289 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:23 smithi038 conmon[37921]: cephadm 2024-02-19T23:28:23.289 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:23 smithi038 conmon[37921]: 2024-02-19T23:28:22.337522+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:28:23.289 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:23 smithi038 conmon[37921]: ) 3 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-02-19T23:28:23.290 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:23 smithi038 conmon[37921]: cephadm 2024-02-19 2024-02-19T23:28:23.290 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:23 smithi038 conmon[37921]: T23:28:22.380855+0000 mgr.smithi038.xcqglv (mgr.14182) 4 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.client.admin.keyring 2024-02-19T23:28:23.290 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:23 smithi038 conmon[37921]: audit 2024-02-19T 2024-02-19T23:28:23.290 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:23 smithi038 conmon[37921]: 23:28:22.418422+0000 mon.smithi038 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:23.290 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:23 smithi038 conmon[37921]: audit 2024-02-19 2024-02-19T23:28:23.290 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:23 smithi038 conmon[37921]: T23:28:22.421484+0000 mon.smithi038 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:24.482 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:24 smithi038 conmon[37921]: cephadm 2024-02-19T23:28:22.434855+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:28:24.482 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:24 smithi038 conmon[37921]: mgr.14182) 5 : cephadm [INF] Deploying daemon prometheus.smithi038 on smithi038 2024-02-19T23:28:24.482 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:24 smithi038 conmon[37921]: audit 2024-02-19T23:28:22.568095+0000 mgr.smithi038.xcqglv (mgr.14182) 6 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:28:27.023 INFO:teuthology.orchestra.run.smithi038.stderr:adjusted tunables profile to default 2024-02-19T23:28:27.300 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:27 smithi038 conmon[37921]: audit 2024-02-19T23:28:26.964908+0000 2024-02-19T23:28:27.300 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:27 smithi038 conmon[37921]: mon.smithi038 (mon.0) 140 : audit [INF] from='client.? 172.21.15.38:0/3804326823' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-19T23:28:28.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:28 smithi038 conmon[37921]: audit 2024-02-19T23:28:27.021128+0000 mon.smithi038 (mon.0) 141 : audit [INF] from='client.? 172.21.15.38:0/3804326823' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-19T23:28:28.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:28 smithi038 conmon[37921]: cluster 2024-02-19T23:28:27.021177+0000 mon.smithi038 (mon.0) 142 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-19T23:28:28.393 INFO:tasks.cephadm:Adding mon.smithi038 on smithi038 2024-02-19T23:28:28.393 INFO:tasks.cephadm:Adding mon.smithi177 on smithi177 2024-02-19T23:28:28.393 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch apply mon '2;smithi038:172.21.15.38=smithi038;smithi177:172.21.15.177=smithi177' 2024-02-19T23:28:30.277 INFO:teuthology.orchestra.run.smithi177.stdout:Scheduled mon update... 2024-02-19T23:28:30.966 DEBUG:teuthology.orchestra.run.smithi177:mon.smithi177> sudo journalctl -f -n 0 -u ceph-d7050478-cf7d-11ee-95bb-87774f69a715@mon.smithi177.service 2024-02-19T23:28:30.968 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:28:30.968 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:28:30.997 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:-- Logs begin at Mon 2024-02-19 23:10:01 UTC. -- 2024-02-19T23:28:31.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:31 smithi038 conmon[37921]: audit 2024-02-19T23:28:30.269771+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:28:31.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:31 smithi038 conmon[37921]: ) 7 : audit [DBG] from='client.14194 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi038:172.21.15.38=smithi038;smithi177:172.21.15.177=smithi177", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:28:31.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:31 smithi038 conmon[37921]: cephadm 2024-02-19T23:28:30.272024+0000 mgr.smithi038.xcqglv (mgr.14182) 8 2024-02-19T23:28:31.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:31 smithi038 conmon[37921]: : cephadm [INF] Saving service mon spec with placement smithi038:172.21.15.38=smithi038;smithi177:172.21.15.177=smithi177;count:2 2024-02-19T23:28:31.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:31 smithi038 conmon[37921]: audit 2024-02-19T23:28:30 2024-02-19T23:28:31.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:31 smithi038 conmon[37921]: .277314+0000 mon.smithi038 (mon.0) 143 : audit 2024-02-19T23:28:31.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:31 smithi038 conmon[37921]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:32.869 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-02-19T23:28:32.869 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"d7050478-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:26:23.945386Z","created":"2024-02-19T23:26:23.945386Z","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":"smithi038","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:3300","nonce":0},{"type":"v1","addr":"172.21.15.38:6789","nonce":0}]},"addr":"172.21.15.38:6789/0","public_addr":"172.21.15.38:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:28:32.871 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-02-19T23:28:33.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:32 smithi038 conmon[37921]: audit 2024-02-19T23:28:32.870066+0000 mon.smithi038 (mon.0) 144 : audit [DBG] from='client.? 172.21.15.177:0/1606322937' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:34.635 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:28:34.636 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:28:36.518 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-02-19T23:28:36.518 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"d7050478-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:26:23.945386Z","created":"2024-02-19T23:26:23.945386Z","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":"smithi038","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:3300","nonce":0},{"type":"v1","addr":"172.21.15.38:6789","nonce":0}]},"addr":"172.21.15.38:6789/0","public_addr":"172.21.15.38:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:28:36.520 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-02-19T23:28:37.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:37 smithi038 conmon[37921]: audit 2024-02-19T23:28:36.415831+0000 mon.smithi038 (mon.0) 145 : audit [INF] 2024-02-19T23:28:37.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:37 smithi038 conmon[37921]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:37.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:37 smithi038 conmon[37921]: audit 2024-02-19T23:28:36.417022+0000 mon.smithi038 (mon.0) 146 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:28:37.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:37 smithi038 conmon[37921]: audit 2024-02-19T23:28:36.517781+0000 mon.smithi038 (mon.0) 147 : audit [DBG] from='client.? 172.21.15.177:0/3414724585' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:37.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:37 smithi038 conmon[37921]: audit 2024-02-19T23:28:37.022763+0000 mon.smithi038 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:37.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:37 smithi038 conmon[37921]: audit 2024-02-19T23:28:37.407553+0000 mon.smithi038 (mon.0) 149 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:38.256 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:28:38.256 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:28:40.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:39 smithi038 conmon[37921]: cluster 2024-02-19T23:28:38.455797+0000 mgr.smithi038.xcqglv (mgr.14182) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:40.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:39 smithi038 conmon[37921]: audit 2024-02-19T23:28:38.612928+0000 mon.smithi038 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:40.618 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-02-19T23:28:40.618 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"d7050478-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:26:23.945386Z","created":"2024-02-19T23:26:23.945386Z","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":"smithi038","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:3300","nonce":0},{"type":"v1","addr":"172.21.15.38:6789","nonce":0}]},"addr":"172.21.15.38:6789/0","public_addr":"172.21.15.38:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:28:40.619 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-02-19T23:28:41.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:40 smithi038 conmon[37921]: audit 2024-02-19T23:28:39.760063+0000 mon.smithi038 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:41.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:40 smithi038 conmon[37921]: audit 2024-02-19T23:28:40.618192+0000 mon.smithi038 (mon.0) 152 : audit [DBG] from='client.? 172.21.15.177:0/3967781508' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:42.416 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:28:42.416 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:28:42.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: cluster 2024-02-19T23:28:40.456127+0000 mgr.smithi038.xcqglv (mgr.14182) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:42.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: audit 2024-02-19T23:28:41.409972+0000 mon.smithi038 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:42.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: audit 2024-02-19 2024-02-19T23:28:42.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: T23:28:41.964174+0000 mon.smithi038 (mon.0) 2024-02-19T23:28:42.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: 154 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:42.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: audit 2024- 2024-02-19T23:28:42.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: 02-19T23:28:41.965109+0000 2024-02-19T23:28:42.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: mon.smithi038 (mon.0) 155 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd/host:smithi177", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:28:42.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: audit 2024- 2024-02-19T23:28:42.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: 02-19T23:28:41.966191+0000 mon.smithi038 2024-02-19T23:28:42.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: (mon.0) 156 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:28:42.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: audit 2024- 2024-02-19T23:28:42.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: 02-19T23:28:41.967085+0000 2024-02-19T23:28:42.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: mon.smithi038 (mon.0) 157 : audit [INF] 2024-02-19T23:28:42.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:28:42.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: audit 2024 2024-02-19T23:28:42.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: -02-19T23:28:42.016313 2024-02-19T23:28:42.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: +0000 mon.smithi038 (mon.0) 158 2024-02-19T23:28:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: audit 2024 2024-02-19T23:28:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: -02-19T23:28:42. 2024-02-19T23:28:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: 019412+0000 mon.smithi038 (mon.0) 159 : audit 2024-02-19T23:28:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: audit 2024 2024-02-19T23:28:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: -02-19T23:28:42. 2024-02-19T23:28:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: 021290+0000 mon.smithi038 (mon.0) 160 : audit 2024-02-19T23:28:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi177", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-19T23:28:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: audit 2024 2024-02-19T23:28:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: -02-19T23:28:42.028658 2024-02-19T23:28:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: +0000 mon.smithi038 (mon.0) 161 : audit [INF] 2024-02-19T23:28:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi177", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-19T23:28:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: audit 2024 2024-02-19T23:28:42.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: -02-19T23:28:42. 2024-02-19T23:28:42.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: 029558+0000 mon.smithi038 (mon.0) 162 : audit 2024-02-19T23:28:42.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:42 smithi038 conmon[37921]: [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:28:43.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:43 smithi038 conmon[37921]: cephadm 2024-02-19T23:28:41.968461+0000 mgr.smithi038.xcqglv (mgr.14182) 11 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-02-19T23:28:43.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:43 smithi038 conmon[37921]: cephadm 2024-02-19T23:28:41.987689+0000 mgr.smithi038.xcqglv (mgr.14182) 12 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.client.admin.keyring 2024-02-19T23:28:43.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:43 smithi038 conmon[37921]: cephadm 2024 2024-02-19T23:28:43.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:43 smithi038 conmon[37921]: -02-19T23:28:42.030334+0000 mgr.smithi038.xcqglv (mgr.14182) 13 : cephadm [INF] Deploying daemon crash.smithi177 on smithi177 2024-02-19T23:28:44.729 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-02-19T23:28:44.730 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"d7050478-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:26:23.945386Z","created":"2024-02-19T23:26:23.945386Z","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":"smithi038","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:3300","nonce":0},{"type":"v1","addr":"172.21.15.38:6789","nonce":0}]},"addr":"172.21.15.38:6789/0","public_addr":"172.21.15.38:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:28:44.731 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-02-19T23:28:44.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:44 smithi038 conmon[37921]: cluster 2024-02-19T23:28:42.456476+0000 mgr.smithi038.xcqglv (mgr.14182) 14 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:45.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:45 smithi038 conmon[37921]: audit 2024-02-19T23:28:44.729198+0000 mon.smithi038 (mon.0) 163 : audit [DBG] from='client.? 172.21.15.177:0/2529855717' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:45.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:45 smithi038 conmon[37921]: audit 2024-02-19T23:28:44.887772+0000 mon.smithi038 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:45.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:45 smithi038 conmon[37921]: audit 2024-02-19T23:28:45.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:45 smithi038 conmon[37921]: 2024-02-19T23:28:44.890184+0000 mon.smithi038 (mon.0) 165 2024-02-19T23:28:45.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:45 smithi038 conmon[37921]: : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi177.idgygw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-19T23:28:45.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:45 smithi038 conmon[37921]: audit 2024- 2024-02-19T23:28:45.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:45 smithi038 conmon[37921]: 02-19T23:28:44.892684+0000 mon.smithi038 2024-02-19T23:28:45.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:45 smithi038 conmon[37921]: (mon.0) 166 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi177.idgygw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-19T23:28:45.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:45 smithi038 conmon[37921]: 2024-02-19T23:28:45.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:45 smithi038 conmon[37921]: audit 2024-02-19T23:28 2024-02-19T23:28:45.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:45 smithi038 conmon[37921]: :44.893557+0000 mon.smithi038 (mon.0) 167 2024-02-19T23:28:45.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:45 smithi038 conmon[37921]: : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-19T23:28:45.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:45 smithi038 conmon[37921]: audit 2024-02-19 2024-02-19T23:28:45.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:45 smithi038 conmon[37921]: T23:28:44.894544+0000 mon.smithi038 (mon 2024-02-19T23:28:45.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:45 smithi038 conmon[37921]: .0) 168 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:28:46.402 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:28:46.402 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:28:46.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:46 smithi038 conmon[37921]: cluster 2024-02-19T23:28:44.456869+0000 mgr.smithi038.xcqglv (mgr.14182) 15 2024-02-19T23:28:46.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:46 smithi038 conmon[37921]: : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:46.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:46 smithi038 conmon[37921]: cephadm 2024- 2024-02-19T23:28:46.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:46 smithi038 conmon[37921]: 02-19T23:28:44.895320+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:28:46.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:46 smithi038 conmon[37921]: ) 16 : cephadm [INF] Deploying daemon mgr.smithi177.idgygw on smithi177 2024-02-19T23:28:47.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:47 smithi038 conmon[37921]: cluster 2024-02-19T23:28:46.457178+0000 mgr.smithi038.xcqglv (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:48.501 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-02-19T23:28:48.501 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":1,"fsid":"d7050478-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:26:23.945386Z","created":"2024-02-19T23:26:23.945386Z","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":"smithi038","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:3300","nonce":0},{"type":"v1","addr":"172.21.15.38:6789","nonce":0}]},"addr":"172.21.15.38:6789/0","public_addr":"172.21.15.38:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:28:48.503 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 1 2024-02-19T23:28:49.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:48 smithi038 conmon[37921]: audit 2024-02-19T23:28:47.872897+0000 mon.smithi038 (mon.0) 169 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:49.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:48 smithi038 conmon[37921]: audit 2024-02-19T23:28:47.875142+0000 mon.smithi038 (mon.0) 170 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-19T23:28:49.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:48 smithi038 conmon[37921]: audit 2024-02-19T23:28:49.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:48 smithi038 conmon[37921]: 2024-02-19T23:28: 2024-02-19T23:28:49.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:48 smithi038 conmon[37921]: 47.875957+0000 mon.smithi038 (mon.0 2024-02-19T23:28:49.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:48 smithi038 conmon[37921]: ) 171 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:28:49.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:48 smithi038 conmon[37921]: cephadm 2024- 2024-02-19T23:28:49.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:48 smithi038 conmon[37921]: 02-19T23:28:47.876680+0000 mgr.smithi038.xcqglv 2024-02-19T23:28:49.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:48 smithi038 conmon[37921]: (mgr.14182) 18 : cephadm [INF] Deploying daemon mon.smithi177 on smithi177 2024-02-19T23:28:49.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:48 smithi038 conmon[37921]: audit 2024 2024-02-19T23:28:49.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:48 smithi038 conmon[37921]: -02-19T23:28:48.501938 2024-02-19T23:28:49.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:48 smithi038 conmon[37921]: +0000 mon.smithi038 (mon.0) 172 : audit 2024-02-19T23:28:49.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:48 smithi038 conmon[37921]: [DBG] from='client.? 172.21.15.177:0/3878004824' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:49.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:48 smithi038 conmon[37921]: audit 2024 2024-02-19T23:28:49.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:48 smithi038 conmon[37921]: -02-19T23:28:48. 2024-02-19T23:28:49.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:48 smithi038 conmon[37921]: 618542+0000 mon.smithi038 (mon.0) 173 : audit 2024-02-19T23:28:49.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:48 smithi038 conmon[37921]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:50.319 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:28:50.319 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:28:50.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:49 smithi038 conmon[37921]: cluster 2024-02-19T23:28:48.457488+0000 mgr.smithi038.xcqglv (mgr.14182) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:52.301 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 systemd[1]: Started Ceph mon.smithi177 for d7050478-cf7d-11ee-95bb-87774f69a715. 2024-02-19T23:28:52.301 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: debug 2024-02-19T23:28:52.256+0000 7fee94a48880 4 rocksdb: DB pointer 0x55a555535800 2024-02-19T23:28:52.301 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: debug 2024-02-19T23:28:52.256+0000 7fee94a48880 0 mon.smithi177 does not exist in monmap, will attempt to join an existing cluster 2024-02-19T23:28:52.301 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: debug 2024-02-19T23:28:52.256+0000 7fee94a48880 0 using public_addr v2:172.21.15.177:0/0 -> [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] 2024-02-19T23:28:52.301 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: debug 2024-02-19T23:28:52.257+0000 7fee7b83a700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-19T23:28:52.301 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: debug 2024-02-19T23:28:52.257+0000 7fee7b83a700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-19T23:28:52.301 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: ** DB Stats ** 2024-02-19T23:28:52.302 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:28:52.302 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: 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-19T23:28:52.302 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-19T23:28:52.302 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T23:28:52.302 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: 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-19T23:28:52.302 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-19T23:28:52.302 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T23:28:52.302 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: 2024-02-19T23:28:52.302 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: ** Compaction Stats [default] ** 2024-02-19T23:28:52.302 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: 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-19T23:28:52.302 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:28:52.302 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-02-19T23:28:52.302 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-02-19T23:28:52.302 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-02-19T23:28:52.302 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: 2024-02-19T23:28:52.303 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: ** Compaction Stats [default] ** 2024-02-19T23:28:52.303 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: 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-19T23:28:52.303 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:28:52.303 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-02-19T23:28:52.303 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:28:52.303 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T23:28:52.303 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T23:28:52.303 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T23:28:52.303 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T23:28:52.303 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: AddFile(Keys): cumulative 0, interval 0 2024-02-19T23:28:52.303 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: Cumulative compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:28:52.303 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: Interval compaction: 0.00 GB write, 0.38 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:28:52.303 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: 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-19T23:28:52.303 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: 2024-02-19T23:28:52.303 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: ** File Read Latency Histogram By Level [default] ** 2024-02-19T23:28:52.304 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: 2024-02-19T23:28:52.304 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: ** Compaction Stats [default] ** 2024-02-19T23:28:52.304 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: 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-19T23:28:52.304 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:28:52.304 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-02-19T23:28:52.304 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-02-19T23:28:52.304 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: 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-19T23:28:52.304 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: 2024-02-19T23:28:52.304 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: ** Compaction Stats [default] ** 2024-02-19T23:28:52.304 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: 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-19T23:28:52.304 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:28:52.304 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-02-19T23:28:52.304 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:28:52.304 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T23:28:52.305 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T23:28:52.305 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T23:28:52.305 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T23:28:52.305 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: AddFile(Keys): cumulative 0, interval 0 2024-02-19T23:28:52.305 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: Cumulative compaction: 0.00 GB write, 0.37 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:28:52.305 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: 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-19T23:28:52.305 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: 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-19T23:28:52.305 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: 2024-02-19T23:28:52.305 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: ** File Read Latency Histogram By Level [default] ** 2024-02-19T23:28:52.305 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: 2024-02-19T23:28:52.305 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: debug 2024-02-19T23:28:52.257+0000 7fee94a48880 0 starting mon.smithi177 rank -1 at public addrs [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] at bind addrs [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi177 fsid d7050478-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:28:52.305 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: debug 2024-02-19T23:28:52.258+0000 7fee94a48880 1 mon.smithi177@-1(???) e0 preinit fsid d7050478-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:28:52.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:51 smithi038 conmon[37921]: cluster 2024-02-19T23:28:50.457859+0000 mgr.smithi038.xcqglv (mgr.14182) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:52.638 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: debug 2024-02-19T23:28:52.303+0000 7fee7e03f700 0 mon.smithi177@-1(synchronizing).mds e1 new map 2024-02-19T23:28:52.638 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: debug 2024-02-19T23:28:52.303+0000 7fee7e03f700 0 mon.smithi177@-1(synchronizing).mds e1 print_map 2024-02-19T23:28:52.638 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: e1 2024-02-19T23:28:52.638 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-19T23:28:52.638 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: 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-19T23:28:52.638 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: legacy client fscid: -1 2024-02-19T23:28:52.638 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: 2024-02-19T23:28:52.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: No filesystems configured 2024-02-19T23:28:52.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: 2024-02-19T23:28:52.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: debug 2024-02-19T23:28:52.303+0000 7fee7e03f700 1 mon.smithi177@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-19T23:28:52.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: debug 2024-02-19T23:28:52.303+0000 7fee7e03f700 1 mon.smithi177@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-19T23:28:52.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: debug 2024-02-19T23:28:52.303+0000 7fee7e03f700 1 mon.smithi177@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-19T23:28:52.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: debug 2024-02-19T23:28:52.303+0000 7fee7e03f700 1 mon.smithi177@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-19T23:28:52.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: debug 2024-02-19T23:28:52.304+0000 7fee7e03f700 1 mon.smithi177@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-19T23:28:52.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: debug 2024-02-19T23:28:52.304+0000 7fee7e03f700 1 mon.smithi177@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-19T23:28:52.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: debug 2024-02-19T23:28:52.304+0000 7fee7e03f700 1 mon.smithi177@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-19T23:28:52.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: debug 2024-02-19T23:28:52.304+0000 7fee7e03f700 0 mon.smithi177@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-19T23:28:52.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: debug 2024-02-19T23:28:52.304+0000 7fee7e03f700 0 mon.smithi177@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-19T23:28:52.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: debug 2024-02-19T23:28:52.304+0000 7fee7e03f700 0 mon.smithi177@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-19T23:28:52.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: debug 2024-02-19T23:28:52.304+0000 7fee7e03f700 0 mon.smithi177@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-19T23:28:52.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: cluster 2024-02-19T23:28:50.457859+0000 mgr.smithi038.xcqglv (mgr.14182) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:52.639 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:52 smithi177 conmon[43314]: debug 2024-02-19T23:28:52.304+0000 7fee7e03f700 1 mon.smithi177@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-02-19T23:28:57.371 INFO:teuthology.orchestra.run.smithi177.stdout: 2024-02-19T23:28:57.371 INFO:teuthology.orchestra.run.smithi177.stdout:{"epoch":2,"fsid":"d7050478-cf7d-11ee-95bb-87774f69a715","modified":"2024-02-19T23:28:52.312339Z","created":"2024-02-19T23:26:23.945386Z","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":"smithi038","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:3300","nonce":0},{"type":"v1","addr":"172.21.15.38:6789","nonce":0}]},"addr":"172.21.15.38:6789/0","public_addr":"172.21.15.38:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi177","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:3300","nonce":0},{"type":"v1","addr":"172.21.15.177:6789","nonce":0}]},"addr":"172.21.15.177:6789/0","public_addr":"172.21.15.177:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-19T23:28:57.373 INFO:teuthology.orchestra.run.smithi177.stderr:dumped monmap epoch 2 2024-02-19T23:28:57.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: cephadm 2024-02-19T23:28:52.313673+0000 mgr.smithi038.xcqglv (mgr.14182) 21 : 2024-02-19T23:28:57.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: cephadm [INF] Deploying daemon node-exporter.smithi177 on smithi177 2024-02-19T23:28:57.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: audit 2024-02-19T23:28:52.320948+0000 mon.smithi038 2024-02-19T23:28:57.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: (mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata", "id": "smithi038"}]: dispatch 2024-02-19T23:28:57.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: audit 2024-02-19T23:28:52.321151+0000 2024-02-19T23:28:57.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: mon.smithi038 (mon.0) 177 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-02-19T23:28:57.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: cluster 2024-02-19T23 2024-02-19T23:28:57.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: :28:52.321278+0000 mon.smithi038 (mon.0) 178 : cluster [INF] mon.smithi038 calling monitor election 2024-02-19T23:28:57.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: 2024-02-19T23:28:57.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: cluster 2024-02-19T23:28:52.458311+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:28:57.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: .14182) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:57.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: audit 2024-02-19T 2024-02-19T23:28:57.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: 23:28:52.548951+0000 mon.smithi038 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.177:0/4250059755' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:57.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: 2024-02-19T23:28:57.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:28:57.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: 02-19T23:28:53.309903+0000 mon.smithi038 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-02-19T23:28:57.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: audit 2024-02-19T23:28:53.535724+0000 mon.smithi038 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.177:0/3894364144' entity='mgr.smithi177.idgygw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi177.idgygw/crt"}]: dispatch 2024-02-19T23:28:57.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: audit 2024-02-19T23:28:54.310147+0000 mon.smithi038 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-02-19T23:28:57.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: cluster 2024-02-19T23:28:54.313746+0000 mon.smithi177 (mon.1) 1 : cluster [INF] mon.smithi177 calling monitor election 2024-02-19T23:28:57.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: cluster 2024-02-19T23:28:54.458558+0000 mgr.smithi038.xcqglv (mgr.14182) 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:57.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: audit 2024-02-19T23:28:55.310453+0000 mon.smithi038 (mon.0) 183 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-02-19T23:28:57.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: audit 2024-02-19T23:28:56.310611+0000 mon.smithi038 (mon.0) 184 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-02-19T23:28:57.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: audit 2024-02-19T23:28:57.310274+0000 mon.smithi038 (mon.0) 185 2024-02-19T23:28:57.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-02-19T23:28:57.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: cluster 2024-02-19T23:28:57.348299+0000 mon.smithi038 (mon.0) 186 : cluster [INF] mon.smithi038 is new leader, mons smithi038,smithi177 in quorum (ranks 0,1) 2024-02-19T23:28:57.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: cluster 2024-02-19T23:28:57.356458+0000 mon.smithi038 (mon.0) 187 : cluster 2024-02-19T23:28:57.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: [DBG] monmap e2: 2 mons at {smithi038=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],smithi177=[v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0]} removed_ranks: {} 2024-02-19T23:28:57.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: cluster 2024-02-19T23:28:57. 2024-02-19T23:28:57.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: 368646+0000 mon.smithi038 (mon.0) 188 : cluster [DBG] fsmap 2024-02-19T23:28:57.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: cluster 2024- 2024-02-19T23:28:57.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: 02-19T23:28:57.368698+0000 mon.smithi038 (mon.0) 189 2024-02-19T23:28:57.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-19T23:28:57.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: cluster 2024-02-19T23:28:57 2024-02-19T23:28:57.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: .368939+0000 mon.smithi038 (mon.0) 190 : cluster [DBG] mgrmap e17: smithi038.xcqglv(active, since 38s) 2024-02-19T23:28:57.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: cluster 2024- 2024-02-19T23:28:57.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: 02-19T23:28:57.369097+0000 mon.smithi038 (mon.0 2024-02-19T23:28:57.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: ) 191 : cluster [INF] overall HEALTH_OK 2024-02-19T23:28:57.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: cluster 2024-02-19T23:28 2024-02-19T23:28:57.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: :57.369655+0000 mon.smithi038 (mon.0) 192 : cluster 2024-02-19T23:28:57.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: [DBG] Standby manager daemon smithi177.idgygw started 2024-02-19T23:28:57.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: audit 2024-02-19T23 2024-02-19T23:28:57.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: :28:57.371419+0000 mon.smithi038 (mon.0) 193 : audit 2024-02-19T23:28:57.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: [DBG] from='mgr.? 172.21.15.177:0/3894364144' entity='mgr.smithi177.idgygw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-19T23:28:57.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: audit 2024-02-19T23:28: 2024-02-19T23:28:57.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: 57.373116+0000 mon.smithi038 (mon.0) 194 : audit [INF] 2024-02-19T23:28:57.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:57.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: audit 2024-02-19T23:28: 2024-02-19T23:28:57.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: 57.373855+0000 mon.smithi038 (mon.0) 195 : audit [DBG] 2024-02-19T23:28:57.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: from='mgr.? 172.21.15.177:0/3894364144' entity='mgr.smithi177.idgygw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi177.idgygw/key"}]: dispatch 2024-02-19T23:28:57.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: audit 2024-02-19T23:28:57 2024-02-19T23:28:57.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: .374313+0000 mon.smithi038 (mon.0) 196 : audit [DBG] from='mgr.? 172.21.15.177:0/3894364144' entity='mgr.smithi177.idgygw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-19T23:28:57.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: audit 2024-02-19T 2024-02-19T23:28:57.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: 23:28:57.377550+0000 mon.smithi038 (mon.0) 197 : audit 2024-02-19T23:28:57.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:57.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: audit 2024-02 2024-02-19T23:28:57.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: -19T23:28:57.379403+0000 mon.smithi038 (mon. 2024-02-19T23:28:57.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:57 smithi177 conmon[43314]: 0) 198 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:28:57.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: cephadm 2024-02-19T23:28:52.313673+0000 mgr.smithi038.xcqglv (mgr.14182) 21 : cephadm 2024-02-19T23:28:57.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: [INF] Deploying daemon node-exporter.smithi177 on smithi177 2024-02-19T23:28:57.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: audit 2024-02-19T23:28:52.320948+0000 mon.smithi038 (mon.0) 176 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata", "id": "smithi038"}]: dispatch 2024-02-19T23:28:57.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: audit 2024-02-19T23:28:52.321151+0000 mon.smithi038 (mon.0) 177 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-02-19T23:28:57.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: cluster 2024-02-19T23:28:52.321278+0000 mon.smithi038 (mon.0) 178 : cluster [INF] mon.smithi038 calling monitor election 2024-02-19T23:28:57.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: cluster 2024-02-19T23:28:52.458311+0000 mgr.smithi038.xcqglv (mgr.14182) 22 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:57.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: audit 2024-02-19T23:28:52.548951+0000 mon.smithi038 (mon.0) 179 : audit [DBG] from='client.? 172.21.15.177:0/4250059755' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:28:57.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: audit 2024-02-19T23:28:53.309903+0000 mon.smithi038 (mon.0) 180 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-02-19T23:28:57.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: audit 2024-02-19T23:28:53.535724+0000 mon.smithi038 (mon.0) 181 : audit [DBG] from='mgr.? 172.21.15.177:0/3894364144' entity='mgr.smithi177.idgygw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi177.idgygw/crt"}]: dispatch 2024-02-19T23:28:57.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: audit 2024-02-19T23:28:54.310147+0000 mon.smithi038 (mon.0) 182 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-02-19T23:28:57.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: cluster 2024-02-19T23:28:54.313746+0000 mon.smithi177 (mon.1) 1 : cluster [INF] mon.smithi177 calling monitor election 2024-02-19T23:28:57.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: cluster 2024-02-19T23:28:54.458558+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:28:57.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: 23 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:57.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: audit 2024-02-19T23:28:55.310453+0000 mon.smithi038 (mon.0) 183 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-02-19T23:28:57.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: audit 2024-02-19T23:28:56. 2024-02-19T23:28:57.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: 310611+0000 mon.smithi038 (mon.0) 184 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-02-19T23:28:57.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: audit 2024-02-19T23:28:57.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: 2024-02-19T23:28:57.310274+0000 mon.smithi038 (mon.0) 185 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-02-19T23:28:57.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: cluster 2024-02-19T23:28:57.348299+0000 mon.smithi038 (mon.0) 186 : cluster [INF] mon.smithi038 is new leader, mons smithi038,smithi177 in quorum (ranks 0,1) 2024-02-19T23:28:57.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: cluster 2024-02-19T23:28:57.356458+0000 mon.smithi038 (mon.0) 187 : cluster [DBG] monmap e2: 2 mons at {smithi038=[v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0],smithi177=[v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0]} removed_ranks: {} 2024-02-19T23:28:57.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: cluster 2024-02-19T23:28:57.368646+0000 mon.smithi038 (mon.0) 188 : cluster [DBG] fsmap 2024-02-19T23:28:57.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: cluster 2024-02-19T23:28:57.368698+0000 mon.smithi038 (mon.0) 189 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-19T23:28:57.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: cluster 2024-02-19T23:28:57.368939+0000 mon.smithi038 (mon.0) 190 : cluster [DBG] mgrmap e17: smithi038.xcqglv(active, since 38s) 2024-02-19T23:28:57.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: cluster 2024-02-19T23:28:57.369097+0000 mon.smithi038 (mon.0) 191 : cluster [INF] 2024-02-19T23:28:57.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: overall HEALTH_OK 2024-02-19T23:28:57.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: cluster 2024-02-19T23:28:57.369655+0000 mon.smithi038 (mon.0) 192 : cluster [DBG] Standby manager daemon smithi177.idgygw started 2024-02-19T23:28:57.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: audit 2024-02- 2024-02-19T23:28:57.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: 19T23:28:57.371419+0000 mon.smithi038 2024-02-19T23:28:57.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: (mon.0) 193 : audit [DBG] from='mgr.? 172.21.15.177:0/3894364144' entity='mgr.smithi177.idgygw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-19T23:28:57.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: audit 2024-02 2024-02-19T23:28:57.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: -19T23:28:57.373116+0000 mon.smithi038 ( 2024-02-19T23:28:57.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:57.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: audit 2024 2024-02-19T23:28:57.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: -02-19T23:28:57.373855+0000 2024-02-19T23:28:57.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: mon.smithi038 (mon.0) 195 : audit [DBG] 2024-02-19T23:28:57.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: from='mgr.? 172.21.15.177:0/3894364144' entity='mgr.smithi177.idgygw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi177.idgygw/key"}]: dispatch 2024-02-19T23:28:57.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: audit 2024-02-19T23:28: 2024-02-19T23:28:57.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: 57.374313+0000 mon.smithi038 (mon.0) 196 : 2024-02-19T23:28:57.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: audit [DBG] from='mgr.? 172.21.15.177:0/3894364144' entity='mgr.smithi177.idgygw' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-19T23:28:57.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: audit 2024-02-19T 2024-02-19T23:28:57.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: 23:28:57.377550+0000 mon.smithi038 (mon. 2024-02-19T23:28:57.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: 0) 197 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:57.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: audit 2024- 2024-02-19T23:28:57.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: 02-19T23:28:57.379403+0000 2024-02-19T23:28:57.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: mon.smithi038 (mon.0) 198 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:28:57.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:57 smithi038 conmon[37921]: 2024-02-19T23:28:58.301 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-19T23:28:58.301 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph config generate-minimal-conf 2024-02-19T23:28:58.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:58 smithi177 conmon[43314]: cluster 2024-02-19T23:28:56.458869+0000 mgr.smithi038.xcqglv (mgr.14182) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:58.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:58 smithi177 conmon[43314]: cluster 2024-02-19T23:28:57.429206+0000 mon.smithi038 (mon.0) 199 : cluster [DBG] mgrmap e18: smithi038.xcqglv(active, since 38s), standbys: smithi177.idgygw 2024-02-19T23:28:58.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:58 smithi177 conmon[43314]: audit 2024-02-19T23:28:57.429504+0000 mon.smithi038 (mon.0) 200 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mgr metadata", "who": "smithi177.idgygw", "id": "smithi177.idgygw"}]: dispatch 2024-02-19T23:28:58.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:58 smithi177 conmon[43314]: audit 2024-02-19T23:28:58.310747+0000 mon.smithi038 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-02-19T23:28:58.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:58 smithi038 conmon[37921]: cluster 2024-02-19T23:28:56.458869+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:28:58.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:58 smithi038 conmon[37921]: ) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:58.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:58 smithi038 conmon[37921]: cluster 2024-02-19T23:28:57.429206+0000 mon.smithi038 (mon.0) 199 : cluster [DBG] mgrmap e18: smithi038.xcqglv(active, since 38s), standbys: smithi177.idgygw 2024-02-19T23:28:58.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:58 smithi038 conmon[37921]: audit 2024-02-19T23:28:57.429504+0000 mon.smithi038 (mon.0) 200 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mgr metadata", "who": "smithi177.idgygw", "id": "smithi177.idgygw"}]: dispatch 2024-02-19T23:28:58.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:58 smithi038 conmon[37921]: audit 2024-02-19T23:28:58.310747+0000 mon.smithi038 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mon metadata", "id": "smithi177"}]: dispatch 2024-02-19T23:28:59.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:59 smithi177 conmon[43314]: cluster 2024-02-19T23:28:58.459135+0000 mgr.smithi038.xcqglv (mgr.14182) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:59.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:59 smithi177 conmon[43314]: audit 2024-02-19T23:28:59.458240+0000 mon.smithi038 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:59.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:59 smithi177 conmon[43314]: audit 2024-02-19T23:28:59.459189+0000 mon.smithi038 (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:28:59.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:28:59 smithi177 conmon[43314]: audit 2024-02-19T23:28:59.460086+0000 mon.smithi038 (mon.0) 204 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:28:59.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:59 smithi038 conmon[37921]: cluster 2024-02-19T23:28:58.459135+0000 mgr.smithi038.xcqglv (mgr.14182) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:28:59.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:59 smithi038 conmon[37921]: audit 2024-02-19T23:28:59.458240+0000 mon.smithi038 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:28:59.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:59 smithi038 conmon[37921]: audit 2024-02-19T23:28:59.459189+0000 mon.smithi038 2024-02-19T23:28:59.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:59 smithi038 conmon[37921]: (mon.0) 203 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:28:59.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:59 smithi038 conmon[37921]: audit 2024-02-19T23:28:59.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:59 smithi038 conmon[37921]: 2024-02-19T23:28:59.460086+0000 mon.smithi038 (mon. 2024-02-19T23:28:59.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:28:59 smithi038 conmon[37921]: 0) 204 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:29:00.439 INFO:teuthology.orchestra.run.smithi038.stdout:# minimal ceph.conf for d7050478-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:29:00.440 INFO:teuthology.orchestra.run.smithi038.stdout:[global] 2024-02-19T23:29:00.440 INFO:teuthology.orchestra.run.smithi038.stdout: fsid = d7050478-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:29:00.440 INFO:teuthology.orchestra.run.smithi038.stdout: mon_host = [v2:172.21.15.38:3300/0,v1:172.21.15.38:6789/0] [v2:172.21.15.177:3300/0,v1:172.21.15.177:6789/0] 2024-02-19T23:29:00.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:00 smithi038 conmon[37921]: cephadm 2024-02-19T23:28:59.461271+0000 mgr.smithi038.xcqglv (mgr.14182) 26 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-02-19T23:29:00.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:00 smithi038 conmon[37921]: cephadm 2024-02-19T23:28:59.461609+0000 mgr.smithi038.xcqglv (mgr.14182) 27 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-02-19T23:29:00.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:00 smithi038 conmon[37921]: audit 2024-02-19T23:28:59.480476+0000 mon.smithi038 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:00.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:00 smithi038 conmon[37921]: audit 2024-02-19T23:28:59.615275+0000 mon.smithi038 (mon.0) 206 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:00.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:00 smithi038 conmon[37921]: audit 2024-02-19T23:28:59.619921+0000 mon.smithi038 (mon.0) 207 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:00.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:00 smithi038 conmon[37921]: cephadm 2024-02-19T23:28:59.624588+0000 mgr.smithi038.xcqglv (mgr.14182) 28 : cephadm [INF] Reconfiguring mon.smithi038 (unknown last config time)... 2024-02-19T23:29:00.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:00 smithi038 conmon[37921]: audit 2024-02-19T23:28:59.624955+0000 mon.smithi038 (mon.0) 208 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-19T23:29:00.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:00 smithi038 conmon[37921]: audit 2024-02-19T23:28:59.625836+0000 mon.smithi038 (mon.0) 209 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-19T23:29:00.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:00 smithi038 conmon[37921]: audit 2024-02-19T23:28:59.626632+0000 mon.smithi038 (mon.0) 210 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:00.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:00 smithi038 conmon[37921]: cephadm 2024-02-19T23:28:59.627452+0000 mgr.smithi038.xcqglv (mgr.14182) 29 : cephadm [INF] Reconfiguring daemon mon.smithi038 on smithi038 2024-02-19T23:29:00.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:00 smithi038 conmon[37921]: audit 2024-02-19T23:29:00.440720+0000 mon.smithi038 (mon.0) 211 : audit [DBG] from='client.? 172.21.15.38:0/3048767245' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:00.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: cephadm 2024-02-19T23:28:59.461271+0000 mgr.smithi038.xcqglv (mgr.14182) 26 : cephadm [INF] Updating smithi038:/etc/ceph/ceph.conf 2024-02-19T23:29:00.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: cephadm 2024-02-19T23:29:00.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: 2024-02-19T23:28:59.461609+0000 mgr.smithi038.xcqglv (mgr.14182) 27 : cephadm [INF] Updating smithi177:/etc/ceph/ceph.conf 2024-02-19T23:29:00.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: audit 2024-02-19T23:28:59.480476+0000 mon.smithi038 (mon.0) 205 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:00.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: audit 2024-02-19T23:28 2024-02-19T23:29:00.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: :59.615275+0000 mon.smithi038 (mon.0) 206 : audit [INF] 2024-02-19T23:29:00.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:00.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: audit 2024-02-19T23: 2024-02-19T23:29:00.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: 28:59.619921+0000 mon.smithi038 (mon.0) 207 : audit 2024-02-19T23:29:00.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:00.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: cephadm 2024-02-19T23 2024-02-19T23:29:00.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: :28:59.624588+0000 mgr.smithi038.xcqglv (mgr.14182) 28 2024-02-19T23:29:00.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: : cephadm [INF] Reconfiguring mon.smithi038 (unknown last config time)... 2024-02-19T23:29:00.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: audit 2024-02 2024-02-19T23:29:00.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: -19T23:28:59.624955+0000 mon.smithi038 (mon 2024-02-19T23:29:00.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: .0) 208 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-19T23:29:00.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:29:00.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: 02-19T23:28:59.625836+0000 mon.smithi038 (mon 2024-02-19T23:29:00.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: .0) 209 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-19T23:29:00.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: audit 2024-02-19 2024-02-19T23:29:00.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: T23:28:59.626632+0000 mon.smithi038 (mon.0) 210 : 2024-02-19T23:29:00.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:00.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: cephadm 2024-02-19T23: 2024-02-19T23:29:00.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: 28:59.627452+0000 mgr.smithi038.xcqglv (mgr.14182) 29 2024-02-19T23:29:00.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: : cephadm [INF] Reconfiguring daemon mon.smithi038 on smithi038 2024-02-19T23:29:00.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:29:00.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: 02-19T23:29:00.440720+0000 mon.smithi038 2024-02-19T23:29:00.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:00 smithi177 conmon[43314]: (mon.0) 211 : audit [DBG] from='client.? 172.21.15.38:0/3048767245' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:01.449 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-19T23:29:01.449 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-19T23:29:01.449 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/ceph/ceph.conf 2024-02-19T23:29:01.489 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-19T23:29:01.489 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-19T23:29:01.563 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-02-19T23:29:01.563 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/ceph/ceph.conf 2024-02-19T23:29:01.601 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-02-19T23:29:01.602 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-19T23:29:01.672 INFO:tasks.cephadm:Deploying OSDs... 2024-02-19T23:29:01.673 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-19T23:29:01.673 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/scratch_devs of=/dev/stdout 2024-02-19T23:29:01.691 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-19T23:29:01.691 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/nvme1n1 2024-02-19T23:29:01.752 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/nvme1n1 2024-02-19T23:29:01.752 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T23:29:01.752 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 208838 Links: 1 Device type: 103,1 2024-02-19T23:29:01.752 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T23:29:01.752 INFO:teuthology.orchestra.run.smithi038.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-19T23:29:01.753 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-02-19 23:27:35.869389442 +0000 2024-02-19T23:29:01.753 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-02-19 23:23:05.621605008 +0000 2024-02-19T23:29:01.753 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-02-19 23:23:05.621605008 +0000 2024-02-19T23:29:01.753 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-02-19T23:29:01.753 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-19T23:29:01.823 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:01 smithi038 conmon[37921]: cluster 2024-02-19T23:29:00.459485+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:29:01.823 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:01 smithi038 conmon[37921]: mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:01.823 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:01 smithi038 conmon[37921]: audit 2024-02-19T23:29:01.524895+0000 mon.smithi038 ( 2024-02-19T23:29:01.823 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:01 smithi038 conmon[37921]: mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:01.823 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:01 smithi038 conmon[37921]: audit 2024-02-19T23 2024-02-19T23:29:01.823 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:01 smithi038 conmon[37921]: :29:01.525806+0000 mon.smithi038 (mon.0 2024-02-19T23:29:01.823 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:01 smithi038 conmon[37921]: ) 213 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi038.xcqglv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-19T23:29:01.823 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:01 smithi038 conmon[37921]: audit 2024- 2024-02-19T23:29:01.823 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:01 smithi038 conmon[37921]: 02-19T23:29:01.526542+0000 2024-02-19T23:29:01.823 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:01 smithi038 conmon[37921]: mon.smithi038 (mon.0) 214 : audit [DBG] 2024-02-19T23:29:01.823 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:01 smithi038 conmon[37921]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-19T23:29:01.823 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:01 smithi038 conmon[37921]: audit 2024-02-19T 2024-02-19T23:29:01.823 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:01 smithi038 conmon[37921]: 23:29:01.527109+0000 mon.smithi038 (mon 2024-02-19T23:29:01.823 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:01 smithi038 conmon[37921]: .0) 215 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:01.826 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-02-19T23:29:01.826 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-02-19T23:29:01.826 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000347346 s, 1.5 MB/s 2024-02-19T23:29:01.827 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-19T23:29:01.888 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/nvme2n1 2024-02-19T23:29:01.950 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/nvme2n1 2024-02-19T23:29:01.950 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T23:29:01.950 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 210957 Links: 1 Device type: 103,2 2024-02-19T23:29:01.950 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T23:29:01.950 INFO:teuthology.orchestra.run.smithi038.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-19T23:29:01.951 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-02-19 23:27:35.882389191 +0000 2024-02-19T23:29:01.951 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-02-19 23:23:05.789601796 +0000 2024-02-19T23:29:01.951 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-02-19 23:23:05.789601796 +0000 2024-02-19T23:29:01.951 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-02-19T23:29:01.951 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-19T23:29:02.026 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-02-19T23:29:02.026 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-02-19T23:29:02.026 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000314829 s, 1.6 MB/s 2024-02-19T23:29:02.028 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-19T23:29:02.039 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:01 smithi177 conmon[43314]: cluster 2024-02-19T23:29:00.459485+0000 mgr.smithi038.xcqglv (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:02.039 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:01 smithi177 conmon[43314]: audit 2024-02-19T23:29:01.524895+0000 mon.smithi038 (mon.0) 212 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:02.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:01 smithi177 conmon[43314]: audit 2024-02-19T23:29:01.525806+0000 mon.smithi038 (mon.0) 213 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi038.xcqglv", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-19T23:29:02.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:01 smithi177 conmon[43314]: audit 2024-02-19T23:29:01.526542+0000 mon.smithi038 (mon.0) 214 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-19T23:29:02.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:01 smithi177 conmon[43314]: audit 2024-02-19T23:29:01.527109+0000 mon.smithi038 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:02.089 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/nvme3n1 2024-02-19T23:29:02.151 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/nvme3n1 2024-02-19T23:29:02.151 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T23:29:02.151 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 210996 Links: 1 Device type: 103,3 2024-02-19T23:29:02.151 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T23:29:02.151 INFO:teuthology.orchestra.run.smithi038.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-19T23:29:02.151 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-02-19 23:27:35.895388941 +0000 2024-02-19T23:29:02.151 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-02-19 23:23:05.960598527 +0000 2024-02-19T23:29:02.151 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-02-19 23:23:05.960598527 +0000 2024-02-19T23:29:02.151 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-02-19T23:29:02.152 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-19T23:29:02.228 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-02-19T23:29:02.228 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-02-19T23:29:02.228 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000380169 s, 1.3 MB/s 2024-02-19T23:29:02.230 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-19T23:29:02.293 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/nvme4n1 2024-02-19T23:29:02.356 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/nvme4n1 2024-02-19T23:29:02.356 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T23:29:02.356 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 6h/6d Inode: 211048 Links: 1 Device type: 103,4 2024-02-19T23:29:02.356 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T23:29:02.356 INFO:teuthology.orchestra.run.smithi038.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-19T23:29:02.356 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2024-02-19 23:27:35.909388671 +0000 2024-02-19T23:29:02.356 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2024-02-19 23:23:06.124595392 +0000 2024-02-19T23:29:02.356 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2024-02-19 23:23:06.124595392 +0000 2024-02-19T23:29:02.356 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2024-02-19T23:29:02.357 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-19T23:29:02.432 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2024-02-19T23:29:02.433 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2024-02-19T23:29:02.433 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.00032161 s, 1.6 MB/s 2024-02-19T23:29:02.434 DEBUG:teuthology.orchestra.run.smithi038:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-19T23:29:02.498 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-02-19T23:29:02.498 DEBUG:teuthology.orchestra.run.smithi177:> dd if=/scratch_devs of=/dev/stdout 2024-02-19T23:29:02.519 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-19T23:29:02.519 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/nvme1n1 2024-02-19T23:29:02.580 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/nvme1n1 2024-02-19T23:29:02.580 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T23:29:02.580 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 196461 Links: 1 Device type: 103,1 2024-02-19T23:29:02.580 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T23:29:02.580 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-19T23:29:02.581 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-02-19 23:28:39.878842439 +0000 2024-02-19T23:29:02.581 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-02-19 23:23:07.335096665 +0000 2024-02-19T23:29:02.581 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-02-19 23:23:07.335096665 +0000 2024-02-19T23:29:02.581 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-02-19T23:29:02.581 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-19T23:29:02.650 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-02-19T23:29:02.650 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-02-19T23:29:02.650 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000240029 s, 2.1 MB/s 2024-02-19T23:29:02.651 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-19T23:29:02.711 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/nvme2n1 2024-02-19T23:29:02.771 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/nvme2n1 2024-02-19T23:29:02.771 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T23:29:02.771 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 203500 Links: 1 Device type: 103,2 2024-02-19T23:29:02.771 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T23:29:02.771 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-19T23:29:02.771 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-02-19 23:28:39.889842131 +0000 2024-02-19T23:29:02.771 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-02-19 23:23:07.488092472 +0000 2024-02-19T23:29:02.771 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-02-19 23:23:07.488092472 +0000 2024-02-19T23:29:02.771 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-02-19T23:29:02.772 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-19T23:29:02.838 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-02-19T23:29:02.839 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-02-19T23:29:02.839 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000257766 s, 2.0 MB/s 2024-02-19T23:29:02.840 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-19T23:29:02.899 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/nvme3n1 2024-02-19T23:29:02.957 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/nvme3n1 2024-02-19T23:29:02.957 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T23:29:02.957 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 203599 Links: 1 Device type: 103,3 2024-02-19T23:29:02.957 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T23:29:02.957 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-19T23:29:02.957 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-02-19 23:28:39.899841852 +0000 2024-02-19T23:29:02.957 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-02-19 23:23:07.637088389 +0000 2024-02-19T23:29:02.957 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-02-19 23:23:07.637088389 +0000 2024-02-19T23:29:02.957 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-02-19T23:29:02.958 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-19T23:29:03.024 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-02-19T23:29:03.024 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-02-19T23:29:03.024 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000207463 s, 2.5 MB/s 2024-02-19T23:29:03.025 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-19T23:29:03.083 DEBUG:teuthology.orchestra.run.smithi177:> stat /dev/nvme4n1 2024-02-19T23:29:03.140 INFO:teuthology.orchestra.run.smithi177.stdout: File: /dev/nvme4n1 2024-02-19T23:29:03.141 INFO:teuthology.orchestra.run.smithi177.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T23:29:03.141 INFO:teuthology.orchestra.run.smithi177.stdout:Device: 6h/6d Inode: 203692 Links: 1 Device type: 103,4 2024-02-19T23:29:03.141 INFO:teuthology.orchestra.run.smithi177.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T23:29:03.141 INFO:teuthology.orchestra.run.smithi177.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-02-19T23:29:03.141 INFO:teuthology.orchestra.run.smithi177.stdout:Access: 2024-02-19 23:28:39.910841544 +0000 2024-02-19T23:29:03.141 INFO:teuthology.orchestra.run.smithi177.stdout:Modify: 2024-02-19 23:23:07.787084279 +0000 2024-02-19T23:29:03.141 INFO:teuthology.orchestra.run.smithi177.stdout:Change: 2024-02-19 23:23:07.787084279 +0000 2024-02-19T23:29:03.141 INFO:teuthology.orchestra.run.smithi177.stdout: Birth: - 2024-02-19T23:29:03.142 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-19T23:29:03.206 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records in 2024-02-19T23:29:03.206 INFO:teuthology.orchestra.run.smithi177.stderr:1+0 records out 2024-02-19T23:29:03.206 INFO:teuthology.orchestra.run.smithi177.stderr:512 bytes copied, 0.000355622 s, 1.4 MB/s 2024-02-19T23:29:03.207 DEBUG:teuthology.orchestra.run.smithi177:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-19T23:29:03.265 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-19T23:29:03.638 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:03 smithi038 conmon[37921]: cephadm 2024-02-19T23:29:01.525541+0000 mgr.smithi038.xcqglv (mgr.14182) 31 : cephadm [INF] Reconfiguring mgr.smithi038.xcqglv (unknown last config time)... 2024-02-19T23:29:03.638 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:03 smithi038 conmon[37921]: cephadm 2024-02-19T23:29:01.527634+0000 mgr.smithi038.xcqglv (mgr.14182) 32 : cephadm [INF] Reconfiguring daemon mgr.smithi038.xcqglv on smithi038 2024-02-19T23:29:03.638 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:03 smithi038 conmon[37921]: audit 2024-02-19T23:29:02.379124+0000 mon.smithi038 (mon.0) 216 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:03.638 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:03 smithi038 conmon[37921]: audit 2024-02-19T23:29:03.018476+0000 mon.smithi038 (mon.0) 217 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:03.726 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:03 smithi177 conmon[43314]: cephadm 2024-02-19T23:29:01.525541+0000 mgr.smithi038.xcqglv (mgr.14182) 31 : cephadm [INF] Reconfiguring mgr.smithi038.xcqglv (unknown last config time)... 2024-02-19T23:29:03.726 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:03 smithi177 conmon[43314]: cephadm 2024- 2024-02-19T23:29:03.726 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:03 smithi177 conmon[43314]: 02-19T23:29:01.527634+0000 mgr.smithi038.xcqglv (mgr.14182) 32 : cephadm [INF] Reconfiguring daemon mgr.smithi038.xcqglv on smithi038 2024-02-19T23:29:03.726 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:03 smithi177 conmon[43314]: audit 2024-02-19T23:29:02.379124+0000 mon.smithi038 (mon.0) 216 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:03.726 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:03 smithi177 conmon[43314]: audit 2024-02- 2024-02-19T23:29:03.726 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:03 smithi177 conmon[43314]: 19T23:29:03.018476+0000 mon.smithi038 (mon.0) 217 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:04.722 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:04 smithi038 conmon[37921]: cluster 2024-02-19T 2024-02-19T23:29:04.722 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:04 smithi038 conmon[37921]: 23:29:02.459843+0000 mgr.smithi038.xcqglv (mgr.14182) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:04.722 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:04 smithi038 conmon[37921]: cephadm 2024-02-19T23:29:03.019242+0000 mgr.smithi038.xcqglv (mgr.14182) 34 : cephadm [INF] Reconfiguring alertmanager.smithi038 (dependencies changed)... 2024-02-19T23:29:04.722 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:04 smithi038 conmon[37921]: cephadm 2024-02-19T23:29:03.026751+0000 mgr.smithi038.xcqglv (mgr.14182) 35 : cephadm [INF] Reconfiguring daemon alertmanager.smithi038 on smithi038 2024-02-19T23:29:04.736 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:04 smithi177 conmon[43314]: cluster 2024-02-19T23:29:02.459843+0000 mgr.smithi038.xcqglv (mgr.14182) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:04.736 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:04 smithi177 conmon[43314]: cephadm 2024-02-19T23:29:03.019242+0000 mgr.smithi038.xcqglv (mgr.14182) 34 : cephadm [INF] Reconfiguring alertmanager.smithi038 (dependencies changed)... 2024-02-19T23:29:04.736 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:04 smithi177 conmon[43314]: cephadm 2024-02-19T23:29:03.026751+0000 mgr.smithi038.xcqglv (mgr.14182) 35 : cephadm [INF] Reconfiguring daemon alertmanager.smithi038 on smithi038 2024-02-19T23:29:05.129 INFO:teuthology.orchestra.run.smithi177.stdout:Scheduled osd.all-available-devices update... 2024-02-19T23:29:05.657 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-19T23:29:05.657 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:29:06.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:06 smithi038 conmon[37921]: cluster 2024-02-19T23:29:04.460126+0000 mgr.smithi038.xcqglv (mgr.14182) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:06.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:06 smithi038 conmon[37921]: audit 2024-02-19T23:29:05.121575+0000 mgr.smithi038.xcqglv (mgr.14182) 37 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:29:06.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:06 smithi038 conmon[37921]: cephadm 2024-02-19T23:29:06.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:06 smithi038 conmon[37921]: 2024-02-19 2024-02-19T23:29:06.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:06 smithi038 conmon[37921]: T23:29:05.123986+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:29:06.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:06 smithi038 conmon[37921]: ) 38 : cephadm [INF] Marking host: smithi038 for OSDSpec preview refresh. 2024-02-19T23:29:06.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:06 smithi038 conmon[37921]: cephadm 2024-02 2024-02-19T23:29:06.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:06 smithi038 conmon[37921]: -19T23:29:05.124117+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:29:06.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:06 smithi038 conmon[37921]: .14182) 39 : cephadm [INF] Marking host: smithi177 for OSDSpec preview refresh. 2024-02-19T23:29:06.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:06 smithi038 conmon[37921]: cephadm 2024-02 2024-02-19T23:29:06.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:06 smithi038 conmon[37921]: -19T23:29:05.124502+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:29:06.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:06 smithi038 conmon[37921]: .14182) 40 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-19T23:29:06.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:06 smithi038 conmon[37921]: audit 2024-02-19T23:29:06.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:06 smithi038 conmon[37921]: 2024-02-19T23:29:05. 2024-02-19T23:29:06.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:06 smithi038 conmon[37921]: 129864+0000 mon.smithi038 (mon.0) 218 : audit 2024-02-19T23:29:06.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:06 smithi038 conmon[37921]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:06.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:06 smithi177 conmon[43314]: cluster 2024-02-19T23:29:04.460126+0000 mgr.smithi038.xcqglv (mgr.14182) 36 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:06.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:06 smithi177 conmon[43314]: audit 2024-02-19T23:29:05.121575+0000 mgr.smithi038.xcqglv (mgr.14182) 37 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:29:06.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:06 smithi177 conmon[43314]: cephadm 2024-02-19T23:29:05.123986+0000 mgr.smithi038.xcqglv (mgr.14182) 38 : cephadm [INF] Marking host: smithi038 for OSDSpec preview refresh. 2024-02-19T23:29:06.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:06 smithi177 conmon[43314]: cephadm 2024-02-19T23:29:05.124117+0000 mgr.smithi038.xcqglv (mgr.14182) 39 : cephadm [INF] Marking host: smithi177 for OSDSpec preview refresh. 2024-02-19T23:29:06.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:06 smithi177 conmon[43314]: cephadm 2024-02-19T23:29:05.124502+0000 mgr.smithi038.xcqglv (mgr.14182) 40 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-19T23:29:06.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:06 smithi177 conmon[43314]: audit 2024-02-19T23:29:05.129864+0000 mon.smithi038 (mon.0) 218 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:08.249 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:29:08.389 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:08 smithi038 conmon[37921]: cluster 2024-02-19T23:29:06.460467+0000 mgr.smithi038.xcqglv (mgr.14182) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:08.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:08 smithi177 conmon[43314]: cluster 2024-02-19T23:29:06.460467+0000 mgr.smithi038.xcqglv (mgr.14182) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:09.162 INFO:teuthology.orchestra.run.smithi038.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-19T23:29:09.398 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:09 smithi038 conmon[37921]: audit 2024-02-19T23:29: 2024-02-19T23:29:09.398 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:09 smithi038 conmon[37921]: 08.249331+0000 mon.smithi038 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.38:0/1560049999' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:09.398 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:09 smithi038 conmon[37921]: audit 2024-02-19T23:29:08.427136+0000 mon.smithi038 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:09.398 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:09 smithi038 conmon[37921]: cephadm 2024-02-19T23:29:09.398 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:09 smithi038 conmon[37921]: 2024-02-19T23: 2024-02-19T23:29:09.398 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:09 smithi038 conmon[37921]: 29:08.427770+0000 mgr.smithi038.xcqglv 2024-02-19T23:29:09.398 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:09 smithi038 conmon[37921]: (mgr.14182) 42 : cephadm 2024-02-19T23:29:09.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:09 smithi038 conmon[37921]: [INF] Reconfiguring crash.smithi038 (monmap changed)... 2024-02-19T23:29:09.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:09 smithi038 conmon[37921]: audit 2024- 2024-02-19T23:29:09.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:09 smithi038 conmon[37921]: 02-19T23:29:08.428062 2024-02-19T23:29:09.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:09 smithi038 conmon[37921]: +0000 mon.smithi038 (mon.0) 2024-02-19T23:29:09.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:09 smithi038 conmon[37921]: 221 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi038", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-19T23:29:09.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:09 smithi038 conmon[37921]: audit 2024- 2024-02-19T23:29:09.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:09 smithi038 conmon[37921]: 02-19T23:29:08. 2024-02-19T23:29:09.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:09 smithi038 conmon[37921]: 428758+0000 mon.smithi038 (mon.0 2024-02-19T23:29:09.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:09 smithi038 conmon[37921]: ) 222 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:09.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:09 smithi038 conmon[37921]: 2024-02-19T23:29:09.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:09 smithi038 conmon[37921]: cephadm 2024 2024-02-19T23:29:09.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:09 smithi038 conmon[37921]: -02-19T23:29: 2024-02-19T23:29:09.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:09 smithi038 conmon[37921]: 08.429285+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:29:09.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:09 smithi038 conmon[37921]: .14182) 43 : cephadm [INF] 2024-02-19T23:29:09.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:09 smithi038 conmon[37921]: Reconfiguring daemon crash.smithi038 on smithi038 2024-02-19T23:29:09.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:09 smithi177 conmon[43314]: audit 2024-02-19T23:29:08.249331+0000 mon.smithi038 (mon.0) 219 : audit [DBG] from='client.? 172.21.15.38:0/1560049999' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:09.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:09 smithi177 conmon[43314]: audit 2024-02-19T23:29:08.427136+0000 mon.smithi038 (mon.0) 220 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:09.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:09 smithi177 conmon[43314]: cephadm 2024-02-19T23:29:09.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:09 smithi177 conmon[43314]: 2024-02-19T23:29:08.427770+0000 mgr.smithi038.xcqglv (mgr.14182) 42 : cephadm [INF] Reconfiguring crash.smithi038 (monmap changed)... 2024-02-19T23:29:09.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:09 smithi177 conmon[43314]: audit 2024-02-19T23:29:09.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:09 smithi177 conmon[43314]: 2024-02-19T23:29:08.428062+0000 mon.smithi038 (mon.0) 2024-02-19T23:29:09.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:09 smithi177 conmon[43314]: 221 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi038", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-19T23:29:09.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:09 smithi177 conmon[43314]: audit 2024 2024-02-19T23:29:09.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:09 smithi177 conmon[43314]: -02-19T23:29:08.428758+0000 mon.smithi038 (mon.0) 2024-02-19T23:29:09.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:09 smithi177 conmon[43314]: 222 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:09.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:09 smithi177 conmon[43314]: cephadm 2024-02-19T23:29:08 2024-02-19T23:29:09.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:09 smithi177 conmon[43314]: .429285+0000 mgr.smithi038.xcqglv (mgr.14182) 43 : cephadm [INF] Reconfiguring daemon crash.smithi038 on smithi038 2024-02-19T23:29:10.163 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:29:10.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:10 smithi038 conmon[37921]: cluster 2024-02-19T23:29:08.460740 2024-02-19T23:29:10.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:10 smithi038 conmon[37921]: +0000 mgr.smithi038.xcqglv (mgr.14182) 44 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:10.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:10 smithi038 conmon[37921]: audit 2024-02-19T23:29:10.325731+0000 mon.smithi038 (mon.0) 223 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:10.789 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:10 smithi177 conmon[43314]: cluster 2024-02-19T23:29:08.460740+0000 mgr.smithi038.xcqglv (mgr.14182) 44 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:10.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:10 smithi177 conmon[43314]: audit 2024-02-19T23:29:10.325731+0000 mon.smithi038 (mon.0) 223 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:11.777 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:11 smithi177 conmon[43314]: cephadm 2024-02-19T23:29:10.326448+0000 mgr.smithi038.xcqglv (mgr.14182) 45 : cephadm [INF] Reconfiguring grafana.smithi038 (dependencies changed)... 2024-02-19T23:29:11.777 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:11 smithi177 conmon[43314]: cephadm 2024-02-19T23:29: 2024-02-19T23:29:11.777 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:11 smithi177 conmon[43314]: 10.360885+0000 mgr.smithi038.xcqglv (mgr.14182) 46 : cephadm [INF] Reconfiguring daemon grafana.smithi038 on smithi038 2024-02-19T23:29:11.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:11 smithi038 conmon[37921]: cephadm 2024-02-19T23:29:10.326448+0000 2024-02-19T23:29:11.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:11 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 45 : cephadm [INF] Reconfiguring grafana.smithi038 (dependencies changed)... 2024-02-19T23:29:11.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:11 smithi038 conmon[37921]: cephadm 2024-02-19T23:29:10.360885+0000 mgr.smithi038.xcqglv (mgr.14182) 46 : cephadm [INF] Reconfiguring daemon grafana.smithi038 on smithi038 2024-02-19T23:29:12.690 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:12 smithi038 conmon[37921]: cluster 2024-02-19T23:29:10.460993+0000 mgr.smithi038.xcqglv (mgr.14182) 47 : cluster 2024-02-19T23:29:12.690 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:12 smithi038 conmon[37921]: [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:12.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:12 smithi177 conmon[43314]: cluster 2024-02-19T23:29:10.460993+0000 mgr.smithi038.xcqglv (mgr.14182) 47 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:13.715 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:13 smithi038 conmon[37921]: cluster 2024-02-19T23:29:12.461366+0000 mgr.smithi038.xcqglv (mgr.14182) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:13.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:13 smithi177 conmon[43314]: cluster 2024-02-19T23:29:12.461366+0000 mgr.smithi038.xcqglv (mgr.14182) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:14.043 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:29:14.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:14 smithi038 conmon[37921]: audit 2024-02-19T23:29:14.044063+0000 mon.smithi038 (mon.0 2024-02-19T23:29:14.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:14 smithi038 conmon[37921]: ) 224 : audit [DBG] from='client.? 172.21.15.38:0/3936088815' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:14.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:14 smithi177 conmon[43314]: audit 2024-02-19T23:29:14.044063+0000 mon.smithi038 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.38:0/3936088815' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:15.157 INFO:teuthology.orchestra.run.smithi038.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-19T23:29:15.749 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:15 smithi038 conmon[37921]: cluster 2024-02-19T23:29:14.461598+0000 mgr.smithi038.xcqglv 2024-02-19T23:29:15.749 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:15 smithi038 conmon[37921]: (mgr.14182) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:15.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:15 smithi177 conmon[43314]: cluster 2024-02-19T23:29:14.461598+0000 mgr.smithi038.xcqglv (mgr.14182) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:16.158 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:29:16.817 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:16 smithi038 conmon[37921]: audit 2024-02-19T23:29:15.791079+0000 mon.smithi038 (mon.0) 225 : audit [INF] 2024-02-19T23:29:16.817 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:16 smithi038 conmon[37921]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:16.817 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:16 smithi038 conmon[37921]: cephadm 2024-02-19T23:29:15.792096+0000 mgr.smithi038.xcqglv (mgr.14182) 50 : cephadm [INF] Reconfiguring prometheus.smithi038 (dependencies changed)... 2024-02-19T23:29:16.818 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:16 smithi038 conmon[37921]: cephadm 2024-02-19T23:29:15.797165+0000 mgr.smithi038.xcqglv (mgr.14182) 51 : cephadm [INF] Reconfiguring daemon prometheus.smithi038 on smithi038 2024-02-19T23:29:17.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:16 smithi177 conmon[43314]: audit 2024-02-19T23:29:15.791079+0000 mon.smithi038 (mon.0) 225 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:17.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:16 smithi177 conmon[43314]: cephadm 2024-02-19T23:29:15.792096+0000 mgr.smithi038.xcqglv (mgr.14182) 50 : cephadm [INF] Reconfiguring prometheus.smithi038 (dependencies changed)... 2024-02-19T23:29:17.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:16 smithi177 conmon[43314]: cephadm 2024-02-19T23:29:15.797165+0000 mgr.smithi038.xcqglv (mgr.14182) 51 : cephadm [INF] Reconfiguring daemon prometheus.smithi038 on smithi038 2024-02-19T23:29:18.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:17 smithi038 conmon[37921]: cluster 2024-02-19T23:29:16.461859+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:29:18.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:17 smithi038 conmon[37921]: 14182) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:18.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:17 smithi177 conmon[43314]: cluster 2024-02-19T23:29:16.461859+0000 mgr.smithi038.xcqglv (mgr.14182) 52 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:19.828 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:29:20.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:19 smithi038 conmon[37921]: cluster 2024-02-19T23:29:18.462319+0000 2024-02-19T23:29:20.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:19 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:20.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:19 smithi177 conmon[43314]: cluster 2024-02-19T23:29:18.462319+0000 mgr.smithi038.xcqglv (mgr.14182) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:20.878 INFO:teuthology.orchestra.run.smithi038.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-19T23:29:21.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:20 smithi038 conmon[37921]: audit 2024-02-19T23:29:19.828260+0000 mon.smithi038 (mon.0) 226 : audit [DBG] from='client.? 172.21.15.38:0/541986528' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:21.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:20 smithi177 conmon[43314]: audit 2024-02-19T23:29:19.828260+0000 mon.smithi038 (mon.0) 226 2024-02-19T23:29:21.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:20 smithi177 conmon[43314]: : audit [DBG] from='client.? 172.21.15.38:0/541986528' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:21.879 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:29:22.071 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:21 smithi177 conmon[43314]: cluster 2024-02-19T23:29:20.462729+0000 2024-02-19T23:29:22.071 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:21 smithi177 conmon[43314]: mgr.smithi038.xcqglv (mgr.14182) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:22.071 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:21 smithi177 conmon[43314]: audit 2024-02-19T23:29:21.601297+0000 mon.smithi038 (mon.0) 227 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:22.071 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:21 smithi177 conmon[43314]: audit 2024-02-19T23:29:21.602256+0000 mon.smithi038 2024-02-19T23:29:22.071 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:21 smithi177 conmon[43314]: (mon.0) 228 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi177", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-19T23:29:22.071 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:21 smithi177 conmon[43314]: audit 2024 2024-02-19T23:29:22.071 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:21 smithi177 conmon[43314]: -02-19T23:29:21.603096+0000 mon.smithi038 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:22.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:21 smithi038 conmon[37921]: cluster 2024-02-19T23:29:20.462729 2024-02-19T23:29:22.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:21 smithi038 conmon[37921]: +0000 mgr.smithi038.xcqglv (mgr.14182) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:22.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:21 smithi038 conmon[37921]: audit 2024-02-19T23:29:22.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:21 smithi038 conmon[37921]: 2024-02-19T23:29:21.601297+0000 mon.smithi038 (mon.0) 227 : audit [INF] 2024-02-19T23:29:22.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:21 smithi038 conmon[37921]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:22.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:21 smithi038 conmon[37921]: audit 2024-02- 2024-02-19T23:29:22.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:21 smithi038 conmon[37921]: 19T23:29:21.602256+0000 mon.smithi038 (mon.0) 2024-02-19T23:29:22.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:21 smithi038 conmon[37921]: 228 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi177", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-19T23:29:22.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:21 smithi038 conmon[37921]: audit 2024-02-19T23:29:22.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:21 smithi038 conmon[37921]: 2024-02-19T23:29:21.603096+0000 2024-02-19T23:29:22.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:21 smithi038 conmon[37921]: mon.smithi038 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:22.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:21 smithi038 conmon[37921]: 2024-02-19T23:29:23.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:22 smithi177 conmon[43314]: cephadm 2024-02-19T23:29:21.601982+0000 mgr.smithi038.xcqglv (mgr.14182) 55 : cephadm [INF] Reconfiguring crash.smithi177 (monmap changed)... 2024-02-19T23:29:23.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:22 smithi177 conmon[43314]: cephadm 2024-02-19T23:29:21.603700+0000 mgr.smithi038.xcqglv (mgr.14182) 56 : cephadm [INF] Reconfiguring daemon crash.smithi177 on smithi177 2024-02-19T23:29:23.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:22 smithi177 conmon[43314]: audit 2024-02-19T23:29:22.795052+0000 mon.smithi038 (mon.0) 230 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:23.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:22 smithi177 conmon[43314]: audit 2024-02-19T23:29:22.796155+0000 mon.smithi038 (mon.0) 231 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi177.idgygw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-19T23:29:23.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:22 smithi177 conmon[43314]: audit 2024-02-19T23:29:22.797123+0000 mon.smithi038 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-19T23:29:23.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:22 smithi177 conmon[43314]: audit 2024-02-19T23:29:22.797924+0000 mon.smithi038 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:23.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:22 smithi038 conmon[37921]: cephadm 2024-02-19T23:29:21.601982+0000 mgr.smithi038.xcqglv (mgr.14182) 55 : cephadm [INF] Reconfiguring crash.smithi177 (monmap changed)... 2024-02-19T23:29:23.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:22 smithi038 conmon[37921]: cephadm 2024-02-19T23:29:21.603700+0000 mgr.smithi038.xcqglv (mgr.14182) 56 : cephadm [INF] Reconfiguring daemon crash.smithi177 on smithi177 2024-02-19T23:29:23.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:22 smithi038 conmon[37921]: audit 2024-02-19T23:29:22.795052+0000 mon.smithi038 (mon.0) 230 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:23.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:22 smithi038 conmon[37921]: audit 2024-02-19T23:29:22.796155+0000 mon.smithi038 (mon.0) 231 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi177.idgygw", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-19T23:29:23.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:22 smithi038 conmon[37921]: audit 2024-02-19T23:29:22.797123+0000 mon.smithi038 (mon.0) 232 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-19T23:29:23.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:22 smithi038 conmon[37921]: audit 2024-02-19T23:29:22.797924+0000 mon.smithi038 (mon.0) 233 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:23.921 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:23 smithi177 conmon[43314]: cluster 2024-02-19T23:29:22.463023+0000 mgr.smithi038.xcqglv (mgr.14182) 57 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:23.921 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:23 smithi177 conmon[43314]: cephadm 2024-02-19T23:29:23.921 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:23 smithi177 conmon[43314]: 2024-02-19T23:29:22.795809+0000 mgr.smithi038.xcqglv (mgr.14182) 58 : cephadm [INF] Reconfiguring mgr.smithi177.idgygw (monmap changed)... 2024-02-19T23:29:23.921 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:23 smithi177 conmon[43314]: cephadm 2024-02-19T23:29:22.798661+0000 mgr.smithi038.xcqglv (mgr.14182) 59 : cephadm [INF] Reconfiguring daemon mgr.smithi177.idgygw on smithi177 2024-02-19T23:29:23.953 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:29:24.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:23 smithi038 conmon[37921]: cluster 2024-02-19T23:29:22.463023+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:29:24.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:23 smithi038 conmon[37921]: 57 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:24.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:23 smithi038 conmon[37921]: cephadm 2024-02-19T23:29:22.795809+0000 mgr.smithi038.xcqglv (mgr.14182) 58 : cephadm [INF] Reconfiguring mgr.smithi177.idgygw (monmap changed)... 2024-02-19T23:29:24.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:23 smithi038 conmon[37921]: cephadm 2024-02-19T23:29:22.798661+0000 mgr.smithi038.xcqglv (mgr.14182) 59 : cephadm [INF] Reconfiguring daemon mgr.smithi177.idgygw on smithi177 2024-02-19T23:29:24.706 INFO:teuthology.orchestra.run.smithi038.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-19T23:29:25.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:24 smithi177 conmon[43314]: audit 2024-02-19T23:29:23.954315+0000 mon.smithi038 (mon.0) 234 : 2024-02-19T23:29:25.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:24 smithi177 conmon[43314]: audit [DBG] from='client.? 172.21.15.38:0/1641791894' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:25.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:24 smithi177 conmon[43314]: audit 2024-02-19T23:29:23.975059+0000 mon.smithi038 (mon.0) 235 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:25.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:24 smithi177 conmon[43314]: cephadm 2024-02-19T23:29:23.975654+0000 mgr.smithi038.xcqglv (mgr.14182) 60 : cephadm [INF] Reconfiguring mon.smithi177 (monmap changed)... 2024-02-19T23:29:25.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:24 smithi177 conmon[43314]: audit 2024-02-19T23:29:23.975937+0000 mon.smithi038 (mon.0) 236 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-19T23:29:25.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:24 smithi177 conmon[43314]: audit 2024 2024-02-19T23:29:25.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:24 smithi177 conmon[43314]: -02-19T23:29:23.976618+0000 mon.smithi038 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-19T23:29:25.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:24 smithi177 conmon[43314]: audit 2024-02-19T23:29:23.977221+0000 mon.smithi038 (mon 2024-02-19T23:29:25.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:24 smithi177 conmon[43314]: .0) 238 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:25.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:24 smithi177 conmon[43314]: cephadm 2024-02-19 2024-02-19T23:29:25.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:24 smithi177 conmon[43314]: T23:29:23.977753+0000 mgr.smithi038.xcqglv (mgr.14182) 61 : cephadm [INF] Reconfiguring daemon mon.smithi177 on smithi177 2024-02-19T23:29:25.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:24 smithi038 conmon[37921]: audit 2024-02-19T23:29:23.954315+0000 mon.smithi038 (mon.0) 234 : audit [DBG] from='client.? 172.21.15.38:0/1641791894' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:25.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:24 smithi038 conmon[37921]: audit 2024-02-19T23:29:23.975059+0000 mon.smithi038 (mon.0) 235 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:25.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:24 smithi038 conmon[37921]: cephadm 2024-02-19T23:29: 2024-02-19T23:29:25.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:24 smithi038 conmon[37921]: 23.975654+0000 mgr.smithi038.xcqglv (mgr.14182) 60 : cephadm [INF] Reconfiguring mon.smithi177 (monmap changed)... 2024-02-19T23:29:25.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:24 smithi038 conmon[37921]: audit 2024-02-19 2024-02-19T23:29:25.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:24 smithi038 conmon[37921]: T23:29:23.975937+0000 mon.smithi038 (mon.0) 236 : 2024-02-19T23:29:25.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:24 smithi038 conmon[37921]: audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-19T23:29:25.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:24 smithi038 conmon[37921]: audit 2024-02-19T23:29: 2024-02-19T23:29:25.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:24 smithi038 conmon[37921]: 23.976618+0000 mon.smithi038 (mon.0) 237 : 2024-02-19T23:29:25.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:24 smithi038 conmon[37921]: audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-19T23:29:25.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:24 smithi038 conmon[37921]: audit 2024-02-19T23:29: 2024-02-19T23:29:25.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:24 smithi038 conmon[37921]: 23.977221+0000 mon.smithi038 (mon.0) 238 : audit 2024-02-19T23:29:25.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:24 smithi038 conmon[37921]: [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:25.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:24 smithi038 conmon[37921]: cephadm 2024-02-19T23:29:23.977753 2024-02-19T23:29:25.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:24 smithi038 conmon[37921]: +0000 mgr.smithi038.xcqglv (mgr.14182) 61 : cephadm [INF] 2024-02-19T23:29:25.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:24 smithi038 conmon[37921]: Reconfiguring daemon mon.smithi177 on smithi177 2024-02-19T23:29:25.707 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:29:26.386 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:26 smithi038 conmon[37921]: cluster 2024-02-19T23:29:24.463490+0000 mgr.smithi038.xcqglv (mgr.14182) 62 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:26.386 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:26 smithi038 conmon[37921]: audit 2024-02-19T23:29:25.117822+0000 mon.smithi038 (mon.0) 239 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:26.386 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:26 smithi038 conmon[37921]: audit 2024-02-19T23:29:25.121015+0000 mon.smithi038 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-19T23:29:26.386 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:26 smithi038 conmon[37921]: audit 2024-02-19T23:29:25.121458+0000 mgr.smithi038.xcqglv (mgr.14182) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-19T23:29:26.386 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:26 smithi038 conmon[37921]: audit 2024-02-19T23:29:25.122695+0000 mon.smithi038 (mon.0) 241 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038:9093"}]: dispatch 2024-02-19T23:29:26.386 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:26 smithi038 conmon[37921]: audit 2024-02- 2024-02-19T23:29:26.386 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:26 smithi038 conmon[37921]: 19T23:29:25.123027+0000 mgr.smithi038.xcqglv (mgr.14182) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038:9093"}]: dispatch 2024-02-19T23:29:26.386 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:26 smithi038 conmon[37921]: audit 2024-02-19T23:29:25.127745+0000 mon.smithi038 (mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:26.386 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:26 smithi038 conmon[37921]: audit 2024-02-19T23:29:25.132995+0000 mon.smithi038 (mon.0) 243 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-19T23:29:26.386 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:26 smithi038 conmon[37921]: audit 2024-02-19T23:29:25.133428+0000 mgr.smithi038.xcqglv (mgr.14182) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-19T23:29:26.386 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:26 smithi038 conmon[37921]: audit 2024-02-19T23:29:25.138935+0000 mon.smithi038 (mon.0) 244 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi038:3000"}]: dispatch 2024-02-19T23:29:26.387 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:26 smithi038 conmon[37921]: audit 2024-02-19T23:29:25.139330+0000 mgr.smithi038.xcqglv (mgr.14182) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi038:3000"}]: dispatch 2024-02-19T23:29:26.387 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:26 smithi038 conmon[37921]: audit 2024-02-19T23:29:25.144293+0000 mon.smithi038 (mon.0) 245 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:26.387 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:26 smithi038 conmon[37921]: audit 2024-02-19T23:29:25.149041+0000 mon.smithi038 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-19T23:29:26.387 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:26 smithi038 conmon[37921]: audit 2024-02-19T23:29:25.149550+0000 mgr.smithi038.xcqglv (mgr.14182) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-19T23:29:26.387 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:26 smithi038 conmon[37921]: audit 2024-02-19T23:29:25.151379+0000 mon.smithi038 (mon.0) 247 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi038:9095"}]: dispatch 2024-02-19T23:29:26.387 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:26 smithi038 conmon[37921]: audit 2024-02-19T23:29:25.151745 2024-02-19T23:29:26.387 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:26 smithi038 conmon[37921]: +0000 mgr.smithi038.xcqglv (mgr.14182) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi038:9095"}]: dispatch 2024-02-19T23:29:26.387 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:26 smithi038 conmon[37921]: audit 2024-02-19T23:29:25.156680+0000 mon.smithi038 (mon.0) 248 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:26.387 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:26 smithi038 conmon[37921]: audit 2024-02-19T23:29:25.161131 2024-02-19T23:29:26.387 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:26 smithi038 conmon[37921]: +0000 mon.smithi038 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:29:26.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: cluster 2024-02-19T23:29:24.463490+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:29:26.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: 62 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:26.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: audit 2024-02-19T23:29:25.117822+0000 mon.smithi038 (mon.0) 239 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:26.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: audit 2024-02-19T23:29:25.121015+0000 mon.smithi038 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-19T23:29:26.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: audit 2024-02-19T23:29:25.121458+0000 2024-02-19T23:29:26.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: mgr.smithi038.xcqglv (mgr.14182) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-19T23:29:26.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: audit 2024-02-19T23:29:25.122695+0000 mon.smithi038 (mon.0) 241 : audit [INF] 2024-02-19T23:29:26.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038:9093"}]: dispatch 2024-02-19T23:29:26.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: audit 2024-02-19T23:29:25.123027+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:29:26.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: mgr.14182) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi038:9093"}]: dispatch 2024-02-19T23:29:26.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:29:26.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: 02-19T23:29:25.127745+0000 mon.smithi038 (mon.0) 242 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:26.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: audit 2024 2024-02-19T23:29:26.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: -02-19T23:29:25.132995+0000 mon.smithi038 (mon.0) 243 : 2024-02-19T23:29:26.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-19T23:29:26.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: audit 2024-02-19T23:29:25.133428+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:29:26.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: 14182) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-19T23:29:26.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: audit 2024-02-19T23 2024-02-19T23:29:26.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: :29:25.138935+0000 mon.smithi038 (mon.0) 244 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi038:3000"}]: dispatch 2024-02-19T23:29:26.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: 2024-02-19T23:29:26.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: audit 2024-02-19T23:29:26.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: 2024-02-19T23:29:25.139330+0000 mgr.smithi038.xcqglv (mgr.14182) 66 : audit 2024-02-19T23:29:26.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi038:3000"}]: dispatch 2024-02-19T23:29:26.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: audit 2024-02-19T23:29:25. 2024-02-19T23:29:26.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: 144293+0000 mon.smithi038 (mon.0) 245 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:26.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: audit 2024-02-19T23:29: 2024-02-19T23:29:26.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: 25.149041+0000 mon.smithi038 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-19T23:29:26.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:29:26.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: 02-19T23:29:25.149550+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:29:26.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: .14182) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-19T23:29:26.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: audit 2024-02- 2024-02-19T23:29:26.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: 19T23:29:25.151379+0000 mon.smithi038 (mon. 2024-02-19T23:29:26.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: 0) 247 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi038:9095"}]: dispatch 2024-02-19T23:29:26.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: audit 2024-02- 2024-02-19T23:29:26.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: 19T23:29:25.151745+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:29:26.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: .14182) 68 : audit [DBG] 2024-02-19T23:29:26.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi038:9095"}]: dispatch 2024-02-19T23:29:26.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: audit 2024-02-19T23 2024-02-19T23:29:26.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: :29:25.156680+0000 mon.smithi038 (mon 2024-02-19T23:29:26.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: .0) 248 : audit [INF] 2024-02-19T23:29:26.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:26.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: audit 2024-02-19T23: 2024-02-19T23:29:26.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: 29:25.161131+0000 mon.smithi038 (mon.0) 2024-02-19T23:29:26.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:26 smithi177 conmon[43314]: 249 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:29:27.768 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:27 smithi038 conmon[37921]: cluster 2024-02-19T23:29:26.463711+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:29:27.768 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:27 smithi038 conmon[37921]: 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:27.768 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:27 smithi038 conmon[37921]: audit 2024-02-19T23:29:26.538310+0000 mon.smithi038 (mon.0) 250 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:27.768 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:27 smithi038 conmon[37921]: audit 2024-02-19T23:29:26.546982+0000 mon.smithi038 (mon.0) 251 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:28.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:27 smithi177 conmon[43314]: cluster 2024-02-19T23:29:26.463711+0000 mgr.smithi038.xcqglv (mgr.14182) 69 : cluster [DBG] 2024-02-19T23:29:28.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:27 smithi177 conmon[43314]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:28.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:27 smithi177 conmon[43314]: audit 2024-02-19T23:29:26.538310+0000 mon.smithi038 (mon.0) 250 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:28.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:27 smithi177 conmon[43314]: audit 2024-02-19T23:29:28.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:27 smithi177 conmon[43314]: 2024-02-19T23:29:26.546982+0000 mon.smithi038 (mon.0) 251 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:28.167 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:29:28.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:28 smithi038 conmon[37921]: audit 2024-02-19T23:29:28.167798+0000 mon.smithi038 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.38:0/119607280' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:29.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:28 smithi177 conmon[43314]: audit 2024-02-19T23:29:28.167798+0000 mon.smithi038 (mon.0) 252 : audit [DBG] from='client.? 172.21.15.38:0/119607280' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:29.193 INFO:teuthology.orchestra.run.smithi038.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-19T23:29:29.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:29 smithi038 conmon[37921]: cluster 2024-02-19T23:29:28.464016+0000 mgr.smithi038.xcqglv (mgr.14182) 70 : cluster 2024-02-19T23:29:29.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:29 smithi038 conmon[37921]: [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:30.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:29 smithi177 conmon[43314]: cluster 2024-02-19T23:29:28.464016+0000 mgr.smithi038.xcqglv (mgr.14182) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:30.194 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:29:30.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:30 smithi177 conmon[43314]: audit 2024-02-19T23:29:29.652097+0000 mon.smithi038 (mon.0) 253 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:30.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:30 smithi177 conmon[43314]: audit 2024-02-19T23:29:30.013098+0000 mon.smithi038 (mon.0) 254 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:30.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:30 smithi177 conmon[43314]: audit 2024-02-19T23:29:30.013881+0000 mon.smithi038 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:30.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:30 smithi177 conmon[43314]: audit 2024-02-19T23:29:30.014600+0000 mon.smithi038 (mon.0) 256 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:29:30.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:30 smithi177 conmon[43314]: audit 2024-02-19T23:29:30.022607+0000 mon.smithi038 (mon.0) 257 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:30.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:30 smithi177 conmon[43314]: audit 2024-02-19T23: 2024-02-19T23:29:30.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:30 smithi177 conmon[43314]: 29:30.026529+0000 mon.smithi038 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:29:30.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:30 smithi177 conmon[43314]: audit 2024-02-19T23:29:30.029568+0000 mon.smithi038 (mon.0) 259 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T23:29:30.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:30 smithi177 conmon[43314]: audit 2024-02-19T23:29:30.030680+0000 mon.smithi038 (mon.0) 260 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T23:29:30.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:30 smithi177 conmon[43314]: audit 2024-02-19T23:29:30.030932+0000 mon.smithi038 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:30.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:30 smithi177 conmon[43314]: audit 2024-02-19T23:29:30.031493+0000 mon.smithi038 (mon.0 2024-02-19T23:29:30.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:30 smithi177 conmon[43314]: ) 262 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:30.905 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:30 smithi038 conmon[37921]: audit 2024-02-19T23:29:29.652097+0000 mon.smithi038 (mon.0) 253 : audit [INF] 2024-02-19T23:29:30.905 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:30 smithi038 conmon[37921]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:30.905 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:30 smithi038 conmon[37921]: audit 2024-02-19T23:29:30.013098+0000 mon.smithi038 (mon.0) 254 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:30.905 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:30 smithi038 conmon[37921]: audit 2024-02-19T23:29:30.013881+0000 mon.smithi038 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:30.905 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:30 smithi038 conmon[37921]: audit 2024-02-19T23:29:30.014600+0000 mon.smithi038 (mon.0) 256 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:29:30.905 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:30 smithi038 conmon[37921]: audit 2024-02-19T23:29:30.022607+0000 mon.smithi038 (mon.0) 257 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:30.905 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:30 smithi038 conmon[37921]: audit 2024-02-19T23:29:30.026529+0000 mon.smithi038 (mon.0) 258 : audit [DBG] 2024-02-19T23:29:30.905 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:30 smithi038 conmon[37921]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:29:30.905 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:30 smithi038 conmon[37921]: audit 2024-02-19T23:29:30.029568+0000 mon.smithi038 (mon.0) 259 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T23:29:30.905 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:30 smithi038 conmon[37921]: audit 2024-02-19 2024-02-19T23:29:30.906 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:30 smithi038 conmon[37921]: T23:29:30.030680+0000 mon.smithi038 (mon.0) 260 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T23:29:30.906 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:30 smithi038 conmon[37921]: audit 2024-02-19T23:29:30.906 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:30 smithi038 conmon[37921]: 2024-02-19T23:29:30.030932+0000 mon.smithi038 (mon.0) 261 : audit [DBG] 2024-02-19T23:29:30.906 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:30 smithi038 conmon[37921]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:30.906 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:30 smithi038 conmon[37921]: audit 2024-02-19T23:29:30. 2024-02-19T23:29:30.906 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:30 smithi038 conmon[37921]: 031493+0000 mon.smithi038 (mon.0) 262 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:32.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:32 smithi177 conmon[43314]: cluster 2024-02-19T23:29:30.464303+0000 mgr.smithi038.xcqglv (mgr.14182) 71 : cluster [DBG] 2024-02-19T23:29:32.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:32 smithi177 conmon[43314]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:32.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:32 smithi038 conmon[37921]: cluster 2024-02-19T23:29:30.464303+0000 mgr.smithi038.xcqglv (mgr.14182) 71 : cluster 2024-02-19T23:29:32.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:32 smithi038 conmon[37921]: [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:32.887 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:29:33.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:33 smithi038 conmon[37921]: audit 2024-02-19T23:29:32.501920+0000 mon.smithi177 (mon. 2024-02-19T23:29:33.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:33 smithi038 conmon[37921]: 1) 2 : audit [INF] from='client.? 172.21.15.177:0/3880102403' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7dc48019-87e7-40a8-98cc-7c63f6f0a619"}]: dispatch 2024-02-19T23:29:33.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:33 smithi038 conmon[37921]: audit 2024-02-19T23:29:32.502398+0000 mon.smithi038 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7dc48019-87e7-40a8-98cc-7c63f6f0a619"}]: dispatch 2024-02-19T23:29:33.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:33 smithi038 conmon[37921]: audit 2024-02-19T23:29:32.506421+0000 mon.smithi038 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7dc48019-87e7-40a8-98cc-7c63f6f0a619"}]': finished 2024-02-19T23:29:33.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:33 smithi038 conmon[37921]: cluster 2024-02-19T23:29:32.506484+0000 mon.smithi038 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-19T23:29:33.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:33 smithi038 conmon[37921]: audit 2024-02-19T23:29:32.506652+0000 mon.smithi038 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:29:33.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:33 smithi038 conmon[37921]: audit 2024-02-19T23:29:32.887761+0000 mon.smithi038 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.38:0/2036111665' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:33.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:33 smithi177 conmon[43314]: audit 2024-02-19T23:29:32.501920+0000 mon.smithi177 (mon.1) 2 : audit [INF] from='client.? 172.21.15.177:0/3880102403' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7dc48019-87e7-40a8-98cc-7c63f6f0a619"}]: dispatch 2024-02-19T23:29:33.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:33 smithi177 conmon[43314]: audit 2024-02-19T23:29:32.502398+0000 mon.smithi038 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7dc48019-87e7-40a8-98cc-7c63f6f0a619"}]: dispatch 2024-02-19T23:29:33.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:33 smithi177 conmon[43314]: audit 2024-02-19T23:29:32.506421+0000 mon.smithi038 (mon.0) 264 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7dc48019-87e7-40a8-98cc-7c63f6f0a619"}]': finished 2024-02-19T23:29:33.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:33 smithi177 conmon[43314]: cluster 2024-02-19T23:29:32.506484+0000 mon.smithi038 (mon.0) 265 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-19T23:29:33.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:33 smithi177 conmon[43314]: audit 2024-02-19T23:29:32.506652+0000 mon.smithi038 (mon.0) 266 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:29:33.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:33 smithi177 conmon[43314]: audit 2024-02-19T23:29:32.887761+0000 mon.smithi038 (mon.0) 267 : audit [DBG] from='client.? 172.21.15.38:0/2036111665' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:33.752 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1708385372,"num_remapped_pgs":0} 2024-02-19T23:29:34.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:34 smithi038 conmon[37921]: cluster 2024-02-19T23:29:32.464602+0000 mgr.smithi038.xcqglv (mgr.14182) 72 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:34.344 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:34 smithi038 conmon[37921]: audit 2024-02-19T23:29:33.777078+0000 mon.smithi177 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.177:0/1899699289' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:29:34.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:34 smithi177 conmon[43314]: cluster 2024-02-19T23:29:32.464602+0000 mgr.smithi038.xcqglv (mgr.14182) 72 : cluster [DBG] 2024-02-19T23:29:34.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:34 smithi177 conmon[43314]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:34.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:34 smithi177 conmon[43314]: audit 2024-02-19T23:29:33.777078+0000 mon.smithi177 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.177:0/1899699289' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:29:34.754 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:29:35.332 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:35 smithi038 conmon[37921]: audit 2024-02-19T23:29:34.185174+0000 mon.smithi038 (mon.0) 268 : audit [INF] from='client.? 172.21.15.38:0/1337411690' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37bd4cfb-7d49-480a-ac71-fd28cb1be81d"}]: dispatch 2024-02-19T23:29:35.332 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:35 smithi038 conmon[37921]: audit 2024-02-19T23:29:34.197976+0000 mon.smithi038 (mon.0) 269 : audit [INF] from='client.? 172.21.15.38:0/1337411690' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "37bd4cfb-7d49-480a-ac71-fd28cb1be81d"}]': finished 2024-02-19T23:29:35.332 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:35 smithi038 conmon[37921]: cluster 2024-02-19T23:29:34.198040+0000 mon.smithi038 (mon.0) 270 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-19T23:29:35.332 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:35 smithi038 conmon[37921]: audit 2024-02-19T23:29:34.198148+0000 mon.smithi038 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:29:35.333 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:35 smithi038 conmon[37921]: audit 2024-02-19T23:29:34.198470+0000 mon.smithi038 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:29:35.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:35 smithi177 conmon[43314]: audit 2024-02-19T23:29:34.185174+0000 mon.smithi038 (mon.0) 268 : audit [INF] from='client.? 172.21.15.38:0/1337411690' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37bd4cfb-7d49-480a-ac71-fd28cb1be81d"}]: dispatch 2024-02-19T23:29:35.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:35 smithi177 conmon[43314]: audit 2024-02-19T23:29:34.197976+0000 mon.smithi038 (mon.0) 269 : audit [INF] from='client.? 172.21.15.38:0/1337411690' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "37bd4cfb-7d49-480a-ac71-fd28cb1be81d"}]': finished 2024-02-19T23:29:35.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:35 smithi177 conmon[43314]: cluster 2024-02-19T23:29:35.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:35 smithi177 conmon[43314]: 2024-02-19T23:29:34. 2024-02-19T23:29:35.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:35 smithi177 conmon[43314]: 198040+0000 mon.smithi038 (mon.0) 270 : cluster [DBG] 2024-02-19T23:29:35.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:35 smithi177 conmon[43314]: osdmap e7: 2 total, 0 up, 2 in 2024-02-19T23:29:35.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:35 smithi177 conmon[43314]: audit 2024 2024-02-19T23:29:35.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:35 smithi177 conmon[43314]: -02-19T23:29:34.198148+0000 2024-02-19T23:29:35.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:35 smithi177 conmon[43314]: mon.smithi038 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:29:35.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:35 smithi177 conmon[43314]: audit 2024-02- 2024-02-19T23:29:35.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:35 smithi177 conmon[43314]: 19T23:29:34.198470+0000 mon.smithi038 (mon.0 2024-02-19T23:29:35.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:35 smithi177 conmon[43314]: ) 272 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:29:36.454 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:36 smithi177 conmon[43314]: cluster 2024-02-19T23:29:34.464863 2024-02-19T23:29:36.454 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:36 smithi177 conmon[43314]: +0000 mgr.smithi038.xcqglv (mgr.14182) 73 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:36.454 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:36 smithi177 conmon[43314]: audit 2024-02-19T23:29:35.632055+0000 mon.smithi038 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.38:0/4084538805' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:29:36.477 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:36 smithi038 conmon[37921]: cluster 2024-02-19T23:29:34.464863+0000 mgr.smithi038.xcqglv (mgr.14182) 73 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:36.477 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:36 smithi038 conmon[37921]: audit 2024-02-19T23:29:35.632055+0000 mon.smithi038 (mon.0) 273 : audit [DBG] from='client.? 172.21.15.38:0/4084538805' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:29:36.898 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:29:37.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:37 smithi177 conmon[43314]: audit 2024-02-19T23:29:36.295988+0000 mon.smithi177 (mon.1) 4 2024-02-19T23:29:37.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:37 smithi177 conmon[43314]: : audit [INF] from='client.? 172.21.15.177:0/2737754374' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cf1afdcb-909b-47a9-956b-56873755dd4a"}]: dispatch 2024-02-19T23:29:37.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:37 smithi177 conmon[43314]: audit 2024-02-19T23:29:36.296369+0000 mon.smithi038 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cf1afdcb-909b-47a9-956b-56873755dd4a"}]: dispatch 2024-02-19T23:29:37.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:37 smithi177 conmon[43314]: audit 2024-02-19T23:29:36.301497+0000 mon.smithi038 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cf1afdcb-909b-47a9-956b-56873755dd4a"}]': finished 2024-02-19T23:29:37.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:37 smithi177 conmon[43314]: cluster 2024-02-19T23:29:36.301553+0000 mon.smithi038 (mon.0) 276 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-19T23:29:37.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:37 smithi177 conmon[43314]: audit 2024-02-19T23:29:36.301653+0000 mon.smithi038 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:29:37.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:37 smithi177 conmon[43314]: audit 2024-02-19T23:29:36.301876+0000 mon.smithi038 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:29:37.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:37 smithi177 conmon[43314]: audit 2024-02-19T23:29:36.302049+0000 mon.smithi038 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:29:37.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:37 smithi177 conmon[43314]: audit 2024-02-19T23:29:36.893890+0000 mon.smithi038 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.38:0/4290322623' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:37.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:37 smithi038 conmon[37921]: audit 2024-02-19T23:29:36.295988+0000 mon.smithi177 (mon.1) 4 : audit [INF] from='client.? 172.21.15.177:0/2737754374' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cf1afdcb-909b-47a9-956b-56873755dd4a"}]: dispatch 2024-02-19T23:29:37.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:37 smithi038 conmon[37921]: audit 2024-02-19T23:29:36.296369+0000 mon.smithi038 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cf1afdcb-909b-47a9-956b-56873755dd4a"}]: dispatch 2024-02-19T23:29:37.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:37 smithi038 conmon[37921]: audit 2024-02-19T23:29:36.301497+0000 mon.smithi038 (mon.0) 275 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cf1afdcb-909b-47a9-956b-56873755dd4a"}]': finished 2024-02-19T23:29:37.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:37 smithi038 conmon[37921]: cluster 2024-02-19T23:29:36.301553+0000 mon.smithi038 (mon.0) 276 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-19T23:29:37.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:37 smithi038 conmon[37921]: audit 2024-02-19T23:29:36.301653+0000 mon.smithi038 (mon.0) 277 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:29:37.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:37 smithi038 conmon[37921]: audit 2024-02-19T23:29:37.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:37 smithi038 conmon[37921]: 2024-02-19T23:29:36.301876+0000 mon.smithi038 (mon.0) 278 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:29:37.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:37 smithi038 conmon[37921]: audit 2024-02-19T23:29:36.302049+0000 mon.smithi038 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:29:37.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:37 smithi038 conmon[37921]: audit 2024-02-19T23:29:36.893890+0000 mon.smithi038 (mon.0) 280 : audit [DBG] from='client.? 172.21.15.38:0/4290322623' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:37.768 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1708385376,"num_remapped_pgs":0} 2024-02-19T23:29:38.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: cluster 2024-02-19T23:29:36.465155 2024-02-19T23:29:38.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: +0000 mgr.smithi038.xcqglv (mgr.14182) 74 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:38.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: audit 2024-02-19T23:29:37.477786+0000 mon.smithi177 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.177:0/3598139438' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:29:38.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: audit 2024-02-19T23:29:38.220541+0000 mon.smithi038 (mon.0) 281 : audit [INF] from='client.? 172.21.15.38:0/4116909307' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "453c4fa7-205c-4ee3-b993-123ad6d7b162"}]: dispatch 2024-02-19T23:29:38.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: audit 2024-02-19T23:29:38.226248+0000 mon.smithi038 (mon. 2024-02-19T23:29:38.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: 0) 282 : audit [INF] from='client.? 172.21.15.38:0/4116909307' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "453c4fa7-205c-4ee3-b993-123ad6d7b162"}]': finished 2024-02-19T23:29:38.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: cluster 2024-02-19T23:29:38.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: 2024-02-19T23:29:38 2024-02-19T23:29:38.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: .226300+0000 mon.smithi038 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-19T23:29:38.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: 2024-02-19T23:29:38.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: audit 2024-02-19T 2024-02-19T23:29:38.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: 23:29:38.226422+0000 mon.smithi038 (mon 2024-02-19T23:29:38.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: .0) 284 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:29:38.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: audit 2024- 2024-02-19T23:29:38.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: 02-19T23:29:38.226715+0000 2024-02-19T23:29:38.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: mon.smithi038 (mon.0) 285 : audit [DBG] 2024-02-19T23:29:38.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:29:38.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: audit 2024-02-19T23:29:38 2024-02-19T23:29:38.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: .226902+0000 mon.smithi038 (mon.0) 286 : audit 2024-02-19T23:29:38.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:29:38.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: audit 2024-02-19T23 2024-02-19T23:29:38.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: :29:38.227098+0000 mon.smithi038 (mon. 2024-02-19T23:29:38.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:38 smithi038 conmon[37921]: 0) 287 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:29:38.769 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:29:38.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:38 smithi177 conmon[43314]: cluster 2024-02-19T23:29:36.465155+0000 mgr.smithi038.xcqglv (mgr.14182) 74 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:38.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:38 smithi177 conmon[43314]: audit 2024-02-19T23:29:37.477786+0000 mon.smithi177 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.177:0/3598139438' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:29:38.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:38 smithi177 conmon[43314]: audit 2024-02-19T23:29:38.220541+0000 mon.smithi038 (mon.0) 281 : audit [INF] from='client.? 172.21.15.38:0/4116909307' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "453c4fa7-205c-4ee3-b993-123ad6d7b162"}]: dispatch 2024-02-19T23:29:38.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:38 smithi177 conmon[43314]: audit 2024-02-19T23:29:38.226248+0000 mon.smithi038 (mon.0) 282 : audit [INF] from='client.? 172.21.15.38:0/4116909307' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "453c4fa7-205c-4ee3-b993-123ad6d7b162"}]': finished 2024-02-19T23:29:38.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:38 smithi177 conmon[43314]: cluster 2024-02-19T23:29:38.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:38 smithi177 conmon[43314]: 2024-02-19T23:29:38.226300+0000 mon.smithi038 (mon.0) 283 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-19T23:29:38.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:38 smithi177 conmon[43314]: audit 2024-02-19T23 2024-02-19T23:29:38.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:38 smithi177 conmon[43314]: :29:38.226422+0000 mon.smithi038 (mon.0) 284 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:29:38.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:38 smithi177 conmon[43314]: audit 2024-02-19T23:29:38.226715+0000 2024-02-19T23:29:38.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:38 smithi177 conmon[43314]: mon.smithi038 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:29:38.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:38 smithi177 conmon[43314]: audit 2024-02-19 2024-02-19T23:29:38.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:38 smithi177 conmon[43314]: T23:29:38.226902+0000 mon.smithi038 (mon.0) 286 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:29:38.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:38 smithi177 conmon[43314]: audit 2024-02-19T23 2024-02-19T23:29:38.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:38 smithi177 conmon[43314]: :29:38.227098+0000 mon.smithi038 (mon.0) 287 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:29:40.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:40 smithi177 conmon[43314]: cluster 2024-02-19T23:29:38.465521+0000 mgr.smithi038.xcqglv (mgr.14182) 75 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:40.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:40 smithi177 conmon[43314]: audit 2024-02-19T23:29:39.769968+0000 mon.smithi038 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.38:0/2912078089' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:29:40.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:40 smithi177 conmon[43314]: audit 2024-02-19T23:29:40.011063+0000 mon.smithi177 (mon.1) 6 : audit [INF] from='client.? 172.21.15.177:0/3082350039' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7cbf0115-5dae-41dd-a08e-0e85f4f0407e"}]: dispatch 2024-02-19T23:29:40.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:40 smithi177 conmon[43314]: audit 2024-02-19T23:29:40.011716+0000 mon.smithi038 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7cbf0115-5dae-41dd-a08e-0e85f4f0407e"}]: dispatch 2024-02-19T23:29:40.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:40 smithi177 conmon[43314]: audit 2024-02-19T23:29:40.020626+0000 mon.smithi038 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7cbf0115-5dae-41dd-a08e-0e85f4f0407e"}]': finished 2024-02-19T23:29:40.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:40 smithi177 conmon[43314]: cluster 2024-02-19T23:29:40.020686+0000 mon.smithi038 (mon.0) 291 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-19T23:29:40.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:40 smithi177 conmon[43314]: audit 2024-02-19T23:29:40.020843+0000 mon.smithi038 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:29:40.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:40 smithi177 conmon[43314]: audit 2024-02-19T23:29:40.021323+0000 mon.smithi038 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:29:40.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:40 smithi177 conmon[43314]: audit 2024-02-19T23:29:40.021614+0000 mon.smithi038 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:29:40.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:40 smithi177 conmon[43314]: audit 2024-02-19T23:29:40.021908+0000 mon.smithi038 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:29:40.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:40 smithi177 conmon[43314]: audit 2024-02-19T23:29:40.022212+0000 mon.smithi038 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:29:40.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:40 smithi038 conmon[37921]: cluster 2024-02-19T23:29:38.465521+0000 mgr.smithi038.xcqglv (mgr.14182) 75 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:40.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:40 smithi038 conmon[37921]: audit 2024-02-19T23:29:39.769968+0000 mon.smithi038 (mon.0) 288 : audit [DBG] from='client.? 172.21.15.38:0/2912078089' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:29:40.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:40 smithi038 conmon[37921]: audit 2024-02-19T23:29:40.011063+0000 mon.smithi177 (mon.1) 6 : audit [INF] from='client.? 172.21.15.177:0/3082350039' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7cbf0115-5dae-41dd-a08e-0e85f4f0407e"}]: dispatch 2024-02-19T23:29:40.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:40 smithi038 conmon[37921]: audit 2024-02-19T23:29:40.011716+0000 mon.smithi038 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7cbf0115-5dae-41dd-a08e-0e85f4f0407e"}]: dispatch 2024-02-19T23:29:40.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:40 smithi038 conmon[37921]: audit 2024-02-19T23:29:40.020626+0000 mon.smithi038 (mon.0) 290 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7cbf0115-5dae-41dd-a08e-0e85f4f0407e"}]': finished 2024-02-19T23:29:40.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:40 smithi038 conmon[37921]: cluster 2024-02-19T23:29:40.020686+0000 mon.smithi038 (mon.0) 291 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-19T23:29:40.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:40 smithi038 conmon[37921]: audit 2024-02-19T23:29:40.020843+0000 mon.smithi038 (mon.0) 292 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:29:40.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:40 smithi038 conmon[37921]: audit 2024-02-19T23:29:40.021323+0000 mon.smithi038 (mon.0) 293 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:29:40.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:40 smithi038 conmon[37921]: audit 2024-02-19T23:29:40.021614+0000 mon.smithi038 (mon.0) 294 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:29:40.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:40 smithi038 conmon[37921]: audit 2024-02-19T23:29:40.021908+0000 mon.smithi038 (mon.0) 295 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:29:40.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:40 smithi038 conmon[37921]: audit 2024-02-19T23:29:40.022212+0000 mon.smithi038 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:29:41.022 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:29:41.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:41 smithi038 conmon[37921]: audit 2024-02-19T23:29:41.022710+0000 mon.smithi038 (mon.0) 297 : audit [DBG] from='client.? 172.21.15.38:0/2278759583' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:41.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:41 smithi038 conmon[37921]: audit 2024-02-19T23:29:41.279265+0000 mon.smithi177 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.177:0/4181457559' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:29:41.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:41 smithi177 conmon[43314]: audit 2024-02-19T23:29:41.022710+0000 mon.smithi038 (mon.0) 297 : 2024-02-19T23:29:41.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:41 smithi177 conmon[43314]: audit [DBG] from='client.? 172.21.15.38:0/2278759583' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:41.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:41 smithi177 conmon[43314]: audit 2024-02-19T23:29:41.279265+0000 mon.smithi177 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.177:0/4181457559' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:29:41.877 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1708385380,"num_remapped_pgs":0} 2024-02-19T23:29:42.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:42 smithi038 conmon[37921]: cluster 2024-02-19T23:29:40. 2024-02-19T23:29:42.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:42 smithi038 conmon[37921]: 465856+0000 mgr.smithi038.xcqglv (mgr.14182) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:42.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:42 smithi177 conmon[43314]: cluster 2024-02-19T23:29:40.465856+0000 mgr.smithi038.xcqglv (mgr.14182) 76 : cluster 2024-02-19T23:29:42.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:42 smithi177 conmon[43314]: [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:42.878 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:29:43.594 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:43 smithi038 conmon[37921]: audit 2024-02-19T23:29:42.368865+0000 mon.smithi038 (mon.0) 298 : audit [INF] from='client.? 172.21.15.38:0/1195824555' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "858a3615-5e37-40bb-bf8d-9d0c380a0e0e"}]: dispatch 2024-02-19T23:29:43.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:43 smithi038 conmon[37921]: audit 2024-02-19T23:29:42.372523+0000 mon.smithi038 (mon.0) 299 : audit [INF] from='client.? 172.21.15.38:0/1195824555' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "858a3615-5e37-40bb-bf8d-9d0c380a0e0e"}]': finished 2024-02-19T23:29:43.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:43 smithi038 conmon[37921]: cluster 2024-02-19T23:29:42.372573+0000 mon.smithi038 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-19T23:29:43.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:43 smithi038 conmon[37921]: audit 2024-02-19T23:29:42.372689+0000 mon.smithi038 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:29:43.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:43 smithi038 conmon[37921]: audit 2024-02-19T23:29:42.373091+0000 mon.smithi038 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:29:43.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:43 smithi038 conmon[37921]: audit 2024-02-19T23 2024-02-19T23:29:43.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:43 smithi038 conmon[37921]: :29:42.373349+0000 mon.smithi038 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:29:43.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:43 smithi038 conmon[37921]: audit 2024-02-19T23:29:42.373595+0000 mon.smithi038 (mon.0) 304 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:29:43.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:43 smithi038 conmon[37921]: audit 2024-02-19T23:29:42.373846+0000 mon.smithi038 (mon.0) 305 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:29:43.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:43 smithi038 conmon[37921]: audit 2024-02-19T23:29:42.374091+0000 mon.smithi038 (mon.0) 306 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:29:43.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:43 smithi177 conmon[43314]: audit 2024-02-19T23:29:42.368865+0000 mon.smithi038 (mon.0) 298 : audit [INF] from='client.? 172.21.15.38:0/1195824555' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "858a3615-5e37-40bb-bf8d-9d0c380a0e0e"}]: dispatch 2024-02-19T23:29:43.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:43 smithi177 conmon[43314]: 2024-02-19T23:29:43.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:43 smithi177 conmon[43314]: audit 2024-02-19T23:29:42.372523+0000 mon.smithi038 (mon.0) 299 : 2024-02-19T23:29:43.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:43 smithi177 conmon[43314]: audit [INF] from='client.? 172.21.15.38:0/1195824555' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "858a3615-5e37-40bb-bf8d-9d0c380a0e0e"}]': finished 2024-02-19T23:29:43.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:43 smithi177 conmon[43314]: cluster 2024-02-19T23:29:42.372573 2024-02-19T23:29:43.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:43 smithi177 conmon[43314]: +0000 mon.smithi038 (mon.0) 300 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-19T23:29:43.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:43 smithi177 conmon[43314]: audit 2024-02-19T 2024-02-19T23:29:43.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:43 smithi177 conmon[43314]: 23:29:42.372689+0000 mon.smithi038 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:29:43.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:43 smithi177 conmon[43314]: audit 2024-02-19 2024-02-19T23:29:43.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:43 smithi177 conmon[43314]: T23:29:42.373091+0000 mon.smithi038 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:29:43.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:43 smithi177 conmon[43314]: audit 2024-02- 2024-02-19T23:29:43.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:43 smithi177 conmon[43314]: 19T23:29:42.373349+0000 mon.smithi038 (mon.0) 303 : audit [DBG] 2024-02-19T23:29:43.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:43 smithi177 conmon[43314]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:29:43.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:43 smithi177 conmon[43314]: audit 2024 2024-02-19T23:29:43.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:43 smithi177 conmon[43314]: -02-19T23:29:42.373595+0000 mon.smithi038 (mon. 2024-02-19T23:29:43.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:43 smithi177 conmon[43314]: 0) 304 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:29:43.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:43 smithi177 conmon[43314]: audit 2024-02-19T23:29:43.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:43 smithi177 conmon[43314]: 2024-02-19T23:29:42.373846+0000 mon.smithi038 (mon 2024-02-19T23:29:43.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:43 smithi177 conmon[43314]: .0) 305 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:29:43.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:43 smithi177 conmon[43314]: audit 2024-02-19 2024-02-19T23:29:43.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:43 smithi177 conmon[43314]: T23:29:42.374091+0000 mon.smithi038 (mon.0) 306 : audit 2024-02-19T23:29:43.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:43 smithi177 conmon[43314]: [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:29:44.643 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:44 smithi038 conmon[37921]: cluster 2024-02-19T23:29:42.466255+0000 mgr.smithi038.xcqglv (mgr.14182) 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:44.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:44 smithi038 conmon[37921]: audit 2024-02-19T23:29:43.791048+0000 mon.smithi177 (mon.1) 8 : audit [INF] from='client.? 172.21.15.177:0/2559447698' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85edd506-dbc4-4d44-89fd-9ca48fd6e2a8"}]: dispatch 2024-02-19T23:29:44.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:44 smithi038 conmon[37921]: audit 2024-02-19T23:29:43.791378+0000 mon.smithi038 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85edd506-dbc4-4d44-89fd-9ca48fd6e2a8"}]: dispatch 2024-02-19T23:29:44.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:44 smithi038 conmon[37921]: audit 2024-02-19T23:29:43.797930+0000 mon.smithi038 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "85edd506-dbc4-4d44-89fd-9ca48fd6e2a8"}]': finished 2024-02-19T23:29:44.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:44 smithi038 conmon[37921]: cluster 2024-02-19T23:29:43.797984+0000 mon.smithi038 (mon.0) 309 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-19T23:29:44.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:44 smithi038 conmon[37921]: audit 2024-02-19T23:29:43.798101+0000 mon.smithi038 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:29:44.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:44 smithi038 conmon[37921]: audit 2024-02-19T23:29:43.798388+0000 mon.smithi038 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:29:44.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:44 smithi038 conmon[37921]: audit 2024-02-19T23:29:43.798546+0000 mon.smithi038 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:29:44.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:44 smithi038 conmon[37921]: audit 2024-02-19T23:29:43.798722+0000 mon.smithi038 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:29:44.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:44 smithi038 conmon[37921]: audit 2024-02-19T23:29:43.798896+0000 mon.smithi038 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:29:44.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:44 smithi038 conmon[37921]: audit 2024-02-19T23:29:43.799050+0000 mon.smithi038 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:29:44.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:44 smithi038 conmon[37921]: audit 2024-02-19T23:29:43.799213+0000 mon.smithi038 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:29:44.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:44 smithi038 conmon[37921]: audit 2024-02-19T23:29:43.909111+0000 mon.smithi038 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.38:0/4241539251' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:29:44.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:44 smithi177 conmon[43314]: cluster 2024-02-19T23:29:42.466255+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:29:44.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:44 smithi177 conmon[43314]: 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:44.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:44 smithi177 conmon[43314]: audit 2024-02-19T23:29:43.791048+0000 mon.smithi177 (mon.1) 8 : audit [INF] from='client.? 172.21.15.177:0/2559447698' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85edd506-dbc4-4d44-89fd-9ca48fd6e2a8"}]: dispatch 2024-02-19T23:29:44.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:44 smithi177 conmon[43314]: audit 2024-02-19T23:29:43.791378+0000 mon.smithi038 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "85edd506-dbc4-4d44-89fd-9ca48fd6e2a8"}]: dispatch 2024-02-19T23:29:44.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:44 smithi177 conmon[43314]: audit 2024-02-19T23:29:43.797930+0000 mon.smithi038 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "85edd506-dbc4-4d44-89fd-9ca48fd6e2a8"}]': finished 2024-02-19T23:29:44.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:44 smithi177 conmon[43314]: cluster 2024-02-19T23:29:43.797984+0000 mon.smithi038 (mon.0) 309 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-19T23:29:44.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:44 smithi177 conmon[43314]: audit 2024-02-19T23:29:43.798101+0000 mon.smithi038 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:29:44.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:44 smithi177 conmon[43314]: audit 2024-02-19T23:29:43.798388+0000 mon.smithi038 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:29:44.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:44 smithi177 conmon[43314]: audit 2024-02-19T23:29:43.798546+0000 mon.smithi038 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:29:44.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:44 smithi177 conmon[43314]: audit 2024-02-19T23:29:43.798722+0000 mon.smithi038 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:29:44.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:44 smithi177 conmon[43314]: audit 2024-02-19T23:29:43.798896+0000 mon.smithi038 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:29:44.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:44 smithi177 conmon[43314]: audit 2024-02-19T23:29:43.799050+0000 mon.smithi038 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:29:44.676 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:44 smithi177 conmon[43314]: audit 2024-02-19T23:29:43.799213+0000 mon.smithi038 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:29:44.676 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:44 smithi177 conmon[43314]: audit 2024-02-19T23:29:43.909111+0000 mon.smithi038 (mon.0) 317 : audit [DBG] from='client.? 172.21.15.38:0/4241539251' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:29:45.033 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:29:45.737 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:45 smithi038 conmon[37921]: audit 2024-02-19T23:29:45.033990+0000 mon.smithi177 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.38:0/1251700622' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:45.737 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:45 smithi038 conmon[37921]: audit 2024-02-19T23:29 2024-02-19T23:29:45.737 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:45 smithi038 conmon[37921]: :45.049066+0000 mon.smithi177 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.177:0/496935573' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:29:45.760 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1708385383,"num_remapped_pgs":0} 2024-02-19T23:29:45.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:45 smithi177 conmon[43314]: audit 2024-02-19T23:29:45.033990+0000 mon.smithi177 (mon.1 2024-02-19T23:29:45.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:45 smithi177 conmon[43314]: ) 9 : audit [DBG] from='client.? 172.21.15.38:0/1251700622' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:45.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:45 smithi177 conmon[43314]: audit 2024-02-19T23:29:45.049066+0000 mon.smithi177 (mon.1) 10 : audit [DBG] from='client.? 172.21.15.177:0/496935573' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:29:46.635 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:46 smithi038 conmon[37921]: cluster 2024-02-19T23:29:44.466532+0000 mgr.smithi038.xcqglv (mgr.14182) 78 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:46.761 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:29:46.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:46 smithi177 conmon[43314]: cluster 2024-02-19T23:29:44.466532+0000 mgr.smithi038.xcqglv (mgr.14182) 78 : cluster 2024-02-19T23:29:46.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:46 smithi177 conmon[43314]: [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:47.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:47 smithi038 conmon[37921]: audit 2024-02-19T23:29:46.493856+0000 mon.smithi038 (mon.0) 318 : audit [INF] from='client.? 172.21.15.38:0/393640264' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c2a302ac-836d-4d9b-a9d8-e6cb5b03f759"}]: dispatch 2024-02-19T23:29:47.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:47 smithi038 conmon[37921]: audit 2024-02-19T23:29:46.499376+0000 mon.smithi038 (mon.0) 319 : audit [INF] from='client.? 172.21.15.38:0/393640264' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c2a302ac-836d-4d9b-a9d8-e6cb5b03f759"}]': finished 2024-02-19T23:29:47.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:47 smithi038 conmon[37921]: cluster 2024-02-19T23:29:46.499436+0000 mon.smithi038 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-19T23:29:47.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:47 smithi038 conmon[37921]: audit 2024-02-19T23:29:46.499585+0000 mon.smithi038 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:29:47.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:47 smithi038 conmon[37921]: audit 2024-02-19T23:29:46.499992+0000 mon.smithi038 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:29:47.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:47 smithi038 conmon[37921]: audit 2024-02-19T23:29:46.500242+0000 mon.smithi038 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:29:47.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:47 smithi038 conmon[37921]: audit 2024-02-19T23:29:46.500470+0000 mon.smithi038 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:29:47.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:47 smithi038 conmon[37921]: audit 2024-02-19T23:29:46.500703+0000 mon.smithi038 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:29:47.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:47 smithi038 conmon[37921]: audit 2024-02-19T23:29:46.500956+0000 mon.smithi038 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:29:47.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:47 smithi038 conmon[37921]: audit 2024-02-19T23:29:46.501193+0000 mon.smithi038 (mon.0) 327 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:29:47.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:47 smithi038 conmon[37921]: audit 2024-02-19T23:29:46.501425+0000 mon.smithi038 (mon.0) 328 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:29:47.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: audit 2024-02-19T23:29:46.493856+0000 mon.smithi038 (mon.0 2024-02-19T23:29:47.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: ) 318 : audit [INF] from='client.? 172.21.15.38:0/393640264' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c2a302ac-836d-4d9b-a9d8-e6cb5b03f759"}]: dispatch 2024-02-19T23:29:47.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: audit 2024-02-19T23:29:46.499376+0000 mon.smithi038 (mon.0) 319 : audit [INF] from='client.? 172.21.15.38:0/393640264' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c2a302ac-836d-4d9b-a9d8-e6cb5b03f759"}]': finished 2024-02-19T23:29:47.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: cluster 2024-02-19T23:29:46.499436+0000 mon.smithi038 (mon.0) 320 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-19T23:29:47.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: audit 2024-02-19T23:29:46.499585+0000 mon.smithi038 2024-02-19T23:29:47.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:29:47.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: audit 2024-02-19T 2024-02-19T23:29:47.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: 23:29:46.499992+0000 mon.smithi038 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:29:47.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: audit 2024-02-19T 2024-02-19T23:29:47.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: 23:29:46.500242+0000 mon.smithi038 (mon.0) 323 : audit [DBG] 2024-02-19T23:29:47.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:29:47.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: audit 2024-02-19T23: 2024-02-19T23:29:47.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: 29:46.500470+0000 mon.smithi038 (mon.0) 324 : audit 2024-02-19T23:29:47.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:29:47.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: audit 2024 2024-02-19T23:29:47.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: -02-19T23:29:46.500703+0000 mon.smithi038 ( 2024-02-19T23:29:47.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:29:47.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: audit 2024-02 2024-02-19T23:29:47.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: -19T23:29:46.500956+0000 mon.smithi038 (mon.0) 326 2024-02-19T23:29:47.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:29:47.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:29:47.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: 02-19T23:29:46.501193+0000 mon.smithi038 (mon 2024-02-19T23:29:47.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: .0) 327 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:29:47.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: audit 2024-02 2024-02-19T23:29:47.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: -19T23:29:46.501425+0000 mon.smithi038 (mon.0) 2024-02-19T23:29:47.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:47 smithi177 conmon[43314]: 328 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:29:48.493 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:48 smithi038 conmon[37921]: cluster 2024-02-19T23:29:46.466775+0000 mgr.smithi038.xcqglv (mgr.14182) 79 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:48.493 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:48 smithi038 conmon[37921]: audit 2024-02-19T23:29:47.993686+0000 mon.smithi038 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.38:0/3674503740' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:29:48.768 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:48 smithi177 conmon[43314]: cluster 2024-02-19T23:29:46.466775+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:29:48.768 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:48 smithi177 conmon[43314]: 79 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:48.768 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:48 smithi177 conmon[43314]: audit 2024-02-19T23:29:47.993686+0000 mon.smithi038 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.38:0/3674503740' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:29:48.890 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:29:49.655 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708385386,"num_remapped_pgs":0} 2024-02-19T23:29:49.740 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:49 smithi177 conmon[43314]: audit 2024-02-19T23:29:48.891263+0000 mon.smithi038 (mon.0) 330 : audit [DBG] from='client.? 172.21.15.38:0/2599727935' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:49.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:49 smithi038 conmon[37921]: audit 2024-02-19T23:29:48.891263+0000 mon.smithi038 (mon.0) 330 : audit 2024-02-19T23:29:49.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:49 smithi038 conmon[37921]: [DBG] from='client.? 172.21.15.38:0/2599727935' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:50.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:50 smithi038 conmon[37921]: cluster 2024-02-19T23:29:48.467159+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:29:50.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:50 smithi038 conmon[37921]: .14182) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:50.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:50 smithi038 conmon[37921]: audit 2024-02-19T23:29:50.319626+0000 mon.smithi038 (mon.0) 331 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-19T23:29:50.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:50 smithi038 conmon[37921]: audit 2024-02-19T23:29:50.320338+0000 mon.smithi038 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:50.656 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:29:50.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:50 smithi177 conmon[43314]: cluster 2024-02-19T23:29:48.467159+0000 mgr.smithi038.xcqglv (mgr.14182) 80 : 2024-02-19T23:29:50.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:50 smithi177 conmon[43314]: cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:50.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:50 smithi177 conmon[43314]: audit 2024-02-19T23:29:50.319626+0000 mon.smithi038 (mon.0) 331 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-19T23:29:50.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:50 smithi177 conmon[43314]: audit 2024-02-19T23:29:50.320338+0000 mon.smithi038 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:51.539 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:51 smithi038 conmon[37921]: cephadm 2024-02-19T23:29:50.320965+0000 mgr.smithi038.xcqglv (mgr.14182) 81 : cephadm [INF] Deploying daemon osd.0 on smithi177 2024-02-19T23:29:51.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:51 smithi177 conmon[43314]: cephadm 2024-02-19T23:29:50.320965+0000 mgr.smithi038.xcqglv (mgr.14182) 81 : cephadm 2024-02-19T23:29:51.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:51 smithi177 conmon[43314]: [INF] Deploying daemon osd.0 on smithi177 2024-02-19T23:29:52.467 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:52 smithi038 conmon[37921]: cluster 2024-02-19T23:29:50.467486+0000 mgr.smithi038.xcqglv (mgr.14182) 82 : 2024-02-19T23:29:52.467 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:52 smithi038 conmon[37921]: cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:52.744 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:52 smithi177 conmon[43314]: cluster 2024-02-19T23:29:50.467486+0000 mgr.smithi038.xcqglv (mgr.14182) 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:52.908 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:29:53.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:53 smithi177 conmon[43314]: audit 2024-02-19T23:29:52.908121+0000 mon.smithi038 (mon.0) 333 : audit 2024-02-19T23:29:53.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:53 smithi177 conmon[43314]: [DBG] from='client.? 172.21.15.38:0/2118272449' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:53.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:53 smithi038 conmon[37921]: audit 2024-02-19T23:29:52.908121+0000 mon.smithi038 (mon.0) 333 : audit [DBG] from='client.? 172.21.15.38:0/2118272449' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:54.106 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708385386,"num_remapped_pgs":0} 2024-02-19T23:29:54.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:54 smithi177 conmon[43314]: cluster 2024-02-19T23:29:52.467798+0000 mgr.smithi038.xcqglv 2024-02-19T23:29:54.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:54 smithi177 conmon[43314]: (mgr.14182) 83 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:54.817 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:54 smithi038 conmon[37921]: cluster 2024-02-19T23:29:52.467798+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:29:54.818 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:54 smithi038 conmon[37921]: ) 83 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:55.107 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:29:56.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:55 smithi038 conmon[37921]: cluster 2024-02-19T23:29:54.468088+0000 mgr.smithi038.xcqglv (mgr.14182) 84 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:56.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:55 smithi038 conmon[37921]: audit 2024-02-19T23:29:54.962329+0000 mon.smithi038 (mon.0) 334 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:56.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:55 smithi038 conmon[37921]: audit 2024-02-19T23:29:54.963415+0000 mon.smithi038 (mon.0) 335 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-19T23:29:56.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:55 smithi038 conmon[37921]: audit 2024-02-19T23:29:54.964538+0000 mon.smithi038 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:56.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:55 smithi038 conmon[37921]: cephadm 2024-02-19T23:29:54.965346+0000 mgr.smithi038.xcqglv (mgr.14182) 85 : cephadm [INF] Deploying daemon osd.2 on smithi177 2024-02-19T23:29:56.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:55 smithi038 conmon[37921]: audit 2024-02-19T23:29:55.598856+0000 mon.smithi038 (mon.0) 337 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-19T23:29:56.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:55 smithi038 conmon[37921]: audit 2024-02-19T23:29:55.599642+0000 mon.smithi038 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:56.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:55 smithi177 conmon[43314]: cluster 2024-02-19T23:29:54.468088+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:29:56.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:55 smithi177 conmon[43314]: 84 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:56.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:55 smithi177 conmon[43314]: audit 2024-02-19T23:29:54.962329+0000 mon.smithi038 (mon.0) 334 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:29:56.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:55 smithi177 conmon[43314]: audit 2024-02-19T23:29:54.963415+0000 mon.smithi038 (mon.0) 335 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-19T23:29:56.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:55 smithi177 conmon[43314]: audit 2024-02-19T23:29:54.964538+0000 mon.smithi038 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:56.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:55 smithi177 conmon[43314]: cephadm 2024-02-19T23:29:54.965346+0000 mgr.smithi038.xcqglv (mgr.14182) 85 : cephadm [INF] Deploying daemon osd.2 on smithi177 2024-02-19T23:29:56.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:55 smithi177 conmon[43314]: audit 2024-02-19T23:29:55.598856+0000 mon.smithi038 (mon.0) 337 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-19T23:29:56.266 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:55 smithi177 conmon[43314]: audit 2024-02-19T23:29:55.599642+0000 mon.smithi038 (mon.0) 338 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:29:57.059 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:56 smithi038 conmon[37921]: cephadm 2024-02-19T23:29:55.600267+0000 mgr.smithi038.xcqglv (mgr.14182) 86 : cephadm [INF] Deploying daemon osd.1 on smithi038 2024-02-19T23:29:57.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:56 smithi177 conmon[43314]: cephadm 2024-02-19T23:29:55.600267+0000 mgr.smithi038.xcqglv (mgr.14182) 86 : cephadm [INF] Deploying daemon osd.1 on smithi038 2024-02-19T23:29:58.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:57 smithi177 conmon[43314]: cluster 2024-02-19T23:29:56.468378+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:29:58.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:57 smithi177 conmon[43314]: 14182) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:58.075 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:29:58.245 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:57 smithi038 conmon[37921]: cluster 2024-02-19T23:29:56.468378+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:29:58.245 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:57 smithi038 conmon[37921]: 14182) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:29:59.266 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:58 smithi038 conmon[37921]: audit 2024-02-19T23:29:58.076158+0000 mon.smithi038 (mon.0) 339 : audit [DBG] from='client.? 172.21.15.38:0/2150414869' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:59.266 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:58 smithi038 conmon[37921]: audit 2024-02-19T23:29:58.173235+0000 mon.smithi177 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.177:6800/1928153511,v1:172.21.15.177:6801/1928153511]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-19T23:29:59.266 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:58 smithi038 conmon[37921]: audit 2024-02-19T23:29:58.173835+0000 mon.smithi038 (mon.0) 340 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-19T23:29:59.290 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708385386,"num_remapped_pgs":0} 2024-02-19T23:29:59.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:58 smithi177 conmon[43314]: audit 2024-02-19T23:29:58.076158+0000 mon.smithi038 (mon.0) 2024-02-19T23:29:59.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:58 smithi177 conmon[43314]: 339 : audit [DBG] from='client.? 172.21.15.38:0/2150414869' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:29:59.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:58 smithi177 conmon[43314]: audit 2024-02-19T23:29:58.173235+0000 mon.smithi177 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.177:6800/1928153511,v1:172.21.15.177:6801/1928153511]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-19T23:29:59.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:58 smithi177 conmon[43314]: audit 2024-02-19T23:29:58.173835+0000 mon.smithi038 (mon.0) 340 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-19T23:30:00.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: cluster 2024-02-19T23:29:58.468647+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:30:00.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: mgr.14182) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:00.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: audit 2024-02-19T23:29:58.989115+0000 mon.smithi038 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-19T23:30:00.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: cluster 2024-02-19T23:29:58.989226+0000 2024-02-19T23:30:00.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: mon.smithi038 (mon.0) 342 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-19T23:30:00.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: audit 2024-02-19T23:29:58. 2024-02-19T23:30:00.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: 989363+0000 mon.smithi038 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:30:00.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: 2024-02-19T23:30:00.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: audit 2024-02 2024-02-19T23:30:00.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: -19T23:29:58.989744+0000 mon.smithi038 ( 2024-02-19T23:30:00.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:00.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:30:00.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: 02-19T23:29:58.989794+0000 mon.smithi177 (mon. 2024-02-19T23:30:00.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: 1) 12 : audit [INF] from='osd.0 [v2:172.21.15.177:6800/1928153511,v1:172.21.15.177:6801/1928153511]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-02-19T23:30:00.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: audit 2024 2024-02-19T23:30:00.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: -02-19T23:29:58.989960+0000 mon.smithi038 (mon 2024-02-19T23:30:00.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: .0) 345 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:30:00.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:30:00.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: 02-19T23:29:58.990243+0000 mon.smithi038 (mon. 2024-02-19T23:30:00.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: 0) 346 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:00.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:30:00.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: 02-19T23:29:58.990531+0000 mon.smithi038 (mon. 2024-02-19T23:30:00.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: 0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-02-19T23:30:00.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: audit 2024-02-19T23:30:00.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: 2024-02-19T23:29:58.990782 2024-02-19T23:30:00.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: +0000 mon.smithi038 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:00.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: audit 2024-02- 2024-02-19T23:30:00.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: 19T23:29:58.990994+0000 mon.smithi038 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:00.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: 2024-02-19T23:30:00.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:30:00.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: 02-19T23:29:58.991234+0000 mon.smithi038 2024-02-19T23:30:00.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:00.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: audit 2024-02-19T23:30:00.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: 2024-02-19T23:29:58.991442+0000 2024-02-19T23:30:00.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: mon.smithi038 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:00.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:30:00.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: 02-19T23:29:59.956253+0000 mon.smithi038 (mon.0 2024-02-19T23:30:00.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: ) 352 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:00.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: audit 2024-02- 2024-02-19T23:30:00.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: 19T23:29:59.957056+0000 mon.smithi038 (mon.0) 353 : audit 2024-02-19T23:30:00.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-19T23:30:00.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: audit 2024-02-19T23: 2024-02-19T23:30:00.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:29:59 smithi177 conmon[43314]: 29:59.957728+0000 mon.smithi038 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:30:00.294 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:30:00.329 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:59 smithi038 conmon[37921]: cluster 2024-02-19T23:29:58.468647+0000 mgr.smithi038.xcqglv (mgr.14182) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:00.329 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:59 smithi038 conmon[37921]: audit 2024-02-19T23:29:58.989115+0000 mon.smithi038 (mon.0) 341 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-19T23:30:00.329 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:59 smithi038 conmon[37921]: cluster 2024-02-19T23:29:58.989226+0000 mon.smithi038 (mon.0) 342 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-19T23:30:00.329 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:59 smithi038 conmon[37921]: audit 2024-02-19T23:29:58.989363+0000 mon.smithi038 (mon.0) 343 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:30:00.330 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:59 smithi038 conmon[37921]: audit 2024-02-19T23:29:58.989744+0000 mon.smithi038 (mon 2024-02-19T23:30:00.330 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:59 smithi038 conmon[37921]: .0) 344 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:00.330 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:59 smithi038 conmon[37921]: audit 2024-02-19T23:29:58.989794+0000 mon.smithi177 (mon.1) 12 : audit [INF] from='osd.0 [v2:172.21.15.177:6800/1928153511,v1:172.21.15.177:6801/1928153511]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-02-19T23:30:00.330 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:59 smithi038 conmon[37921]: audit 2024-02-19T23:29:58.989960+0000 mon.smithi038 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:30:00.330 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:59 smithi038 conmon[37921]: audit 2024-02-19T23:29:58.990243+0000 mon.smithi038 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:00.330 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:59 smithi038 conmon[37921]: audit 2024-02-19T23:29:58.990531+0000 mon.smithi038 (mon.0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-02-19T23:30:00.330 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:59 smithi038 conmon[37921]: audit 2024-02-19T23:29:58.990782+0000 mon.smithi038 (mon.0) 348 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:00.330 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:59 smithi038 conmon[37921]: audit 2024-02-19T23:29:58.990994+0000 mon.smithi038 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:00.330 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:59 smithi038 conmon[37921]: audit 2024-02-19T23:29:58.991234+0000 mon.smithi038 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:00.330 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:59 smithi038 conmon[37921]: audit 2024-02-19T23:29:58.991442+0000 mon.smithi038 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:00.330 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:59 smithi038 conmon[37921]: audit 2024-02-19T23:29:59.956253+0000 mon.smithi038 (mon.0) 352 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:00.330 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:59 smithi038 conmon[37921]: audit 2024-02-19T23:29:59.957056+0000 mon.smithi038 (mon.0) 353 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-19T23:30:00.330 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:29:59 smithi038 conmon[37921]: audit 2024-02-19T23:29:59.957728+0000 mon.smithi038 (mon.0) 354 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:30:01.159 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:00 smithi038 conmon[37921]: cephadm 2024-02-19T23:29:59.958360+0000 2024-02-19T23:30:01.159 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:00 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 89 : cephadm [INF] Deploying daemon osd.4 on smithi177 2024-02-19T23:30:01.159 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:00 smithi038 conmon[37921]: audit 2024-02-19T23:29:59.988744+0000 mon.smithi038 (mon.0) 355 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-02-19T23:30:01.159 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:00 smithi038 conmon[37921]: cluster 2024-02-19T23:29:59.988804+0000 mon.smithi038 (mon.0) 356 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-19T23:30:01.160 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:00 smithi038 conmon[37921]: audit 2024-02-19T23:29:59.989256+0000 mon.smithi038 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:30:01.160 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:00 smithi038 conmon[37921]: audit 2024-02-19T23:29:59.989653+0000 mon.smithi038 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:01.160 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:00 smithi038 conmon[37921]: audit 2024-02-19T23:29:59.989959+0000 mon.smithi038 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:30:01.160 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:00 smithi038 conmon[37921]: audit 2024-02-19T23:29:59.994290+0000 mon.smithi038 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:01.160 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:00 smithi038 conmon[37921]: audit 2024-02-19T23:29:59.994842+0000 mon.smithi038 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:01.160 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:00 smithi038 conmon[37921]: audit 2024-02-19T23:29:59.995111+0000 mon.smithi038 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:01.160 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:00 smithi038 conmon[37921]: audit 2024-02-19T23:29:59.995368+0000 mon.smithi038 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:01.160 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:00 smithi038 conmon[37921]: audit 2024-02-19T23:29:59.995618+0000 mon.smithi038 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:01.160 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:00 smithi038 conmon[37921]: audit 2024-02-19T23:29:59.995919+0000 mon.smithi038 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:30:01.160 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:00 smithi038 conmon[37921]: cluster 2024-02-19T23:30:00.000077+0000 mon.smithi038 (mon.0) 366 : cluster [INF] overall HEALTH_OK 2024-02-19T23:30:01.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:01 smithi177 conmon[43314]: cephadm 2024-02-19T23:29:59.958360+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:30:01.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:01 smithi177 conmon[43314]: mgr.14182) 89 : cephadm [INF] Deploying daemon osd.4 on smithi177 2024-02-19T23:30:01.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:01 smithi177 conmon[43314]: audit 2024-02-19T23:29:59.988744+0000 mon.smithi038 (mon.0) 355 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-02-19T23:30:01.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:01 smithi177 conmon[43314]: cluster 2024-02-19T23:29:59.988804+0000 mon.smithi038 (mon.0) 356 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-19T23:30:01.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:01 smithi177 conmon[43314]: audit 2024-02-19T23:29:59.989256+0000 mon.smithi038 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:30:01.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:01 smithi177 conmon[43314]: audit 2024-02-19T23:29:59.989653+0000 mon.smithi038 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:01.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:01 smithi177 conmon[43314]: audit 2024-02-19T23:29:59.989959+0000 mon.smithi038 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:30:01.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:01 smithi177 conmon[43314]: audit 2024-02-19T23:29:59.994290+0000 mon.smithi038 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:01.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:01 smithi177 conmon[43314]: audit 2024-02-19T23:29:59.994842+0000 mon.smithi038 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:01.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:01 smithi177 conmon[43314]: audit 2024-02-19T23:29:59.995111+0000 mon.smithi038 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:01.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:01 smithi177 conmon[43314]: audit 2024-02-19T23:29:59.995368+0000 mon.smithi038 (mon.0) 363 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:01.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:01 smithi177 conmon[43314]: audit 2024-02-19T23:29:59.995618 2024-02-19T23:30:01.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:01 smithi177 conmon[43314]: +0000 mon.smithi038 (mon.0) 364 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:01.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:01 smithi177 conmon[43314]: audit 2024-02-19T23:29:59.995919+0000 2024-02-19T23:30:01.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:01 smithi177 conmon[43314]: mon.smithi038 (mon.0) 365 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:30:01.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:01 smithi177 conmon[43314]: cluster 2024-02-19T23 2024-02-19T23:30:01.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:01 smithi177 conmon[43314]: :30:00.000077+0000 mon.smithi038 (mon.0 2024-02-19T23:30:01.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:01 smithi177 conmon[43314]: ) 366 : cluster [INF] overall HEALTH_OK 2024-02-19T23:30:02.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: cluster 2024-02-19T23:29:59.142733+0000 osd.0 (osd 2024-02-19T23:30:02.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: .0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:30:02.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: cluster 2024-02-19T23:29:59.142792+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:30:02.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: cluster 2024-02-19T23:30:00.468938+0000 mgr.smithi038.xcqglv (mgr.14182) 90 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:02.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: audit 2024-02-19T23:30:00.996071+0000 mon.smithi038 (mon.0 2024-02-19T23:30:02.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: ) 367 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:30:02.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: cluster 2024-02-19T23:30:02.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: 2024-02-19T23:30:01.000406+0000 mon.smithi038 (mon.0) 368 : cluster [INF] osd.0 [v2:172.21.15.177:6800/1928153511,v1:172.21.15.177:6801/1928153511] boot 2024-02-19T23:30:02.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: cluster 2024-02-19T23:30:01.000451+0000 mon.smithi038 ( 2024-02-19T23:30:02.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: mon.0) 369 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-19T23:30:02.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: audit 2024-02-19T23:30:01.000814+0000 mon.smithi038 (mon 2024-02-19T23:30:02.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: .0) 370 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:30:02.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: audit 2024-02-19T23:30:02.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: 2024-02-19T23:30:01.001231+0000 mon.smithi038 (mon.0) 371 : audit [DBG] 2024-02-19T23:30:02.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:02.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: audit 2024-02-19T23 2024-02-19T23:30:02.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: :30:01.001410+0000 mon.smithi038 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:30:02.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: audit 2024-02-19T23:30:01.001581+0000 mon.smithi038 (mon.0) 373 : audit 2024-02-19T23:30:02.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:02.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: audit 2024-02 2024-02-19T23:30:02.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: -19T23:30:01.001752+0000 mon.smithi038 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:02.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: audit 2024-02-19T23:30:01.001920+0000 mon.smithi038 ( 2024-02-19T23:30:02.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:02.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: audit 2024-02-19T23:30:01.002103+0000 mon.smithi038 (mon.0) 376 : audit 2024-02-19T23:30:02.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:02.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: audit 2024-02-19T23: 2024-02-19T23:30:02.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:01 smithi038 conmon[37921]: 30:01.002252+0000 mon.smithi038 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:02.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:02 smithi177 conmon[43314]: cluster 2024-02-19T23:29:59.142733+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:30:02.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:02 smithi177 conmon[43314]: cluster 2024-02-19T23:29:59.142792+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:30:02.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:02 smithi177 conmon[43314]: cluster 2024-02-19T23:30:00.468938+0000 mgr.smithi038.xcqglv (mgr.14182) 90 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:30:02.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:02 smithi177 conmon[43314]: audit 2024-02-19T23:30:00.996071+0000 mon.smithi038 (mon.0) 367 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:30:02.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:02 smithi177 conmon[43314]: cluster 2024-02-19T23:30:01.000406+0000 mon.smithi038 (mon.0) 368 : cluster [INF] osd.0 [v2:172.21.15.177:6800/1928153511,v1:172.21.15.177:6801/1928153511] boot 2024-02-19T23:30:02.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:02 smithi177 conmon[43314]: cluster 2024-02-19T23:30:01.000451+0000 mon.smithi038 (mon.0) 369 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-19T23:30:02.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:02 smithi177 conmon[43314]: audit 2024-02-19T23:30:01.000814+0000 mon.smithi038 (mon.0) 370 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:30:02.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:02 smithi177 conmon[43314]: audit 2024-02-19T23:30:01.001231+0000 mon.smithi038 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:02.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:02 smithi177 conmon[43314]: audit 2024-02-19T23:30:01.001410+0000 mon.smithi038 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:30:02.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:02 smithi177 conmon[43314]: audit 2024-02-19T23:30:01.001581+0000 mon.smithi038 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:02.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:02 smithi177 conmon[43314]: audit 2024-02-19T23:30:01.001752+0000 mon.smithi038 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:02.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:02 smithi177 conmon[43314]: audit 2024-02-19T23:30:01.001920+0000 mon.smithi038 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:02.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:02 smithi177 conmon[43314]: audit 2024-02-19T23:30:01.002103+0000 mon.smithi038 (mon.0) 376 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:02.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:02 smithi177 conmon[43314]: audit 2024-02-19T23:30:01.002252+0000 mon.smithi038 (mon.0) 377 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:02.982 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:30:03.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:03 smithi177 conmon[43314]: cluster 2024-02-19T23:30:02.010697+0000 mon.smithi038 (mon.0) 378 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-19T23:30:03.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:03 smithi177 conmon[43314]: audit 2024-02-19T23:30:02.010855+0000 mon.smithi038 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:03.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:03 smithi177 conmon[43314]: audit 2024-02-19T23:30:02.011190+0000 mon.smithi038 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:30:03.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:03 smithi177 conmon[43314]: audit 2024-02-19T23:30:02.011426+0000 mon.smithi038 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:03.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:03 smithi177 conmon[43314]: audit 2024-02-19T23:30:02.011644+0000 mon.smithi038 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:03.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:03 smithi177 conmon[43314]: audit 2024-02-19T23:30:02.011862+0000 mon.smithi038 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:03.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:03 smithi177 conmon[43314]: audit 2024-02-19T23:30:02.012094+0000 mon.smithi038 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:03.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:03 smithi177 conmon[43314]: audit 2024-02-19T23:30:02.012319+0000 mon.smithi038 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:03.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:03 smithi177 conmon[43314]: audit 2024-02-19T23:30:02.981194+0000 mon.smithi038 (mon.0) 386 : audit [DBG] 2024-02-19T23:30:03.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:03 smithi177 conmon[43314]: from='client.? 172.21.15.38:0/2543049071' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:30:03.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:03 smithi038 conmon[37921]: cluster 2024-02-19T23:30:02.010697+0000 mon.smithi038 (mon.0) 378 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-19T23:30:03.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:03 smithi038 conmon[37921]: audit 2024-02-19T23:30:02.010855+0000 mon.smithi038 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:03.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:03 smithi038 conmon[37921]: audit 2024-02-19T23:30:02.011190+0000 mon.smithi038 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:30:03.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:03 smithi038 conmon[37921]: audit 2024-02-19T23:30:02.011426+0000 mon.smithi038 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:03.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:03 smithi038 conmon[37921]: audit 2024-02-19T23:30:02.011644+0000 mon.smithi038 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:03.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:03 smithi038 conmon[37921]: audit 2024-02-19T23:30:02.011862+0000 mon.smithi038 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:03.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:03 smithi038 conmon[37921]: audit 2024-02-19T23:30:02.012094+0000 mon.smithi038 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:03.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:03 smithi038 conmon[37921]: audit 2024-02-19T23:30:02.012319+0000 mon.smithi038 (mon.0) 385 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:03.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:03 smithi038 conmon[37921]: audit 2024-02-19T23:30:02.981194+0000 mon.smithi038 (mon.0) 386 : audit [DBG] from='client.? 172.21.15.38:0/2543049071' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:30:03.839 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1708385400,"num_in_osds":8,"osd_in_since":1708385386,"num_remapped_pgs":0} 2024-02-19T23:30:04.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:04 smithi038 conmon[37921]: cluster 2024-02-19T23:30:02.469396+0000 2024-02-19T23:30:04.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:04 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 91 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-19T23:30:04.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:04 smithi038 conmon[37921]: audit 2024-02-19T23:30:03.043740+0000 mon.smithi038 (mon.0) 387 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:04.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:04 smithi038 conmon[37921]: audit 2024-02-19T23:30:03.044702+0000 mon.smithi038 (mon.0) 388 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-19T23:30:04.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:04 smithi038 conmon[37921]: audit 2024 2024-02-19T23:30:04.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:04 smithi038 conmon[37921]: -02-19T23:30:03.045722+0000 mon.smithi038 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:30:04.095 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:04 smithi038 conmon[37921]: cephadm 2024-02-19T23:30:04.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:04 smithi038 conmon[37921]: 2024-02-19T23:30:03.046440+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:30:04.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:04 smithi038 conmon[37921]: mgr.14182) 92 : cephadm [INF] Deploying daemon osd.3 on smithi038 2024-02-19T23:30:04.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:04 smithi038 conmon[37921]: 2024-02-19T23:30:04.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:04 smithi038 conmon[37921]: audit 2024-02-19T23 2024-02-19T23:30:04.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:04 smithi038 conmon[37921]: :30:03.165194+0000 mon.smithi177 (mon.1) 13 2024-02-19T23:30:04.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:04 smithi038 conmon[37921]: : audit [INF] from='osd.2 [v2:172.21.15.177:6808/2400452405,v1:172.21.15.177:6809/2400452405]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-19T23:30:04.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:04 smithi038 conmon[37921]: audit 2024-02- 2024-02-19T23:30:04.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:04 smithi038 conmon[37921]: 19T23:30:03.165596+0000 mon.smithi038 (mon.0) 2024-02-19T23:30:04.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:04 smithi038 conmon[37921]: 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-19T23:30:04.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:04 smithi177 conmon[43314]: cluster 2024-02-19T23:30:02.469396+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:30:04.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:04 smithi177 conmon[43314]: mgr.14182) 91 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-19T23:30:04.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:04 smithi177 conmon[43314]: audit 2024-02-19T23:30:03.043740+0000 mon.smithi038 (mon.0) 387 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:04.290 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:04 smithi177 conmon[43314]: audit 2024-02-19T23:30:03.044702+0000 mon.smithi038 (mon.0) 388 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-19T23:30:04.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:04 smithi177 conmon[43314]: audit 2024-02-19T23:30:03.045722+0000 mon.smithi038 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:30:04.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:04 smithi177 conmon[43314]: cephadm 2024-02-19T23:30:03.046440+0000 mgr.smithi038.xcqglv (mgr.14182) 92 : cephadm [INF] 2024-02-19T23:30:04.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:04 smithi177 conmon[43314]: Deploying daemon osd.3 on smithi038 2024-02-19T23:30:04.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:04 smithi177 conmon[43314]: audit 2024-02 2024-02-19T23:30:04.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:04 smithi177 conmon[43314]: -19T23:30:03.165194+0000 mon.smithi177 (mon 2024-02-19T23:30:04.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:04 smithi177 conmon[43314]: .1) 13 : audit [INF] from='osd.2 [v2:172.21.15.177:6808/2400452405,v1:172.21.15.177:6809/2400452405]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-19T23:30:04.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:04 smithi177 conmon[43314]: audit 2024-02-19 2024-02-19T23:30:04.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:04 smithi177 conmon[43314]: T23:30:03.165596+0000 mon.smithi038 (mon.0) 390 : 2024-02-19T23:30:04.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:04 smithi177 conmon[43314]: audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-19T23:30:04.841 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:30:05.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:05 smithi038 conmon[37921]: audit 2024-02-19T23:30:04.059751+0000 mon.smithi038 (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-19T23:30:05.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:05 smithi038 conmon[37921]: cluster 2024-02-19T23:30:04.059820+0000 mon.smithi038 (mon.0) 392 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-19T23:30:05.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:05 smithi038 conmon[37921]: audit 2024-02-19T23:30:04.059949+0000 mon.smithi038 (mon.0) 393 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:05.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:05 smithi038 conmon[37921]: audit 2024-02-19T23:30:04.060259+0000 mon.smithi038 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:30:05.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:05 smithi038 conmon[37921]: audit 2024-02-19T23:30:04.060424+0000 mon.smithi038 (mon.0) 395 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:05.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:05 smithi038 conmon[37921]: audit 2024-02-19T23:30:04.060547+0000 2024-02-19T23:30:05.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:05 smithi038 conmon[37921]: mon.smithi177 (mon.1) 14 : audit [INF] from='osd.2 [v2:172.21.15.177:6808/2400452405,v1:172.21.15.177:6809/2400452405]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-02-19T23:30:05.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:05 smithi038 conmon[37921]: audit 2024-02-19T23:30:04.060594+0000 mon.smithi038 (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:05.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:05 smithi038 conmon[37921]: audit 2024-02-19T23:30:04.060762+0000 mon.smithi038 (mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:05.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:05 smithi038 conmon[37921]: audit 2024-02-19T23:30:04.061140+0000 mon.smithi038 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:05.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:05 smithi038 conmon[37921]: audit 2024-02-19T23:30:04.061480+0000 mon.smithi038 (mon.0) 399 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-02-19T23:30:05.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:05 smithi038 conmon[37921]: audit 2024-02-19T23:30:04.061827+0000 mon.smithi038 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:05.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: audit 2024-02-19T23:30:04.059751+0000 mon.smithi038 (mon.0) 391 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-19T23:30:05.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: cluster 2024-02-19T23:30:04.059820+0000 mon.smithi038 (mon.0) 392 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-19T23:30:05.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: audit 2024-02-19T23:30:04.059949+0000 mon.smithi038 (mon.0) 393 : 2024-02-19T23:30:05.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:05.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: audit 2024-02-19T23:30:05.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: 2024-02-19T23:30:04.060259+0000 mon.smithi038 (mon.0) 394 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:30:05.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: audit 2024-02- 2024-02-19T23:30:05.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: 19T23:30:04.060424+0000 mon.smithi038 (mon.0) 395 : audit 2024-02-19T23:30:05.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:05.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: audit 2024-02-19T23: 2024-02-19T23:30:05.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: 30:04.060547+0000 mon.smithi177 (mon.1) 2024-02-19T23:30:05.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: 14 : audit [INF] from='osd.2 [v2:172.21.15.177:6808/2400452405,v1:172.21.15.177:6809/2400452405]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-02-19T23:30:05.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: audit 2024-02-19T23:30:04.060594+0000 mon.smithi038 2024-02-19T23:30:05.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: (mon.0) 396 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:05.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: audit 2024-02 2024-02-19T23:30:05.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: -19T23:30:04.060762+0000 mon.smithi038 ( 2024-02-19T23:30:05.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: mon.0) 397 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:05.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: audit 2024-02-19T 2024-02-19T23:30:05.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: 23:30:04.061140+0000 mon.smithi038 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:05.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: 2024-02-19T23:30:05.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: audit 2024-02 2024-02-19T23:30:05.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: -19T23:30:04.061480+0000 mon.smithi038 (mon.0) 399 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-02-19T23:30:05.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: audit 2024-02-19T23:30:04. 2024-02-19T23:30:05.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: 061827+0000 mon.smithi038 (mon.0) 400 : audit [DBG] 2024-02-19T23:30:05.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:05 smithi177 conmon[43314]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:06.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:06 smithi038 conmon[37921]: cluster 2024-02-19T23:30:04.469723+0000 mgr.smithi038.xcqglv (mgr.14182) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-19T23:30:06.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:06 smithi038 conmon[37921]: audit 2024-02-19T23:30:05.070467+0000 mon.smithi038 (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-02-19T23:30:06.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:06 smithi038 conmon[37921]: cluster 2024-02-19T23:30:05.070576+0000 mon.smithi038 (mon.0) 402 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-19T23:30:06.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:06 smithi038 conmon[37921]: audit 2024-02-19T23:30:05.070973+0000 mon.smithi038 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:06.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:06 smithi038 conmon[37921]: audit 2024-02-19T23:30:05.071424+0000 mon.smithi038 (mon.0) 404 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:30:06.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:06 smithi038 conmon[37921]: audit 2024 2024-02-19T23:30:06.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:06 smithi038 conmon[37921]: -02-19T23:30:05.071611+0000 mon.smithi038 (mon.0) 405 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:06.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:06 smithi038 conmon[37921]: audit 2024-02-19T23:30:05.071803+0000 mon.smithi038 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:06.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:06 smithi038 conmon[37921]: audit 2024-02-19T23:30:05.071984+0000 mon.smithi038 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:06.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:06 smithi038 conmon[37921]: audit 2024-02-19T23:30:05.072170+0000 mon.smithi038 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:06.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:06 smithi038 conmon[37921]: audit 2024-02-19T23:30:05.072386+0000 mon.smithi038 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:06.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:06 smithi038 conmon[37921]: audit 2024-02-19T23:30:05.073835+0000 mon.smithi038 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:30:06.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:06 smithi038 conmon[37921]: audit 2024-02-19T23:30:05.229819+0000 mon.smithi038 (mon.0) 411 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:06.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:06 smithi038 conmon[37921]: audit 2024-02-19T23:30:05.230610+0000 mon.smithi038 (mon.0) 412 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-19T23:30:06.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:06 smithi038 conmon[37921]: audit 2024-02-19T23:30:05.231340+0000 mon.smithi038 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:30:06.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:06 smithi038 conmon[37921]: cephadm 2024-02-19T23:30:05.231958+0000 mgr.smithi038.xcqglv (mgr.14182) 94 : cephadm [INF] Deploying daemon osd.6 on smithi177 2024-02-19T23:30:06.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:06 smithi177 conmon[43314]: cluster 2024-02-19T23:30:04.469723+0000 mgr.smithi038.xcqglv (mgr.14182) 93 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-19T23:30:06.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:06 smithi177 conmon[43314]: audit 2024-02-19T23:30:05.070467+0000 mon.smithi038 (mon.0) 401 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-02-19T23:30:06.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:06 smithi177 conmon[43314]: cluster 2024-02-19T23:30:05.070576+0000 mon.smithi038 (mon.0) 402 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-19T23:30:06.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:06 smithi177 conmon[43314]: audit 2024-02-19T23:30:05.070973+0000 mon.smithi038 (mon.0) 403 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:06.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:06 smithi177 conmon[43314]: audit 2024-02-19T23:30:05.071424+0000 mon.smithi038 (mon.0) 404 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:30:06.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:06 smithi177 conmon[43314]: audit 2024-02-19T23:30:05.071611+0000 mon.smithi038 (mon.0) 405 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:06.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:06 smithi177 conmon[43314]: audit 2024-02-19T23:30:05.071803+0000 mon.smithi038 (mon.0) 406 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:06.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:06 smithi177 conmon[43314]: audit 2024-02-19T23:30:05.071984+0000 mon.smithi038 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:06.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:06 smithi177 conmon[43314]: audit 2024-02-19T23:30:05.072170+0000 mon.smithi038 (mon.0) 408 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:06.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:06 smithi177 conmon[43314]: audit 2024-02-19T23:30:05.072386 2024-02-19T23:30:06.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:06 smithi177 conmon[43314]: +0000 mon.smithi038 (mon.0) 409 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:06.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:06 smithi177 conmon[43314]: audit 2024-02-19T23:30:05.073835+0000 mon.smithi038 (mon.0) 410 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:30:06.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:06 smithi177 conmon[43314]: audit 2024-02-19T23:30:05.229819+0000 mon.smithi038 (mon.0) 411 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:06.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:06 smithi177 conmon[43314]: audit 2024-02-19T23:30:05.230610+0000 mon.smithi038 (mon.0) 412 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-19T23:30:06.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:06 smithi177 conmon[43314]: audit 2024-02-19T23:30:05.231340+0000 mon.smithi038 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:30:06.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:06 smithi177 conmon[43314]: cephadm 2024-02-19T23:30:05.231958+0000 mgr.smithi038.xcqglv (mgr.14182) 94 : cephadm [INF] Deploying daemon osd.6 on smithi177 2024-02-19T23:30:07.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:07 smithi038 conmon[37921]: cluster 2024-02-19T23:30:04.135706+0000 osd.2 2024-02-19T23:30:07.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:07 smithi038 conmon[37921]: (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:30:07.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:07 smithi038 conmon[37921]: cluster 2024-02-19T23:30:04.135785+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:30:07.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:07 smithi038 conmon[37921]: cluster 2024-02-19T23:30:06.065854+0000 mon.smithi038 (mon.0) 414 : cluster [INF] osd.2 [v2:172.21.15.177:6808/2400452405,v1:172.21.15.177:6809/2400452405] boot 2024-02-19T23:30:07.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:07 smithi038 conmon[37921]: cluster 2024-02-19T23:30:06.065916+0000 mon.smithi038 (mon.0) 415 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-19T23:30:07.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:07 smithi038 conmon[37921]: audit 2024-02-19T23:30:06.068554+0000 mon.smithi038 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:07.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:07 smithi038 conmon[37921]: audit 2024-02-19T23:30 2024-02-19T23:30:07.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:07 smithi038 conmon[37921]: :06.068940+0000 mon.smithi038 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:30:07.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:07 smithi038 conmon[37921]: audit 2024-02-19T23:30:06.069278+0000 mon.smithi038 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:07.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:07 smithi038 conmon[37921]: audit 2024-02-19T23:30:06.069484+0000 mon.smithi038 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:07.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:07 smithi038 conmon[37921]: audit 2024-02-19T23:30:06.069684+0000 mon.smithi038 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:07.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:07 smithi038 conmon[37921]: audit 2024-02-19T23:30: 2024-02-19T23:30:07.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:07 smithi038 conmon[37921]: 06.069889+0000 mon.smithi038 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:07.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:07 smithi038 conmon[37921]: audit 2024-02-19T23:30:06.070087+0000 mon.smithi038 (mon.0) 2024-02-19T23:30:07.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:07 smithi038 conmon[37921]: 422 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:07.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:07 smithi038 conmon[37921]: audit 2024-02 2024-02-19T23:30:07.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:07 smithi038 conmon[37921]: -19T23:30:06.190830 2024-02-19T23:30:07.347 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:07 smithi038 conmon[37921]: +0000 mon.smithi038 (mon.0) 423 2024-02-19T23:30:07.347 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:07 smithi038 conmon[37921]: : audit [INF] from='osd.1 [v2:172.21.15.38:6802/4001989793,v1:172.21.15.38:6803/4001989793]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-19T23:30:07.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:07 smithi177 conmon[43314]: cluster 2024-02-19T23:30:04.135706+0000 osd.2 (osd.2) 2024-02-19T23:30:07.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:07 smithi177 conmon[43314]: 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:30:07.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:07 smithi177 conmon[43314]: cluster 2024-02-19T23:30:04.135785+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:30:07.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:07 smithi177 conmon[43314]: cluster 2024-02-19T23:30:06.065854+0000 mon.smithi038 (mon.0) 414 : cluster [INF] osd.2 [v2:172.21.15.177:6808/2400452405,v1:172.21.15.177:6809/2400452405] boot 2024-02-19T23:30:07.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:07 smithi177 conmon[43314]: cluster 2024-02-19T23:30:06.065916+0000 mon.smithi038 (mon.0) 415 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-19T23:30:07.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:07 smithi177 conmon[43314]: audit 2024-02-19T23:30:06.068554+0000 mon.smithi038 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:07.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:07 smithi177 conmon[43314]: audit 2024-02-19T23:30:06.068940+0000 mon.smithi038 (mon.0) 417 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:30:07.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:07 smithi177 conmon[43314]: audit 2024-02-19T23:30:06.069278+0000 mon.smithi038 (mon.0) 418 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:07.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:07 smithi177 conmon[43314]: audit 2024-02-19T23:30:06.069484+0000 mon.smithi038 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:07.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:07 smithi177 conmon[43314]: audit 2024-02-19T23:30:06.069684+0000 mon.smithi038 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:07.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:07 smithi177 conmon[43314]: audit 2024-02-19T23:30:06.069889+0000 mon.smithi038 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:07.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:07 smithi177 conmon[43314]: audit 2024-02-19T23:30:06.070087+0000 mon.smithi038 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:07.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:07 smithi177 conmon[43314]: audit 2024-02-19T23:30:06.190830+0000 mon.smithi038 (mon.0) 423 : audit [INF] from='osd.1 [v2:172.21.15.38:6802/4001989793,v1:172.21.15.38:6803/4001989793]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-19T23:30:07.904 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:30:08.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:08 smithi177 conmon[43314]: cluster 2024-02-19T23:30:06.470176+0000 mgr.smithi038.xcqglv 2024-02-19T23:30:08.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:08 smithi177 conmon[43314]: (mgr.14182) 95 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-19T23:30:08.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:08 smithi177 conmon[43314]: audit 2024-02-19T23:30:07.087550+0000 mon.smithi038 (mon.0) 424 : audit [INF] from='osd.1 [v2:172.21.15.38:6802/4001989793,v1:172.21.15.38:6803/4001989793]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-19T23:30:08.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:08 smithi177 conmon[43314]: cluster 2024-02-19T23:30:07.087606+0000 mon.smithi038 (mon.0) 425 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-19T23:30:08.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:08 smithi177 conmon[43314]: audit 2024-02-19T23:30:07.087956+0000 mon.smithi038 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:08.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:08 smithi177 conmon[43314]: audit 2024-02-19T23:30:07.088407+0000 mon.smithi038 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:08.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:08 smithi177 conmon[43314]: audit 2024-02-19T23:30:07.088596+0000 mon.smithi038 (mon.0) 428 : audit [INF] from='osd.1 [v2:172.21.15.38:6802/4001989793,v1:172.21.15.38:6803/4001989793]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-02-19T23:30:08.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:08 smithi177 conmon[43314]: audit 2024-02-19T23:30:07.088843+0000 mon.smithi038 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:08.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:08 smithi177 conmon[43314]: audit 2024-02-19T23:30:07.089004+0000 mon.smithi038 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:08.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:08 smithi177 conmon[43314]: audit 2024-02-19T23:30:07.089208+0000 mon.smithi038 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:08.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:08 smithi177 conmon[43314]: audit 2024-02-19T23:30:07.089392+0000 mon.smithi038 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:08.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:08 smithi177 conmon[43314]: audit 2024-02-19T23:30:07.902970+0000 mon.smithi038 (mon.0) 433 : audit [DBG] from='client.? 172.21.15.38:0/757287097' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:30:08.332 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:08 smithi038 conmon[37921]: cluster 2024-02-19T23:30:06.470176+0000 2024-02-19T23:30:08.332 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:08 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 95 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-19T23:30:08.332 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:08 smithi038 conmon[37921]: audit 2024-02-19T23:30:07.087550+0000 mon.smithi038 (mon.0) 424 : audit [INF] from='osd.1 [v2:172.21.15.38:6802/4001989793,v1:172.21.15.38:6803/4001989793]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-19T23:30:08.332 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:08 smithi038 conmon[37921]: cluster 2024-02-19T23:30:07.087606+0000 mon.smithi038 (mon.0) 425 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-19T23:30:08.333 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:08 smithi038 conmon[37921]: audit 2024-02-19T23:30:07.087956+0000 mon.smithi038 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:08.333 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:08 smithi038 conmon[37921]: audit 2024-02-19T23:30:07.088407+0000 mon.smithi038 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:08.333 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:08 smithi038 conmon[37921]: audit 2024-02-19T23:30:07.088596+0000 mon.smithi038 (mon.0) 428 : audit [INF] from='osd.1 [v2:172.21.15.38:6802/4001989793,v1:172.21.15.38:6803/4001989793]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-02-19T23:30:08.333 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:08 smithi038 conmon[37921]: audit 2024-02-19T23:30:07.088843+0000 mon.smithi038 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:08.333 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:08 smithi038 conmon[37921]: audit 2024-02-19T23:30:07.089004+0000 mon.smithi038 (mon.0) 430 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:08.333 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:08 smithi038 conmon[37921]: audit 2024-02-19T23:30:07.089208+0000 mon.smithi038 (mon.0) 431 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:08.333 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:08 smithi038 conmon[37921]: audit 2024-02-19T23:30:07.089392+0000 mon.smithi038 (mon.0) 432 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:08.333 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:08 smithi038 conmon[37921]: audit 2024-02-19T23:30:07.902970+0000 mon.smithi038 (mon.0) 433 : audit [DBG] from='client.? 172.21.15.38:0/757287097' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:30:09.168 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":21,"num_osds":8,"num_up_osds":2,"osd_up_since":1708385406,"num_in_osds":8,"osd_in_since":1708385386,"num_remapped_pgs":0} 2024-02-19T23:30:09.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:09 smithi177 conmon[43314]: audit 2024-02-19T23:30:08.087874+0000 mon.smithi038 (mon.0) 434 : audit 2024-02-19T23:30:09.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:09 smithi177 conmon[43314]: [INF] from='osd.1 [v2:172.21.15.38:6802/4001989793,v1:172.21.15.38:6803/4001989793]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-02-19T23:30:09.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:09 smithi177 conmon[43314]: cluster 2024-02-19T23:30:08.087929+0000 mon.smithi038 (mon.0) 435 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-02-19T23:30:09.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:09 smithi177 conmon[43314]: audit 2024-02-19T23:30:08.088447+0000 mon.smithi038 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:09.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:09 smithi177 conmon[43314]: audit 2024-02-19T23:30:08.088819+0000 mon.smithi038 (mon.0) 437 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:09.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:09 smithi177 conmon[43314]: audit 2024-02-19T23:30:08.089413+0000 mon.smithi038 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:09.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:09 smithi177 conmon[43314]: audit 2024-02-19T23:30:08.089682+0000 mon.smithi038 (mon.0) 439 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:09.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:09 smithi177 conmon[43314]: audit 2024-02-19T23:30:08.089916+0000 mon.smithi038 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:09.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:09 smithi177 conmon[43314]: audit 2024-02-19T23:30:08.090129+0000 mon.smithi038 (mon.0) 441 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:09.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:09 smithi177 conmon[43314]: audit 2024-02-19T23:30:08.092567+0000 mon.smithi038 (mon.0) 442 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:09.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:09 smithi177 conmon[43314]: audit 2024-02-19T23:30:08.455891+0000 mon.smithi177 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.177:6816/4201443537,v1:172.21.15.177:6817/4201443537]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-19T23:30:09.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:09 smithi177 conmon[43314]: audit 2024-02-19T23:30:08.456241+0000 mon.smithi038 (mon.0) 443 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-19T23:30:09.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:09 smithi177 conmon[43314]: audit 2024-02-19T23:30:09.092669+0000 mon.smithi038 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:09.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: audit 2024-02-19T23:30:08.087874+0000 mon.smithi038 ( 2024-02-19T23:30:09.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: mon.0) 434 : audit [INF] from='osd.1 [v2:172.21.15.38:6802/4001989793,v1:172.21.15.38:6803/4001989793]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-02-19T23:30:09.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: cluster 2024-02-19T23:30 2024-02-19T23:30:09.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: :08.087929+0000 mon.smithi038 (mon.0) 435 : cluster [DBG] osdmap e22: 8 total, 2 up, 8 in 2024-02-19T23:30:09.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: audit 2024-02-19T23: 2024-02-19T23:30:09.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: 30:08.088447+0000 mon.smithi038 (mon 2024-02-19T23:30:09.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: .0) 436 : audit [DBG] 2024-02-19T23:30:09.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:09.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: audit 2024-02-19 2024-02-19T23:30:09.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: T23:30:08.088819+0000 mon.smithi038 (mon. 2024-02-19T23:30:09.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: 0) 437 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:09.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: audit 2024- 2024-02-19T23:30:09.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: 02-19T23:30:08.089413+0000 mon.smithi038 2024-02-19T23:30:09.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: (mon.0) 438 : audit [DBG] 2024-02-19T23:30:09.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:09.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: audit 2024- 2024-02-19T23:30:09.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: 02-19T23:30:08.089682+0000 2024-02-19T23:30:09.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: mon.smithi038 (mon.0) 439 : 2024-02-19T23:30:09.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:09.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: audit 2024-02- 2024-02-19T23:30:09.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: 19T23:30:08.089916+0000 mon.smithi038 (mon.0) 440 : audit [DBG] 2024-02-19T23:30:09.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:09.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: audit 2024-02- 2024-02-19T23:30:09.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: 19T23:30:08.090129+0000 mon.smithi038 (mon.0) 441 2024-02-19T23:30:09.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:09.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: audit 2024 2024-02-19T23:30:09.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: -02-19T23:30:08.092567+0000 mon.smithi038 (mon.0) 2024-02-19T23:30:09.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: 442 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:09.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: audit 2024-02-19 2024-02-19T23:30:09.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: T23:30:08.455891+0000 mon.smithi177 (mon.1) 2024-02-19T23:30:09.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: 15 : audit [INF] from='osd.4 [v2:172.21.15.177:6816/4201443537,v1:172.21.15.177:6817/4201443537]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-19T23:30:09.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: audit 2024-02- 2024-02-19T23:30:09.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: 19T23:30:08.456241+0000 mon.smithi038 (mon.0) 443 2024-02-19T23:30:09.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-19T23:30:09.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: audit 2024-02 2024-02-19T23:30:09.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: -19T23:30:09.092669+0000 mon.smithi038 (mon.0) 444 2024-02-19T23:30:09.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:09 smithi038 conmon[37921]: : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:10.170 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:30:10.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:10 smithi177 conmon[43314]: cluster 2024-02-19T23:30:07.235073+0000 osd.1 (osd.1 2024-02-19T23:30:10.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:10 smithi177 conmon[43314]: ) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:30:10.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:10 smithi177 conmon[43314]: cluster 2024-02-19T23:30:07.235128+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:30:10.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:10 smithi177 conmon[43314]: cluster 2024-02-19T23:30:08.470488+0000 mgr.smithi038.xcqglv (mgr.14182) 96 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-19T23:30:10.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:10 smithi177 conmon[43314]: cluster 2024-02-19T23:30:09.109757+0000 mon.smithi038 (mon.0) 445 : cluster [INF] osd.1 [v2:172.21.15.38:6802/4001989793,v1:172.21.15.38:6803/4001989793] boot 2024-02-19T23:30:10.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:10 smithi177 conmon[43314]: audit 2024-02-19T23:30:09.109812+0000 mon.smithi038 (mon.0) 446 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-19T23:30:10.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:10 smithi177 conmon[43314]: cluster 2024-02-19T23:30:09.109870+0000 mon.smithi038 (mon.0) 447 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-19T23:30:10.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:10 smithi177 conmon[43314]: audit 2024-02-19T23:30:09.110445+0000 mon.smithi177 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.177:6816/4201443537,v1:172.21.15.177:6817/4201443537]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-02-19T23:30:10.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:10 smithi177 conmon[43314]: audit 2024-02-19T23:30:09.110608+0000 mon.smithi038 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:10.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:10 smithi177 conmon[43314]: audit 2024-02-19T23:30:09.111005+0000 mon.smithi038 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:10.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:10 smithi177 conmon[43314]: audit 2024-02-19T23:30:09.111333+0000 mon.smithi038 (mon.0) 450 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-02-19T23:30:10.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:10 smithi177 conmon[43314]: audit 2024-02-19T23:30:09.111592+0000 mon.smithi038 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:10.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:10 smithi177 conmon[43314]: audit 2024-02-19T23:30:09.111807+0000 mon.smithi038 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:10.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:10 smithi177 conmon[43314]: audit 2024-02-19T23:30:09.112014+0000 mon.smithi038 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:10.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:10 smithi177 conmon[43314]: audit 2024-02-19T23:30:09.112247+0000 mon.smithi038 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:10.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:10 smithi177 conmon[43314]: audit 2024-02-19T23:30:09.112488+0000 mon.smithi038 (mon.0) 455 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 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-19T23:30:10.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:10 smithi038 conmon[37921]: cluster 2024-02-19T23:30:07.235073+0000 osd.1 (osd.1) 1 : cluster 2024-02-19T23:30:10.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:10 smithi038 conmon[37921]: [DBG] purged_snaps scrub starts 2024-02-19T23:30:10.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:10 smithi038 conmon[37921]: cluster 2024-02-19T23:30:07.235128+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:30:10.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:10 smithi038 conmon[37921]: cluster 2024-02-19T23:30:08.470488+0000 mgr.smithi038.xcqglv (mgr.14182) 96 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-19T23:30:10.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:10 smithi038 conmon[37921]: cluster 2024-02-19T23:30:09.109757+0000 mon.smithi038 (mon.0) 445 : cluster [INF] osd.1 [v2:172.21.15.38:6802/4001989793,v1:172.21.15.38:6803/4001989793] boot 2024-02-19T23:30:10.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:10 smithi038 conmon[37921]: audit 2024-02-19T23:30:09.109812+0000 mon.smithi038 (mon.0) 446 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-19T23:30:10.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:10 smithi038 conmon[37921]: cluster 2024-02-19T23:30:09.109870+0000 mon.smithi038 (mon.0) 447 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-19T23:30:10.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:10 smithi038 conmon[37921]: audit 2024-02-19T23:30:09.110445+0000 mon.smithi177 (mon.1) 16 : audit [INF] from='osd.4 [v2:172.21.15.177:6816/4201443537,v1:172.21.15.177:6817/4201443537]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-02-19T23:30:10.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:10 smithi038 conmon[37921]: audit 2024-02-19T23:30:09.110608+0000 mon.smithi038 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:30:10.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:10 smithi038 conmon[37921]: audit 2024-02-19T23:30:09.111005+0000 mon.smithi038 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:10.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:10 smithi038 conmon[37921]: audit 2024-02-19T23:30:09.111333+0000 mon.smithi038 (mon.0) 450 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-02-19T23:30:10.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:10 smithi038 conmon[37921]: audit 2024-02-19T23:30:09.111592+0000 mon.smithi038 (mon.0) 451 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:10.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:10 smithi038 conmon[37921]: audit 2024-02-19T23:30:09.111807+0000 mon.smithi038 (mon.0) 452 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:10.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:10 smithi038 conmon[37921]: audit 2024-02-19T23:30:09.112014+0000 mon.smithi038 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:10.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:10 smithi038 conmon[37921]: audit 2024-02-19T23:30:09.112247+0000 mon.smithi038 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:10.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:10 smithi038 conmon[37921]: audit 2024-02-19T23:30:09.112488+0000 mon.smithi038 (mon.0) 455 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 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-19T23:30:11.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: audit 2024-02-19T23:30:10.118103+0000 mon.smithi038 (mon. 2024-02-19T23:30:11.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: 0) 456 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-02-19T23:30:11.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: audit 2024-02-19T23:30:10.118236+0000 mon.smithi038 (mon.0) 457 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 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-19T23:30:11.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: cluster 2024-02-19T23:30:10.118310+0000 mon.smithi038 (mon.0) 458 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-19T23:30:11.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: audit 2024-02-19T23:30:10.118787+0000 mon.smithi038 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:11.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: audit 2024-02-19T23:30:10.119137+0000 mon.smithi038 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:11.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: audit 2024-02-19T23:30:10.119467+0000 mon.smithi038 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:11.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: audit 2024-02-19T23:30:10.119667+0000 mon.smithi038 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:11.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: audit 2024-02-19T23:30:10.119872+0000 mon.smithi038 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:11.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: audit 2024-02-19T23:30:10.120543+0000 mon.smithi038 (mon.0) 464 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-19T23:30:11.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: audit 2024 2024-02-19T23:30:11.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: -02-19T23:30:10.121506+0000 mon.smithi038 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:11.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: audit 2024-02-19T23:30:10.190448+0000 mon.smithi038 (mon.0) 466 : audit 2024-02-19T23:30:11.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:11.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: audit 2024-02-19T23 2024-02-19T23:30:11.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: :30:10.357758+0000 mon.smithi038 (mon.0) 2024-02-19T23:30:11.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: 467 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:11.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: audit 2024-02- 2024-02-19T23:30:11.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: 19T23:30:10.358620+0000 mon.smithi038 (mon.0) 468 2024-02-19T23:30:11.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-19T23:30:11.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:30:11.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: 02-19T23:30:10.359376+0000 mon.smithi038 ( 2024-02-19T23:30:11.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: mon.0) 469 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:30:11.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: cephadm 2024-02-19T23:30:10.360079+0000 mgr.smithi038.xcqglv (mgr.14182) 97 : cephadm [INF] Deploying daemon osd.5 on smithi038 2024-02-19T23:30:11.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: audit 2024-02-19T23:30:11.116320+0000 mon.smithi038 (mon.0) 470 : 2024-02-19T23:30:11.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-19T23:30:11.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: cluster 2024 2024-02-19T23:30:11.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: -02-19T23:30:11.116379+0000 mon.smithi038 2024-02-19T23:30:11.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: (mon.0) 471 : cluster [INF] osd.4 [v2:172.21.15.177:6816/4201443537,v1:172.21.15.177:6817/4201443537] boot 2024-02-19T23:30:11.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: cluster 2024-02-19 2024-02-19T23:30:11.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: T23:30:11.116407+0000 mon.smithi038 (mon.0) 472 : 2024-02-19T23:30:11.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-02-19T23:30:11.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: audit 2024-02-19T23:30 2024-02-19T23:30:11.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: :11.116548+0000 mon.smithi038 (mon.0) 473 : audit 2024-02-19T23:30:11.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:11.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: audit 2024 2024-02-19T23:30:11.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: -02-19T23:30:11.116943+0000 2024-02-19T23:30:11.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: mon.smithi038 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:11.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: audit 2024-02- 2024-02-19T23:30:11.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: 19T23:30:11.117202+0000 mon.smithi038 (mon.0) 475 2024-02-19T23:30:11.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:11.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: audit 2024 2024-02-19T23:30:11.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: -02-19T23:30:11.117382+0000 mon.smithi038 ( 2024-02-19T23:30:11.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:11.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: audit 2024-02- 2024-02-19T23:30:11.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: 19T23:30:11.117579+0000 mon.smithi038 (mon.0) 2024-02-19T23:30:11.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:11 smithi177 conmon[43314]: 477 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:11.540 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: audit 2024-02-19T23:30:10.118103+0000 mon.smithi038 (mon.0) 456 : audit [INF] 2024-02-19T23:30:11.540 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-02-19T23:30:11.541 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: audit 2024-02-19T23:30:10.118236+0000 mon.smithi038 (mon.0) 457 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 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-19T23:30:11.541 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: cluster 2024-02-19T23:30:10.118310+0000 mon.smithi038 (mon.0) 458 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-19T23:30:11.541 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: audit 2024-02-19T23:30:10.118787+0000 mon.smithi038 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:11.541 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: audit 2024-02-19T23:30:10.119137+0000 mon.smithi038 (mon.0) 460 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:11.541 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: audit 2024-02-19T23:30:10.119467+0000 mon.smithi038 (mon.0) 461 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:11.541 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: audit 2024-02-19T23:30:10.119667+0000 mon.smithi038 (mon.0) 462 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:11.541 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: audit 2024-02-19T23:30:10.119872+0000 mon.smithi038 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:11.541 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: audit 2024-02-19T23:30:10.120543+0000 mon.smithi038 (mon.0) 464 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-19T23:30:11.541 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: audit 2024-02-19T23:30:10.121506+0000 mon.smithi038 (mon.0) 465 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:11.541 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: audit 2024-02-19T23:30:10.190448+0000 mon.smithi038 (mon.0) 466 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:11.541 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: audit 2024-02-19T23:30:10.357758+0000 mon.smithi038 (mon.0) 467 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:11.541 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: audit 2024-02-19T23:30:10.358620+0000 mon.smithi038 (mon.0) 468 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-19T23:30:11.542 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: audit 2024-02-19T23:30:10.359376+0000 mon.smithi038 (mon.0) 469 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:30:11.542 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: cephadm 2024-02-19T23:30:10.360079+0000 mgr.smithi038.xcqglv (mgr.14182) 97 : cephadm [INF] Deploying daemon osd.5 on smithi038 2024-02-19T23:30:11.542 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: audit 2024-02-19T23:30:11.116320+0000 mon.smithi038 (mon.0) 470 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-19T23:30:11.542 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: cluster 2024-02-19T23:30:11.116379+0000 mon.smithi038 (mon.0) 471 : cluster [INF] osd.4 [v2:172.21.15.177:6816/4201443537,v1:172.21.15.177:6817/4201443537] boot 2024-02-19T23:30:11.542 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: cluster 2024-02-19T23:30:11.116407+0000 mon.smithi038 (mon.0) 472 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-02-19T23:30:11.542 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: audit 2024-02-19T23:30:11.116548+0000 mon.smithi038 (mon.0) 473 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:11.542 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: audit 2024-02-19T23:30:11.116943+0000 mon.smithi038 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:30:11.542 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: 2024-02-19T23:30:11.542 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: audit 2024-02-19 2024-02-19T23:30:11.542 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: T23:30:11.117202+0000 mon.smithi038 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:11.542 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: audit 2024-02-19 2024-02-19T23:30:11.542 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: T23:30:11.117382+0000 mon.smithi038 (mon.0) 476 : 2024-02-19T23:30:11.543 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:11.543 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: audit 2024-02-19T23:30:11.117579+0000 mon.smithi038 (mon 2024-02-19T23:30:11.543 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:11 smithi038 conmon[37921]: .0) 477 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:12.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:12 smithi038 conmon[37921]: cluster 2024-02-19T23:30:09.481180+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:30:12.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:12 smithi038 conmon[37921]: cluster 2024-02-19T23:30:09.481298+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:30:12.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:12 smithi038 conmon[37921]: cluster 2024-02-19T23:30:10.470786+0000 mgr.smithi038.xcqglv (mgr.14182) 98 : cluster [DBG] pgmap v69: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-19T23:30:12.655 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:12 smithi177 conmon[43314]: cluster 2024-02-19T23:30:09.481180+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:30:12.655 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:12 smithi177 conmon[43314]: cluster 2024-02-19T23:30:09.481298+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:30:12.656 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:12 smithi177 conmon[43314]: cluster 2024-02-19T23:30:10.470786+0000 mgr.smithi038.xcqglv (mgr.14182) 98 : cluster [DBG] pgmap v69: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-19T23:30:13.189 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:30:13.513 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:13 smithi038 conmon[37921]: cluster 2024-02-19T23:30:12.364954+0000 mon.smithi038 (mon. 2024-02-19T23:30:13.513 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:13 smithi038 conmon[37921]: 0) 478 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-02-19T23:30:13.513 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:13 smithi038 conmon[37921]: audit 2024-02-19T23:30:12.365500+0000 mon.smithi038 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:13.513 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:13 smithi038 conmon[37921]: audit 2024-02-19T23:30:12.365881+0000 mon.smithi038 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:13.513 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:13 smithi038 conmon[37921]: audit 2024-02-19T23:30:12.366157+0000 mon.smithi038 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:13.513 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:13 smithi038 conmon[37921]: audit 2024-02-19T23:30:12.366362+0000 mon.smithi038 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:13.513 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:13 smithi038 conmon[37921]: audit 2024-02-19T23:30:12.678539+0000 mon.smithi038 (mon.0) 483 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:13.513 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:13 smithi038 conmon[37921]: audit 2024-02-19T23:30:13.189539+0000 mon.smithi038 (mon.0) 484 : audit [DBG] from='client.? 172.21.15.38:0/3374248978' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:30:13.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:13 smithi177 conmon[43314]: cluster 2024-02-19T23:30:12.364954+0000 mon.smithi038 (mon.0) 478 : cluster [DBG] 2024-02-19T23:30:13.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:13 smithi177 conmon[43314]: osdmap e26: 8 total, 4 up, 8 in 2024-02-19T23:30:13.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:13 smithi177 conmon[43314]: audit 2024-02-19T23:30:12.365500+0000 mon.smithi038 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:13.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:13 smithi177 conmon[43314]: audit 2024-02-19T23:30:12.365881+0000 mon.smithi038 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:13.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:13 smithi177 conmon[43314]: audit 2024-02-19T23:30:12.366157+0000 mon.smithi038 (mon.0) 481 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:13.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:13 smithi177 conmon[43314]: audit 2024-02-19T23:30:12.366362+0000 mon.smithi038 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:13.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:13 smithi177 conmon[43314]: audit 2024-02-19T23:30:12.678539+0000 mon.smithi038 (mon.0) 483 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:13.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:13 smithi177 conmon[43314]: audit 2024-02-19T23:30:13.189539+0000 mon.smithi038 (mon.0) 484 : audit [DBG] from='client.? 172.21.15.38:0/3374248978' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:30:14.151 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":26,"num_osds":8,"num_up_osds":4,"osd_up_since":1708385411,"num_in_osds":8,"osd_in_since":1708385386,"num_remapped_pgs":0} 2024-02-19T23:30:14.674 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:14 smithi177 conmon[43314]: cluster 2024-02-19T23:30:12.471129+0000 mgr.smithi038.xcqglv (mgr.14182) 99 : cluster [DBG] pgmap v72: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-19T23:30:14.674 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:14 smithi177 conmon[43314]: audit 2024-02-19T23:30:13.387013+0000 mon.smithi177 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.177:6824/3469369489,v1:172.21.15.177:6825/3469369489]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-19T23:30:14.674 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:14 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:30:14.674 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:14 smithi177 conmon[43314]: 02-19T23:30:13.387458+0000 mon.smithi038 (mon.0) 485 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-19T23:30:14.674 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:14 smithi177 conmon[43314]: audit 2024-02-19T 2024-02-19T23:30:14.674 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:14 smithi177 conmon[43314]: 23:30:13.517513+0000 mon.smithi038 (mon.0) 486 : audit [INF] 2024-02-19T23:30:14.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:14 smithi177 conmon[43314]: from='osd.3 [v2:172.21.15.38:6810/459070569,v1:172.21.15.38:6811/459070569]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-19T23:30:14.766 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:14 smithi038 conmon[37921]: cluster 2024-02-19T23:30:12.471129+0000 mgr.smithi038.xcqglv (mgr.14182) 99 : cluster [DBG] pgmap v72: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-19T23:30:14.767 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:14 smithi038 conmon[37921]: audit 2024-02-19T23:30:13.387013+0000 mon.smithi177 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.177:6824/3469369489,v1:172.21.15.177:6825/3469369489]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-19T23:30:14.767 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:14 smithi038 conmon[37921]: audit 2024-02-19T23:30:13.387458+0000 mon.smithi038 (mon.0) 485 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-19T23:30:14.767 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:14 smithi038 conmon[37921]: audit 2024-02-19T23:30:13.517513+0000 mon.smithi038 (mon.0) 486 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/459070569,v1:172.21.15.38:6811/459070569]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-19T23:30:15.152 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:30:15.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:15 smithi038 conmon[37921]: audit 2024-02- 2024-02-19T23:30:15.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:15 smithi038 conmon[37921]: 19T23:30:14.387050+0000 mon.smithi038 (mon.0) 487 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-19T23:30:15.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:15 smithi038 conmon[37921]: audit 2024-02-19T23:30:14.387136+0000 mon.smithi038 (mon.0) 488 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/459070569,v1:172.21.15.38:6811/459070569]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-19T23:30:15.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:15 smithi038 conmon[37921]: cluster 2024-02-19T23:30:14.387196+0000 mon.smithi038 (mon.0) 489 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-19T23:30:15.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:15 smithi038 conmon[37921]: audit 2024-02-19T23:30:14.387377+0000 mon.smithi038 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:15.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:15 smithi038 conmon[37921]: audit 2024-02-19T23:30:14.387945+0000 mon.smithi038 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:15.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:15 smithi038 conmon[37921]: audit 2024-02-19T23:30:14.387976+0000 mon.smithi177 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.177:6824/3469369489,v1:172.21.15.177:6825/3469369489]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-02-19T23:30:15.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:15 smithi038 conmon[37921]: audit 2024-02-19T23:30:14.388291+0000 mon.smithi038 (mon.0) 492 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/459070569,v1:172.21.15.38:6811/459070569]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-02-19T23:30:15.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:15 smithi038 conmon[37921]: audit 2024-02-19T23:30:14.388608+0000 mon.smithi038 2024-02-19T23:30:15.644 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:15 smithi038 conmon[37921]: (mon.0) 493 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:15.645 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:15 smithi038 conmon[37921]: audit 2024-02-19 2024-02-19T23:30:15.645 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:15 smithi038 conmon[37921]: T23:30:14.388860+0000 mon.smithi038 (mon.0) 494 : audit [INF] 2024-02-19T23:30:15.645 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:15 smithi038 conmon[37921]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-02-19T23:30:15.645 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:15 smithi038 conmon[37921]: audit 2024 2024-02-19T23:30:15.645 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:15 smithi038 conmon[37921]: -02-19T23:30:14. 2024-02-19T23:30:15.645 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:15 smithi038 conmon[37921]: 389116+0000 mon.smithi038 (mon.0 2024-02-19T23:30:15.645 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:15 smithi038 conmon[37921]: ) 495 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:15.645 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:15 smithi038 conmon[37921]: 2024-02-19T23:30:15.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: audit 2024-02-19T23:30:14.387050+0000 mon.smithi038 (mon.0) 487 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-19T23:30:15.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: 2024-02-19T23:30:15.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: audit 2024-02-19T23:30:14.387136+0000 mon.smithi038 (mon.0) 488 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/459070569,v1:172.21.15.38:6811/459070569]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-19T23:30:15.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: cluster 2024-02- 2024-02-19T23:30:15.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: 19T23:30:14.387196+0000 mon.smithi038 (mon.0) 489 : cluster 2024-02-19T23:30:15.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-19T23:30:15.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: audit 2024-02-19T23:30:15.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: 2024-02-19T23:30:14.387377+0000 2024-02-19T23:30:15.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: mon.smithi038 (mon.0) 490 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:15.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: 2024-02-19T23:30:15.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: audit 2024-02-19T23: 2024-02-19T23:30:15.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: 30:14.387945+0000 mon.smithi038 (mon.0) 491 : 2024-02-19T23:30:15.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:15.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: audit 2024-02-19 2024-02-19T23:30:15.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: T23:30:14.387976+0000 mon.smithi177 (mon.1) 18 : audit [INF] from='osd.6 [v2:172.21.15.177:6824/3469369489,v1:172.21.15.177:6825/3469369489]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-02-19T23:30:15.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: 2024-02-19T23:30:15.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: audit 2024 2024-02-19T23:30:15.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: -02-19T23: 2024-02-19T23:30:15.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: 30:14.388291+0000 mon.smithi038 (mon.0) 492 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/459070569,v1:172.21.15.38:6811/459070569]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-02-19T23:30:15.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: audit 2024 2024-02-19T23:30:15.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: -02-19T23:30:14.388608+0000 mon.smithi038 (mon.0) 493 : audit 2024-02-19T23:30:15.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:15.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: audit 2024-02-19T23:30:15.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: 2024-02-19T23:30:14.388860+0000 mon.smithi038 (mon.0) 494 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]: dispatch 2024-02-19T23:30:15.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: audit 2024-02-19 2024-02-19T23:30:15.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: T23:30:14.389116+0000 mon.smithi038 (mon.0) 495 : audit [DBG] 2024-02-19T23:30:15.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:15 smithi177 conmon[43314]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:16.544 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: cluster 2024-02-19T23:30:14.429783+0000 osd.6 (osd.6) 1 : 2024-02-19T23:30:16.544 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: cluster [DBG] purged_snaps scrub starts 2024-02-19T23:30:16.544 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: cluster 2024-02-19T23:30:14.429834+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:30:16.545 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: cluster 2024-02-19T23:30:14.471425+0000 mgr.smithi038.xcqglv (mgr.14182) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-19T23:30:16.545 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: audit 2024-02-19T23:30:15.389150+0000 mon.smithi038 (mon.0) 496 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/459070569,v1:172.21.15.38:6811/459070569]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-02-19T23:30:16.545 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: audit 2024-02-19T23:30:15.389247+0000 mon.smithi038 (mon.0) 497 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-02-19T23:30:16.545 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: cluster 2024-02-19T23:30:15.389342+0000 mon.smithi038 (mon.0) 498 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-02-19T23:30:16.545 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: audit 2024-02-19T23:30:15.389846+0000 mon.smithi038 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:16.545 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: audit 2024-02-19T23:30:15.390213+0000 mon.smithi038 (mon.0) 500 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:16.545 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: audit 2024-02-19T23:30:15.390798+0000 mon.smithi038 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:16.545 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: audit 2024-02-19T23:30:15.391007+0000 mon.smithi038 (mon.0) 502 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:16.545 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: audit 2024-02-19T23:30:15.396730+0000 mon.smithi038 (mon.0) 503 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:16.545 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: audit 2024-02-19T23:30:15.397001+0000 mon.smithi038 (mon.0) 504 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:16.545 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: cluster 2024-02-19T23:30:16.386968+0000 mon.smithi038 (mon.0) 505 : cluster [INF] osd.6 [v2:172.21.15.177:6824/3469369489,v1:172.21.15.177:6825/3469369489] boot 2024-02-19T23:30:16.545 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: cluster 2024-02-19T23:30:16.545 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: 2024-02-19T23:30:16.387022+0000 mon.smithi038 (mon.0) 506 : cluster [INF] osd.3 [v2:172.21.15.38:6810/459070569,v1:172.21.15.38:6811/459070569] boot 2024-02-19T23:30:16.545 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: cluster 2024-02-19T23:30:16.387076+0000 mon.smithi038 (mon.0) 507 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2024-02-19T23:30:16.546 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: audit 2024-02-19T23:30:16.387416+0000 mon.smithi038 (mon.0) 508 : audit [DBG] 2024-02-19T23:30:16.546 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:16.546 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: audit 2024-02-19T23:30:16.387702+0000 mon.smithi038 2024-02-19T23:30:16.546 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:16.546 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: audit 2024 2024-02-19T23:30:16.546 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: -02-19T23:30:16.388042+0000 mon.smithi038 (mon.0) 510 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:16.546 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: audit 2024-02-19T23:30:16.388343+0000 mon.smithi038 ( 2024-02-19T23:30:16.546 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:16 smithi038 conmon[37921]: mon.0) 511 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:16.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: cluster 2024- 2024-02-19T23:30:16.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: 02-19T23:30:14.429783+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:30:16.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: cluster 2024-02-19T23:30:16.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: 2024-02-19T23:30:14.429834+0000 osd.6 (osd. 2024-02-19T23:30:16.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: 6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:30:16.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: cluster 2024-02-19T23 2024-02-19T23:30:16.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: :30:14.471425+0000 mgr.smithi038.xcqglv (mgr.14182) 100 : cluster [DBG] 2024-02-19T23:30:16.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: pgmap v74: 1 pgs: 1 creating+peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-19T23:30:16.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: audit 2024-02-19 2024-02-19T23:30:16.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: T23:30:15.389150+0000 mon.smithi038 (mon.0) 496 : audit [INF] from='osd.3 [v2:172.21.15.38:6810/459070569,v1:172.21.15.38:6811/459070569]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-02-19T23:30:16.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: 2024-02-19T23:30:16.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: audit 2024-02-19T23:30:15.389247 2024-02-19T23:30:16.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: +0000 mon.smithi038 (mon.0) 497 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi177", "root=default"]}]': finished 2024-02-19T23:30:16.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: cluster 2024-02-19 2024-02-19T23:30:16.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: T23:30:15.389342+0000 mon.smithi038 (mon.0) 498 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-02-19T23:30:16.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: audit 2024-02-19T23:30:15. 2024-02-19T23:30:16.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: 389846+0000 mon.smithi038 (mon.0) 499 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:16.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: audit 2024-02-19 2024-02-19T23:30:16.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: T23:30:15.390213+0000 mon.smithi038 (mon.0) 500 : audit 2024-02-19T23:30:16.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:16.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:30:16.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: 02-19T23:30:15.390798+0000 mon.smithi038 (mon. 2024-02-19T23:30:16.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: 0) 501 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:16.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: audit 2024-02- 2024-02-19T23:30:16.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: 19T23:30:15.391007+0000 mon.smithi038 (mon.0) 502 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:16.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: audit 2024-02 2024-02-19T23:30:16.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: -19T23:30:15.396730+0000 mon.smithi038 (mon.0 2024-02-19T23:30:16.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: ) 503 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:16.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: audit 2024 2024-02-19T23:30:16.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: -02-19T23:30:15.397001+0000 mon.smithi038 (mon.0) 504 : audit [DBG] 2024-02-19T23:30:16.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:16.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: cluster 2024-02-19T23:30:16.386968+0000 mon.smithi038 ( 2024-02-19T23:30:16.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: mon.0) 505 : cluster [INF] osd.6 [v2:172.21.15.177:6824/3469369489,v1:172.21.15.177:6825/3469369489] boot 2024-02-19T23:30:16.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: cluster 2024-02-19T23:30:16. 2024-02-19T23:30:16.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: 387022+0000 mon.smithi038 (mon.0) 506 : cluster [INF] osd.3 [v2:172.21.15.38:6810/459070569,v1:172.21.15.38:6811/459070569] boot 2024-02-19T23:30:16.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: cluster 2024-02-19T23:30: 2024-02-19T23:30:16.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: 16.387076+0000 mon.smithi038 (mon.0 2024-02-19T23:30:16.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: ) 507 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2024-02-19T23:30:16.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: audit 2024-02-19T23:30:16. 2024-02-19T23:30:16.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: 387416+0000 mon.smithi038 (mon.0) 508 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:30:16.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: audit 2024-02-19T23:30:16 2024-02-19T23:30:16.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: .387702+0000 mon.smithi038 (mon.0) 509 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:16.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: audit 2024-02- 2024-02-19T23:30:16.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: 19T23:30:16.388042+0000 mon.smithi038 (mon.0) 510 : audit [DBG] 2024-02-19T23:30:16.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:30:16.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: audit 2024-02-19 2024-02-19T23:30:16.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: T23:30:16.388343+0000 mon.smithi038 (mon.0) 511 : audit 2024-02-19T23:30:16.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:16 smithi177 conmon[43314]: [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:17.665 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:17 smithi038 conmon[37921]: cluster 2024-02-19T23:30:14.473115+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:30:17.665 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:17 smithi038 conmon[37921]: cluster 2024-02-19T23:30:14.473171+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:30:17.665 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:17 smithi038 conmon[37921]: cluster 2024-02-19T23:30:17.020808+0000 mon.smithi038 (mon.0) 512 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-02-19T23:30:17.665 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:17 smithi038 conmon[37921]: audit 2024-02-19T23:30:17.020951+0000 mon.smithi038 (mon.0) 513 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:17.665 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:17 smithi038 conmon[37921]: audit 2024-02-19T23:30:17.021214+0000 mon.smithi038 (mon.0) 514 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:17.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:17 smithi177 conmon[43314]: cluster 2024-02-19T23:30:14.473115+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:30:17.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:17 smithi177 conmon[43314]: cluster 2024-02-19T23:30:14.473171+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:30:17.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:17 smithi177 conmon[43314]: cluster 2024-02-19T23:30:17.020808+0000 mon.smithi038 (mon.0) 512 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-02-19T23:30:17.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:17 smithi177 conmon[43314]: audit 2024-02-19T23:30:17.020951+0000 mon.smithi038 ( 2024-02-19T23:30:17.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:17 smithi177 conmon[43314]: mon.0) 513 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:17.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:17 smithi177 conmon[43314]: audit 2024-02-19T23:30:17.021214+0000 mon.smithi038 (mon.0 2024-02-19T23:30:17.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:17 smithi177 conmon[43314]: ) 514 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:18.090 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:30:18.727 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:18 smithi038 conmon[37921]: cluster 2024-02-19T23:30:16.471747+0000 mgr.smithi038.xcqglv (mgr.14182) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T23:30:18.727 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:18 smithi038 conmon[37921]: cluster 2024-02-19T23:30:18.022831+0000 mon.smithi038 (mon.0) 515 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-19T23:30:18.727 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:18 smithi038 conmon[37921]: audit 2024-02-19T23:30:18.022984+0000 mon.smithi038 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:18.727 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:18 smithi038 conmon[37921]: audit 2024-02-19T23:30:18.023370+0000 mon.smithi038 (mon.0) 517 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:18.727 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:18 smithi038 conmon[37921]: audit 2024-02-19T23:30:18.089466+0000 mon.smithi038 (mon.0) 518 : audit [DBG] from='client.? 172.21.15.38:0/2410858930' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:30:18.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:18 smithi177 conmon[43314]: cluster 2024-02-19T23:30:16.471747+0000 mgr.smithi038.xcqglv (mgr.14182) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T23:30:18.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:18 smithi177 conmon[43314]: cluster 2024- 2024-02-19T23:30:18.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:18 smithi177 conmon[43314]: 02-19T23:30:18.022831+0000 mon.smithi038 (mon.0) 515 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-19T23:30:18.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:18 smithi177 conmon[43314]: audit 2024-02-19T23:30:18.022984+0000 mon.smithi038 (mon.0) 516 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:18.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:18 smithi177 conmon[43314]: audit 2024-02-19T23:30:18. 2024-02-19T23:30:18.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:18 smithi177 conmon[43314]: 023370+0000 mon.smithi038 (mon.0) 517 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:18.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:18 smithi177 conmon[43314]: audit 2024-02-19T23:30:18.089466+0000 2024-02-19T23:30:18.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:18 smithi177 conmon[43314]: mon.smithi038 (mon.0) 518 : audit [DBG] from='client.? 172.21.15.38:0/2410858930' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:30:19.373 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":31,"num_osds":8,"num_up_osds":6,"osd_up_since":1708385416,"num_in_osds":8,"osd_in_since":1708385386,"num_remapped_pgs":0} 2024-02-19T23:30:19.686 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:19 smithi038 conmon[37921]: cluster 2024-02-19T23:30:18.472094+0000 mgr.smithi038.xcqglv (mgr.14182) 102 : 2024-02-19T23:30:19.686 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:19 smithi038 conmon[37921]: cluster [DBG] pgmap v80: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T23:30:19.686 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:19 smithi038 conmon[37921]: audit 2024-02-19T23:30:18.557370+0000 mon.smithi038 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:19.686 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:19 smithi038 conmon[37921]: audit 2024-02-19T23:30:18.558210+0000 mon.smithi038 (mon.0) 520 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-19T23:30:19.686 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:19 smithi038 conmon[37921]: audit 2024-02-19T23:30:18.558954+0000 mon.smithi038 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:30:19.686 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:19 smithi038 conmon[37921]: cephadm 2024-02-19T23:30:18.559642+0000 mgr.smithi038.xcqglv (mgr.14182) 103 : cephadm [INF] Deploying daemon osd.7 on smithi038 2024-02-19T23:30:20.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:19 smithi177 conmon[43314]: cluster 2024-02-19T23:30:18.472094+0000 mgr.smithi038.xcqglv (mgr.14182) 102 : cluster [DBG] pgmap v80: 1 pgs: 1 creating+peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T23:30:20.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:19 smithi177 conmon[43314]: audit 2024-02-19T23:30:18.557370+0000 mon.smithi038 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:20.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:19 smithi177 conmon[43314]: audit 2024-02-19T23:30:18.558210+0000 mon.smithi038 (mon.0) 520 : audit [INF] 2024-02-19T23:30:20.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:19 smithi177 conmon[43314]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-19T23:30:20.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:19 smithi177 conmon[43314]: audit 2024-02-19T23:30:18.558954+0000 mon.smithi038 (mon 2024-02-19T23:30:20.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:19 smithi177 conmon[43314]: .0) 521 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:30:20.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:19 smithi177 conmon[43314]: cephadm 2024- 2024-02-19T23:30:20.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:19 smithi177 conmon[43314]: 02-19T23:30:18.559642+0000 mgr.smithi038.xcqglv (mgr.14182) 103 : cephadm [INF] Deploying daemon osd.7 on smithi038 2024-02-19T23:30:20.374 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:30:21.838 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:21 smithi038 conmon[37921]: cluster 2024-02-19T23:30:20.472411+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:30:21.838 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:21 smithi038 conmon[37921]: .14182) 104 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T23:30:22.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:21 smithi177 conmon[43314]: cluster 2024-02-19T23:30:20.472411+0000 mgr.smithi038.xcqglv (mgr.14182) 104 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T23:30:22.821 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:22 smithi038 conmon[37921]: audit 2024-02-19T23:30:21.715104+0000 mon.smithi038 (mon.0) 522 : audit [INF] from='osd.5 [v2:172.21.15.38:6818/3972507944,v1:172.21.15.38:6819/3972507944]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-19T23:30:23.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:22 smithi177 conmon[43314]: audit 2024-02-19T23:30:21.715104+0000 mon.smithi038 (mon.0) 522 : audit [INF] 2024-02-19T23:30:23.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:22 smithi177 conmon[43314]: from='osd.5 [v2:172.21.15.38:6818/3972507944,v1:172.21.15.38:6819/3972507944]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-19T23:30:23.670 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:30:23.835 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:23 smithi038 conmon[37921]: cluster 2024-02-19T23:30:22.472897+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:30:23.835 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:23 smithi038 conmon[37921]: mgr.14182) 105 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T23:30:23.835 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:23 smithi038 conmon[37921]: audit 2024-02-19T23:30:22.574426+0000 mon.smithi038 (mon.0) 523 : audit [INF] from='osd.5 [v2:172.21.15.38:6818/3972507944,v1:172.21.15.38:6819/3972507944]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-19T23:30:23.835 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:23 smithi038 conmon[37921]: cluster 2024-02-19T23:30:22.574485+0000 mon.smithi038 (mon.0) 524 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-19T23:30:23.835 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:23 smithi038 conmon[37921]: audit 2024-02-19T23:30:22.574616+0000 mon.smithi038 (mon.0) 525 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:23.836 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:23 smithi038 conmon[37921]: audit 2024-02-19T23:30:22.574930+0000 mon.smithi038 (mon.0) 526 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:23.836 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:23 smithi038 conmon[37921]: audit 2024-02-19T23:30:22.575195+0000 mon.smithi038 (mon.0) 527 : audit [INF] from='osd.5 [v2:172.21.15.38:6818/3972507944,v1:172.21.15.38:6819/3972507944]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-02-19T23:30:24.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:23 smithi177 conmon[43314]: cluster 2024-02-19T23:30:22.472897+0000 mgr.smithi038.xcqglv (mgr.14182) 105 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T23:30:24.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:23 smithi177 conmon[43314]: audit 2024-02-19T23:30:22.574426+0000 mon.smithi038 (mon.0) 523 : audit [INF] from='osd.5 [v2:172.21.15.38:6818/3972507944,v1:172.21.15.38:6819/3972507944]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-19T23:30:24.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:23 smithi177 conmon[43314]: cluster 2024-02-19T23:30:22.574485+0000 2024-02-19T23:30:24.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:23 smithi177 conmon[43314]: mon.smithi038 (mon.0) 524 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-19T23:30:24.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:23 smithi177 conmon[43314]: audit 2024-02-19T23:30:22 2024-02-19T23:30:24.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:23 smithi177 conmon[43314]: .574616+0000 mon.smithi038 (mon.0) 525 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:24.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:23 smithi177 conmon[43314]: audit 2024-02-19T23:30:22.574930+0000 mon.smithi038 (mon.0 2024-02-19T23:30:24.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:23 smithi177 conmon[43314]: ) 526 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:24.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:23 smithi177 conmon[43314]: audit 2024-02-19T23:30:24.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:23 smithi177 conmon[43314]: 2024-02-19T23:30:22.575195+0000 mon.smithi038 (mon.0) 527 : audit [INF] from='osd.5 [v2:172.21.15.38:6818/3972507944,v1:172.21.15.38:6819/3972507944]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-02-19T23:30:24.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:24 smithi038 conmon[37921]: audit 2024-02-19T23:30:23.577612+0000 mon.smithi038 (mon.0) 528 2024-02-19T23:30:24.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:24 smithi038 conmon[37921]: : audit [INF] from='osd.5 [v2:172.21.15.38:6818/3972507944,v1:172.21.15.38:6819/3972507944]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-02-19T23:30:24.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:24 smithi038 conmon[37921]: cluster 2024-02-19T23:30:23.577668+0000 mon.smithi038 (mon.0) 529 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-19T23:30:24.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:24 smithi038 conmon[37921]: audit 2024-02-19T23:30:23.578228+0000 mon.smithi038 (mon.0) 530 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:24.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:24 smithi038 conmon[37921]: audit 2024-02-19T23:30:23.578427+0000 mon.smithi038 (mon.0) 531 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:24.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:24 smithi038 conmon[37921]: audit 2024-02-19T23:30:23.583965+0000 mon.smithi038 (mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:24.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:24 smithi038 conmon[37921]: audit 2024-02-19T23:30:23.669733+0000 mon.smithi038 (mon.0) 533 : audit [DBG] from='client.? 172.21.15.38:0/2923235575' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:30:25.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:24 smithi177 conmon[43314]: audit 2024-02-19T23:30:23.577612+0000 mon.smithi038 (mon.0) 528 : audit [INF] from='osd.5 [v2:172.21.15.38:6818/3972507944,v1:172.21.15.38:6819/3972507944]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-02-19T23:30:25.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:24 smithi177 conmon[43314]: cluster 2024-02-19T23:30:23.577668+0000 mon.smithi038 (mon.0) 529 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-19T23:30:25.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:24 smithi177 conmon[43314]: audit 2024-02-19T23:30:23.578228+0000 mon.smithi038 2024-02-19T23:30:25.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:24 smithi177 conmon[43314]: (mon.0) 530 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:25.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:24 smithi177 conmon[43314]: audit 2024-02-19T23: 2024-02-19T23:30:25.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:24 smithi177 conmon[43314]: 30:23.578427+0000 mon.smithi038 (mon.0) 531 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:25.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:24 smithi177 conmon[43314]: audit 2024-02-19T23:30:23.583965+0000 mon.smithi038 (mon. 2024-02-19T23:30:25.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:24 smithi177 conmon[43314]: 0) 532 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:25.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:24 smithi177 conmon[43314]: audit 2024-02-19T23:30:23.669733+0000 mon.smithi038 (mon. 2024-02-19T23:30:25.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:24 smithi177 conmon[43314]: 0) 533 : audit [DBG] from='client.? 172.21.15.38:0/2923235575' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:30:25.188 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":33,"num_osds":8,"num_up_osds":6,"osd_up_since":1708385416,"num_in_osds":8,"osd_in_since":1708385386,"num_remapped_pgs":0} 2024-02-19T23:30:25.914 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: cluster 2024-02-19T23:30:22.726470+0000 osd.5 (osd.5) 2024-02-19T23:30:25.914 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:30:25.914 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: cluster 2024-02-19T23:30:22.726530+0000 osd.5 (osd.5) 2024-02-19T23:30:25.914 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:30:25.914 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: cluster 2024-02-19T23:30:24. 2024-02-19T23:30:25.914 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: 473171+0000 mgr.smithi038.xcqglv (mgr.14182) 106 : cluster 2024-02-19T23:30:25.914 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T23:30:25.914 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: audit 2024 2024-02-19T23:30:25.914 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: -02-19T23:30:24.581656 2024-02-19T23:30:25.914 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: +0000 mon.smithi038 (mon.0) 534 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:25.914 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: cluster 2024-02- 2024-02-19T23:30:25.915 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: 19T23:30:24.587008+0000 mon.smithi038 (mon. 2024-02-19T23:30:25.915 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: 0) 535 : cluster [INF] osd.5 [v2:172.21.15.38:6818/3972507944,v1:172.21.15.38:6819/3972507944] boot 2024-02-19T23:30:25.915 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: 2024-02-19T23:30:25.915 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: cluster 2024- 2024-02-19T23:30:25.915 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: 02-19T23:30:24.587069+0000 mon.smithi038 2024-02-19T23:30:25.915 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: (mon.0) 536 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-02-19T23:30:25.915 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: audit 2024 2024-02-19T23:30:25.915 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: -02-19T23:30:24. 2024-02-19T23:30:25.915 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: 587800+0000 mon.smithi038 (mon.0) 537 : audit 2024-02-19T23:30:25.915 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:25.915 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: audit 2024-02- 2024-02-19T23:30:25.915 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: 19T23:30:24.588069+0000 mon.smithi038 2024-02-19T23:30:25.915 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:25 smithi038 conmon[37921]: (mon.0) 538 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:26.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:25 smithi177 conmon[43314]: cluster 2024-02-19T23:30:22.726470+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:30:26.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:25 smithi177 conmon[43314]: cluster 2024-02-19T23:30:22.726530+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:30:26.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:25 smithi177 conmon[43314]: cluster 2024 2024-02-19T23:30:26.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:25 smithi177 conmon[43314]: -02-19T23:30:24.473171+0000 mgr.smithi038.xcqglv (mgr.14182) 106 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T23:30:26.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:25 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:30:26.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:25 smithi177 conmon[43314]: 02-19T23:30:24.581656+0000 mon.smithi038 2024-02-19T23:30:26.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:25 smithi177 conmon[43314]: (mon.0) 534 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:26.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:25 smithi177 conmon[43314]: cluster 2024-02-19 2024-02-19T23:30:26.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:25 smithi177 conmon[43314]: T23:30:24.587008+0000 mon.smithi038 (mon.0) 535 : 2024-02-19T23:30:26.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:25 smithi177 conmon[43314]: cluster [INF] osd.5 [v2:172.21.15.38:6818/3972507944,v1:172.21.15.38:6819/3972507944] boot 2024-02-19T23:30:26.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:25 smithi177 conmon[43314]: cluster 2024-02-19T 2024-02-19T23:30:26.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:25 smithi177 conmon[43314]: 23:30:24.587069+0000 mon.smithi038 (mon.0) 2024-02-19T23:30:26.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:25 smithi177 conmon[43314]: 536 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-02-19T23:30:26.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:25 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:30:26.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:25 smithi177 conmon[43314]: 02-19T23:30:24.587800+0000 mon.smithi038 (mon 2024-02-19T23:30:26.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:25 smithi177 conmon[43314]: .0) 537 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:30:26.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:25 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:30:26.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:25 smithi177 conmon[43314]: 02-19T23:30:24.588069+0000 mon.smithi038 ( 2024-02-19T23:30:26.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:25 smithi177 conmon[43314]: mon.0) 538 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:26.189 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:30:26.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:26 smithi038 conmon[37921]: cluster 2024-02-19T23:30:25.595888+0000 mon.smithi038 2024-02-19T23:30:26.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:26 smithi038 conmon[37921]: (mon.0) 539 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-19T23:30:26.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:26 smithi038 conmon[37921]: audit 2024-02-19T23 2024-02-19T23:30:26.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:26 smithi038 conmon[37921]: :30:25.596284+0000 mon.smithi038 (mon.0) 540 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:26.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:26 smithi038 conmon[37921]: audit 2024-02 2024-02-19T23:30:26.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:26 smithi038 conmon[37921]: -19T23:30:26.090219+0000 mon.smithi038 (mon 2024-02-19T23:30:26.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:26 smithi038 conmon[37921]: .0) 541 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:27.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:26 smithi177 conmon[43314]: cluster 2024-02-19T23:30:25.595888+0000 mon.smithi038 (mon.0) 539 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-19T23:30:27.040 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:26 smithi177 conmon[43314]: audit 2024-02-19T23:30:25.596284+0000 mon.smithi038 (mon.0) 540 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:27.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:26 smithi177 conmon[43314]: audit 2024-02-19T 2024-02-19T23:30:27.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:26 smithi177 conmon[43314]: 23:30:26.090219+0000 mon.smithi038 (mon.0) 2024-02-19T23:30:27.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:26 smithi177 conmon[43314]: 541 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:28.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:28 smithi038 conmon[37921]: cluster 2024-02-19T23:30:26.473500+0000 mgr.smithi038.xcqglv (mgr.14182) 107 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-19T23:30:28.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:28 smithi177 conmon[43314]: cluster 2024-02-19T23:30:26.473500+0000 mgr.smithi038.xcqglv (mgr.14182) 107 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-19T23:30:29.112 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:30:30.342 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:30 smithi038 conmon[37921]: cluster 2024-02-19T23:30:28.473845+0000 mgr.smithi038.xcqglv (mgr.14182) 108 : cluster 2024-02-19T23:30:30.342 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:30 smithi038 conmon[37921]: [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-19T23:30:30.342 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:30 smithi038 conmon[37921]: audit 2024-02-19T23:30:29.111688+0000 mon.smithi038 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.38:0/1056327916' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:30:30.343 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:30 smithi038 conmon[37921]: audit 2024-02-19T23:30:29.286161+0000 mon.smithi038 (mon.0) 543 : audit [INF] from='osd.7 [v2:172.21.15.38:6826/3348971616,v1:172.21.15.38:6827/3348971616]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-19T23:30:30.365 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1708385424,"num_in_osds":8,"osd_in_since":1708385386,"num_remapped_pgs":0} 2024-02-19T23:30:30.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:30 smithi177 conmon[43314]: cluster 2024-02-19T23:30:28.473845+0000 mgr.smithi038.xcqglv (mgr.14182) 108 : cluster 2024-02-19T23:30:30.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:30 smithi177 conmon[43314]: [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-19T23:30:30.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:30 smithi177 conmon[43314]: audit 2024-02-19T23:30:29.111688+0000 mon.smithi038 (mon.0) 542 : 2024-02-19T23:30:30.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:30 smithi177 conmon[43314]: audit [DBG] from='client.? 172.21.15.38:0/1056327916' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:30:30.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:30 smithi177 conmon[43314]: audit 2024-02-19T23:30:30.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:30 smithi177 conmon[43314]: 2024-02-19T23:30:29 2024-02-19T23:30:30.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:30 smithi177 conmon[43314]: .286161+0000 mon.smithi038 (mon.0) 543 : audit [INF] 2024-02-19T23:30:30.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:30 smithi177 conmon[43314]: from='osd.7 [v2:172.21.15.38:6826/3348971616,v1:172.21.15.38:6827/3348971616]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-19T23:30:31.367 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:30:31.398 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:31 smithi038 conmon[37921]: audit 2024-02-19T23:30:30.100693+0000 mon.smithi038 (mon.0) 544 : audit [INF] from='osd.7 [v2:172.21.15.38:6826/3348971616,v1:172.21.15.38:6827/3348971616]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-19T23:30:31.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:31 smithi038 conmon[37921]: cluster 2024-02-19T23:30:30.100755+0000 mon.smithi038 (mon.0) 545 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-19T23:30:31.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:31 smithi038 conmon[37921]: audit 2024-02-19T23:30:30.101244+0000 mon.smithi038 (mon.0) 546 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:31.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:31 smithi038 conmon[37921]: audit 2024-02-19T23:30:30.101556+0000 mon.smithi038 (mon.0) 547 : audit [INF] from='osd.7 [v2:172.21.15.38:6826/3348971616,v1:172.21.15.38:6827/3348971616]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-02-19T23:30:31.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:31 smithi038 conmon[37921]: audit 2024-02-19T23:30:30.602495+0000 mon.smithi038 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:31.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:31 smithi038 conmon[37921]: audit 2024-02-19T23:30:30.604695+0000 mon.smithi038 (mon.0) 549 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:30:31.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:31 smithi038 conmon[37921]: audit 2024-02-19T23:30:31.100642+0000 mon.smithi038 (mon.0) 550 : audit [INF] from='osd.7 [v2:172.21.15.38:6826/3348971616,v1:172.21.15.38:6827/3348971616]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-02-19T23:30:31.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:31 smithi038 conmon[37921]: cluster 2024-02-19T23:30:31.100714+0000 mon.smithi038 (mon.0) 551 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-19T23:30:31.399 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:31 smithi038 conmon[37921]: audit 2024-02-19T23:30:31.100838+0000 mon.smithi038 (mon.0) 552 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:31.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:31 smithi177 conmon[43314]: audit 2024-02-19T23:30:30.100693+0000 mon.smithi038 (mon.0) 544 : audit 2024-02-19T23:30:31.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:31 smithi177 conmon[43314]: [INF] from='osd.7 [v2:172.21.15.38:6826/3348971616,v1:172.21.15.38:6827/3348971616]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-19T23:30:31.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:31 smithi177 conmon[43314]: cluster 2024-02-19T23:30:30.100755+0000 mon.smithi038 (mon.0) 545 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-19T23:30:31.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:31 smithi177 conmon[43314]: audit 2024-02-19T23:30:30.101244+0000 mon.smithi038 (mon.0) 546 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:31.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:31 smithi177 conmon[43314]: audit 2024-02-19T23:30:30.101556+0000 mon.smithi038 (mon.0) 547 : audit [INF] from='osd.7 [v2:172.21.15.38:6826/3348971616,v1:172.21.15.38:6827/3348971616]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]: dispatch 2024-02-19T23:30:31.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:31 smithi177 conmon[43314]: audit 2024-02-19T23:30:30.602495+0000 mon.smithi038 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:31.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:31 smithi177 conmon[43314]: audit 2024-02-19T23:30:30.604695+0000 mon.smithi038 (mon.0) 549 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:30:31.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:31 smithi177 conmon[43314]: audit 2024-02-19T23:30:31.100642+0000 mon.smithi038 (mon.0) 550 : audit [INF] from='osd.7 [v2:172.21.15.38:6826/3348971616,v1:172.21.15.38:6827/3348971616]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi038", "root=default"]}]': finished 2024-02-19T23:30:31.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:31 smithi177 conmon[43314]: cluster 2024-02-19T23:30:31.100714+0000 mon.smithi038 (mon.0) 551 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-19T23:30:31.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:31 smithi177 conmon[43314]: audit 2024-02-19T23:30:31.100838+0000 mon.smithi038 (mon.0) 552 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:32.287 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:32 smithi038 conmon[37921]: cluster 2024-02-19T23:30:30.474248+0000 mgr.smithi038.xcqglv (mgr.14182) 109 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-19T23:30:32.287 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:32 smithi038 conmon[37921]: audit 2024-02-19T23:30:31.104926+0000 mon.smithi038 (mon.0) 553 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:32.287 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:32 smithi038 conmon[37921]: audit 2024-02-19T23:30:32.104969+0000 mon.smithi038 (mon.0) 554 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:32.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:32 smithi177 conmon[43314]: cluster 2024-02-19T23:30:30.474248+0000 mgr.smithi038.xcqglv (mgr.14182) 109 : cluster [DBG] 2024-02-19T23:30:32.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:32 smithi177 conmon[43314]: pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-19T23:30:32.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:32 smithi177 conmon[43314]: audit 2024-02-19T23:30:31.104926+0000 mon.smithi038 (mon.0) 553 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:32.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:32 smithi177 conmon[43314]: audit 2024-02-19T23:30:32.104969+0000 mon.smithi038 (mon.0) 554 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:33.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:33 smithi177 conmon[43314]: cluster 2024-02-19T23:30:30.254455+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:30:33.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:33 smithi177 conmon[43314]: cluster 2024-02-19T23:30:30.254525+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:30:33.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:33 smithi177 conmon[43314]: cluster 2024-02-19T23:30:32.116477+0000 mon.smithi038 (mon.0) 555 : cluster [INF] osd.7 [v2:172.21.15.38:6826/3348971616,v1:172.21.15.38:6827/3348971616] boot 2024-02-19T23:30:33.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:33 smithi177 conmon[43314]: cluster 2024-02-19T23:30:32.116516+0000 mon.smithi038 (mon.0) 556 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-19T23:30:33.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:33 smithi177 conmon[43314]: audit 2024-02-19T23:30:32.119054+0000 mon.smithi038 (mon.0) 557 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:33.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:33 smithi177 conmon[43314]: audit 2024-02-19T23:30:32.232936+0000 mon.smithi038 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:33.444 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:33 smithi038 conmon[37921]: cluster 2024 2024-02-19T23:30:33.446 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:33 smithi038 conmon[37921]: -02-19T23:30:30.254455+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:30:33.446 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:33 smithi038 conmon[37921]: cluster 2024-02-19T23:30:30.254525+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:30:33.446 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:33 smithi038 conmon[37921]: cluster 2024-02-19T23:30:32.116477+0000 mon.smithi038 (mon.0) 555 : cluster [INF] osd.7 [v2:172.21.15.38:6826/3348971616,v1:172.21.15.38:6827/3348971616] boot 2024-02-19T23:30:33.446 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:33 smithi038 conmon[37921]: cluster 2024-02-19T23:30:32.116516+0000 mon.smithi038 (mon.0) 556 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-19T23:30:33.446 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:33 smithi038 conmon[37921]: audit 2024-02-19T23:30:32.119054+0000 mon.smithi038 (mon.0) 557 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:30:33.446 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:33 smithi038 conmon[37921]: audit 2024-02-19T23:30:32.232936+0000 mon.smithi038 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:33.896 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:30:34.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:34 smithi038 conmon[37921]: cluster 2024-02-19T23:30:32.474587+0000 mgr.smithi038.xcqglv (mgr.14182) 110 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-19T23:30:34.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:34 smithi038 conmon[37921]: cluster 2024-02-19T23:30:33.128598+0000 mon.smithi038 (mon.0) 559 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-19T23:30:34.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:34 smithi038 conmon[37921]: audit 2024-02-19T23:30:33.896397+0000 mon.smithi038 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.38:0/2429667141' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:30:34.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:34 smithi177 conmon[43314]: cluster 2024-02-19T23:30:32.474587+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:30:34.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:34 smithi177 conmon[43314]: 14182) 110 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-19T23:30:34.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:34 smithi177 conmon[43314]: cluster 2024-02-19T23:30:33.128598+0000 mon.smithi038 (mon.0) 559 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-19T23:30:34.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:34 smithi177 conmon[43314]: audit 2024-02-19T23:30:33.896397+0000 mon.smithi038 (mon.0) 560 : audit [DBG] from='client.? 172.21.15.38:0/2429667141' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:30:34.931 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1708385432,"num_in_osds":8,"osd_in_since":1708385386,"num_remapped_pgs":0} 2024-02-19T23:30:34.932 INFO:tasks.cephadm:Setting up client nodes... 2024-02-19T23:30:34.932 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-19T23:30:36.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:36 smithi177 conmon[43314]: cluster 2024-02-19T23:30:34.475000+0000 mgr.smithi038.xcqglv (mgr.14182) 111 : cluster [DBG] pgmap v96: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:36.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:36 smithi177 conmon[43314]: audit 2024-02-19T23:30:35.558281+0000 mon.smithi038 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:36.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:36 smithi177 conmon[43314]: audit 2024-02-19T23:30:35.828658+0000 mon.smithi038 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:36.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:36 smithi177 conmon[43314]: audit 2024-02-19T23:30:35.865289+0000 mon.smithi038 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:30:36.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:36 smithi177 conmon[43314]: audit 2024-02-19T23:30:35.866081+0000 mon.smithi038 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:30:36.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:36 smithi177 conmon[43314]: audit 2024-02-19T23:30:35.866738+0000 mon.smithi038 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:30:36.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:36 smithi177 conmon[43314]: audit 2024-02-19T23:30:35.867393+0000 mon.smithi038 (mon.0) 566 : audit [INF] 2024-02-19T23:30:36.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:36 smithi177 conmon[43314]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:30:36.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:36 smithi177 conmon[43314]: audit 2024-02-19T23:30:35.872341+0000 mon.smithi038 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:36.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:36 smithi038 conmon[37921]: cluster 2024-02-19T23:30:34.475000 2024-02-19T23:30:36.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:36 smithi038 conmon[37921]: +0000 mgr.smithi038.xcqglv (mgr.14182) 111 : cluster [DBG] pgmap v96: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:36.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:36 smithi038 conmon[37921]: audit 2024-02-19T23:30:35.558281+0000 mon.smithi038 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:36.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:36 smithi038 conmon[37921]: audit 2024-02-19T23:30:35.828658+0000 mon.smithi038 (mon.0) 562 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:36.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:36 smithi038 conmon[37921]: audit 2024-02-19T23:30:35.865289+0000 mon.smithi038 (mon.0) 563 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:30:36.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:36 smithi038 conmon[37921]: audit 2024-02-19T23:30:35.866081+0000 mon.smithi038 (mon.0) 564 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:30:36.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:36 smithi038 conmon[37921]: audit 2024-02-19T23:30:35.866738+0000 mon.smithi038 (mon.0) 565 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:30:36.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:36 smithi038 conmon[37921]: audit 2024-02-19T23:30:35.867393+0000 mon.smithi038 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:30:36.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:36 smithi038 conmon[37921]: audit 2024-02-19T23:30:35.872341+0000 mon.smithi038 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:37.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:37 smithi038 conmon[37921]: cephadm 2024-02-19T23:30:35.552452+0000 mgr.smithi038.xcqglv (mgr.14182) 112 : cephadm [INF] Detected new or changed devices on smithi177 2024-02-19T23:30:37.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:37 smithi038 conmon[37921]: cephadm 2024-02-19T23:30:35.867915+0000 mgr.smithi038.xcqglv (mgr.14182) 113 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 3990M 2024-02-19T23:30:37.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:37 smithi177 conmon[43314]: cephadm 2024-02-19T23:30:35.552452+0000 mgr.smithi038.xcqglv (mgr.14182) 112 : cephadm [INF] 2024-02-19T23:30:37.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:37 smithi177 conmon[43314]: Detected new or changed devices on smithi177 2024-02-19T23:30:37.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:37 smithi177 conmon[43314]: cephadm 2024-02-19T23:30:35.867915+0000 mgr.smithi038.xcqglv (mgr.14182) 113 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 3990M 2024-02-19T23:30:37.583 INFO:teuthology.orchestra.run.smithi038.stdout:[client.0] 2024-02-19T23:30:37.583 INFO:teuthology.orchestra.run.smithi038.stdout: key = AQCd5NNlVB3mIRAAs2AX4LF9uRWO1y849WFQWA== 2024-02-19T23:30:38.258 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:38 smithi038 conmon[37921]: cluster 2024-02-19T23:30:36.475341+0000 mgr.smithi038.xcqglv (mgr.14182) 114 : cluster [DBG] pgmap v97: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:38.258 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:38 smithi038 conmon[37921]: audit 2024-02-19T23:30:37.568571+0000 mon.smithi038 (mon.0) 568 : audit [INF] from='client.? 172.21.15.38:0/3699812223' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-19T23:30:38.258 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:38 smithi038 conmon[37921]: audit 2024-02-19T23:30:37.576111+0000 mon.smithi038 (mon.0) 569 : audit [INF] from='client.? 172.21.15.38:0/3699812223' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-19T23:30:38.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:38 smithi177 conmon[43314]: cluster 2024-02-19T23:30:36.475341+0000 mgr.smithi038.xcqglv (mgr.14182) 114 : cluster [DBG] pgmap v97: 1 pgs: 1 peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:38.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:38 smithi177 conmon[43314]: 2024-02-19T23:30:38.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:38 smithi177 conmon[43314]: audit 2024-02-19T23:30:37.568571+0000 mon.smithi038 (mon.0) 568 : audit [INF] from='client.? 172.21.15.38:0/3699812223' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-19T23:30:38.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:38 smithi177 conmon[43314]: audit 2024-02-19T23:30:37.576111+0000 mon.smithi038 (mon.0) 2024-02-19T23:30:38.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:38 smithi177 conmon[43314]: 569 : audit [INF] from='client.? 172.21.15.38:0/3699812223' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-19T23:30:38.816 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-19T23:30:38.816 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-19T23:30:38.816 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-19T23:30:38.878 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-19T23:30:40.304 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:40 smithi177 conmon[43314]: cluster 2024-02-19T23:30:38.475734+0000 mgr.smithi038.xcqglv (mgr.14182) 115 2024-02-19T23:30:40.304 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:40 smithi177 conmon[43314]: : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:40.473 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:40 smithi038 conmon[37921]: cluster 2024-02-19T23:30:38.475734+0000 mgr.smithi038.xcqglv (mgr.14182) 115 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:40.688 INFO:teuthology.orchestra.run.smithi177.stdout:[client.1] 2024-02-19T23:30:40.688 INFO:teuthology.orchestra.run.smithi177.stdout: key = AQCg5NNlub2IKBAAfuRIkmvaZjiweZARmVe7Fg== 2024-02-19T23:30:41.266 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-02-19T23:30:41.266 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-19T23:30:41.266 DEBUG:teuthology.orchestra.run.smithi177:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-19T23:30:41.308 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd dump --format=json 2024-02-19T23:30:41.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:41 smithi177 conmon[43314]: audit 2024-02-19T23:30:40.679278+0000 mon.smithi177 (mon.1) 19 : audit [INF] from='client.? 172.21.15.177:0/3473460410' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-19T23:30:41.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:41 smithi177 conmon[43314]: audit 2024-02-19T23:30:40.679856+0000 mon.smithi038 (mon.0) 570 : 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-19T23:30:41.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:41 smithi177 conmon[43314]: audit 2024-02-19T23:30:40.688309+0000 mon.smithi038 (mon.0) 571 : 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-19T23:30:41.541 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:41 smithi038 conmon[37921]: audit 2024-02-19T23:30:40.679278+0000 mon.smithi177 (mon.1 2024-02-19T23:30:41.541 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:41 smithi038 conmon[37921]: ) 19 : audit [INF] from='client.? 172.21.15.177:0/3473460410' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-19T23:30:41.541 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:41 smithi038 conmon[37921]: audit 2024-02-19T23:30:40.679856+0000 mon.smithi038 (mon.0) 570 : 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-19T23:30:41.541 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:41 smithi038 conmon[37921]: audit 2024-02-19T23:30:40.688309+0000 mon.smithi038 (mon.0) 571 : 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-19T23:30:41.708 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:30:42.700 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: cluster 2024-02-19T23:30:40.476202+0000 mgr.smithi038.xcqglv (mgr.14182) 116 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:42.700 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: cephadm 2024-02-19T23:30:41.398085+0000 mgr.smithi038.xcqglv (mgr.14182) 117 : cephadm [INF] Detected new or changed devices on smithi038 2024-02-19T23:30:42.700 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: audit 2024-02-19T23:30:41.407797+0000 mon.smithi038 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:42.700 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: audit 2024-02-19T23:30:41.832845+0000 mon.smithi038 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:30:42.700 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: audit 2024-02-19T23:30:41.833531+0000 mon.smithi038 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:30:42.701 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: audit 2024-02-19T23:30:41.834111+0000 mon.smithi038 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:30:42.701 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: audit 2024-02-19T23:30:41.834676+0000 mon.smithi038 (mon.0) 576 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:30:42.701 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: audit 2024-02-19T23:30:41.839004+0000 mon.smithi038 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:42.701 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: audit 2024-02-19T23:30:41.839987+0000 mon.smithi038 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:30:42.701 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: audit 2024-02-19T23:30:41.840650+0000 mon.smithi038 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:30:42.701 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: audit 2024-02-19T23:30:41.846418+0000 mon.smithi038 ( 2024-02-19T23:30:42.701 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:42.701 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: audit 2024-02-19T23:30:41.850144+0000 mon.smithi038 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:30:42.701 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: audit 2024-02-19T23:30:41.853156 2024-02-19T23:30:42.701 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: +0000 mon.smithi038 (mon.0) 582 : audit [INF] 2024-02-19T23:30:42.701 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T23:30:42.701 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: audit 2024-02-19T23:30:41 2024-02-19T23:30:42.701 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: .854027+0000 mon.smithi038 (mon.0) 583 : audit 2024-02-19T23:30:42.701 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T23:30:42.702 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: audit 2024-02-19T23 2024-02-19T23:30:42.702 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: :30:41.854261+0000 mon.smithi038 (mon.0) 2024-02-19T23:30:42.702 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: 584 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:30:42.702 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: audit 2024-02-19 2024-02-19T23:30:42.702 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: T23:30:41.854744+0000 mon.smithi038 (mon.0) 585 2024-02-19T23:30:42.702 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:42 smithi177 conmon[43314]: : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:30:42.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:42 smithi038 conmon[37921]: cluster 2024-02-19T23:30:40.476202+0000 mgr.smithi038.xcqglv (mgr.14182) 116 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:42.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:42 smithi038 conmon[37921]: cephadm 2024-02-19T23:30:41.398085+0000 mgr.smithi038.xcqglv (mgr.14182) 117 : cephadm [INF] Detected new or changed devices on smithi038 2024-02-19T23:30:42.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:42 smithi038 conmon[37921]: audit 2024-02-19T23:30:41.407797+0000 mon.smithi038 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:42 smithi038 conmon[37921]: audit 2024-02-19T23:30:41.832845+0000 mon.smithi038 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:30:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:42 smithi038 conmon[37921]: audit 2024-02-19T23:30:41.833531+0000 mon.smithi038 (mon.0) 574 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:30:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:42 smithi038 conmon[37921]: audit 2024-02-19T23:30:41.834111+0000 mon.smithi038 (mon.0) 575 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:30:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:42 smithi038 conmon[37921]: audit 2024-02-19T23:30:41.834676+0000 mon.smithi038 (mon 2024-02-19T23:30:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:42 smithi038 conmon[37921]: .0) 576 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:30:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:42 smithi038 conmon[37921]: audit 2024-02-19T23:30:41.839004+0000 mon.smithi038 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:42 smithi038 conmon[37921]: audit 2024-02-19T23:30:41.839987+0000 mon.smithi038 (mon.0) 578 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:30:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:42 smithi038 conmon[37921]: audit 2024-02-19T23:30:41.840650+0000 mon.smithi038 (mon.0) 579 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:30:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:42 smithi038 conmon[37921]: audit 2024-02-19T23:30:41.846418+0000 mon.smithi038 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:42 smithi038 conmon[37921]: audit 2024-02-19T23:30:41.850144+0000 mon.smithi038 (mon.0) 581 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:30:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:42 smithi038 conmon[37921]: audit 2024-02-19T23:30:41.853156+0000 mon.smithi038 (mon.0) 582 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T23:30:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:42 smithi038 conmon[37921]: audit 2024-02-19T23:30:41.854027+0000 mon.smithi038 (mon.0) 583 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T23:30:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:42 smithi038 conmon[37921]: audit 2024-02-19T23:30:41.854261+0000 mon.smithi038 (mon.0) 584 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:30:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:42 smithi038 conmon[37921]: audit 2024-02-19T23:30:41.854744+0000 mon.smithi038 (mon.0) 585 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:30:43.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:43 smithi038 conmon[37921]: cephadm 2024-02-19T23:30:41.835166+0000 mgr.smithi038.xcqglv (mgr.14182) 118 2024-02-19T23:30:43.530 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:43 smithi038 conmon[37921]: : cephadm [INF] Adjusting osd_memory_target on smithi038 to 3223M 2024-02-19T23:30:43.734 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:30:43.734 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":39,"fsid":"d7050478-cf7d-11ee-95bb-87774f69a715","created":"2024-02-19T23:26:26.845965+0000","modified":"2024-02-19T23:30:33.123688+0000","last_up_change":"2024-02-19T23:30:32.112121+0000","last_in_change":"2024-02-19T23:29:46.494415+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-19T23:30:09.582602+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"7dc48019-87e7-40a8-98cc-7c63f6f0a619","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6800","nonce":1928153511},{"type":"v1","addr":"172.21.15.177:6801","nonce":1928153511}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":1928153511},{"type":"v1","addr":"172.21.15.177:6803","nonce":1928153511}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":1928153511},{"type":"v1","addr":"172.21.15.177:6807","nonce":1928153511}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":1928153511},{"type":"v1","addr":"172.21.15.177:6805","nonce":1928153511}]},"public_addr":"172.21.15.177:6801/1928153511","cluster_addr":"172.21.15.177:6803/1928153511","heartbeat_back_addr":"172.21.15.177:6807/1928153511","heartbeat_front_addr":"172.21.15.177:6805/1928153511","state":["exists","up"]},{"osd":1,"uuid":"37bd4cfb-7d49-480a-ac71-fd28cb1be81d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6802","nonce":4001989793},{"type":"v1","addr":"172.21.15.38:6803","nonce":4001989793}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6804","nonce":4001989793},{"type":"v1","addr":"172.21.15.38:6805","nonce":4001989793}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6808","nonce":4001989793},{"type":"v1","addr":"172.21.15.38:6809","nonce":4001989793}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6806","nonce":4001989793},{"type":"v1","addr":"172.21.15.38:6807","nonce":4001989793}]},"public_addr":"172.21.15.38:6803/4001989793","cluster_addr":"172.21.15.38:6805/4001989793","heartbeat_back_addr":"172.21.15.38:6809/4001989793","heartbeat_front_addr":"172.21.15.38:6807/4001989793","state":["exists","up"]},{"osd":2,"uuid":"cf1afdcb-909b-47a9-956b-56873755dd4a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":2400452405},{"type":"v1","addr":"172.21.15.177:6809","nonce":2400452405}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":2400452405},{"type":"v1","addr":"172.21.15.177:6811","nonce":2400452405}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":2400452405},{"type":"v1","addr":"172.21.15.177:6815","nonce":2400452405}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":2400452405},{"type":"v1","addr":"172.21.15.177:6813","nonce":2400452405}]},"public_addr":"172.21.15.177:6809/2400452405","cluster_addr":"172.21.15.177:6811/2400452405","heartbeat_back_addr":"172.21.15.177:6815/2400452405","heartbeat_front_addr":"172.21.15.177:6813/2400452405","state":["exists","up"]},{"osd":3,"uuid":"453c4fa7-205c-4ee3-b993-123ad6d7b162","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6810","nonce":459070569},{"type":"v1","addr":"172.21.15.38:6811","nonce":459070569}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6812","nonce":459070569},{"type":"v1","addr":"172.21.15.38:6813","nonce":459070569}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6816","nonce":459070569},{"type":"v1","addr":"172.21.15.38:6817","nonce":459070569}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6814","nonce":459070569},{"type":"v1","addr":"172.21.15.38:6815","nonce":459070569}]},"public_addr":"172.21.15.38:6811/459070569","cluster_addr":"172.21.15.38:6813/459070569","heartbeat_back_addr":"172.21.15.38:6817/459070569","heartbeat_front_addr":"172.21.15.38:6815/459070569","state":["exists","up"]},{"osd":4,"uuid":"7cbf0115-5dae-41dd-a08e-0e85f4f0407e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":4201443537},{"type":"v1","addr":"172.21.15.177:6817","nonce":4201443537}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6818","nonce":4201443537},{"type":"v1","addr":"172.21.15.177:6819","nonce":4201443537}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":4201443537},{"type":"v1","addr":"172.21.15.177:6823","nonce":4201443537}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":4201443537},{"type":"v1","addr":"172.21.15.177:6821","nonce":4201443537}]},"public_addr":"172.21.15.177:6817/4201443537","cluster_addr":"172.21.15.177:6819/4201443537","heartbeat_back_addr":"172.21.15.177:6823/4201443537","heartbeat_front_addr":"172.21.15.177:6821/4201443537","state":["exists","up"]},{"osd":5,"uuid":"858a3615-5e37-40bb-bf8d-9d0c380a0e0e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6818","nonce":3972507944},{"type":"v1","addr":"172.21.15.38:6819","nonce":3972507944}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6820","nonce":3972507944},{"type":"v1","addr":"172.21.15.38:6821","nonce":3972507944}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6824","nonce":3972507944},{"type":"v1","addr":"172.21.15.38:6825","nonce":3972507944}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6822","nonce":3972507944},{"type":"v1","addr":"172.21.15.38:6823","nonce":3972507944}]},"public_addr":"172.21.15.38:6819/3972507944","cluster_addr":"172.21.15.38:6821/3972507944","heartbeat_back_addr":"172.21.15.38:6825/3972507944","heartbeat_front_addr":"172.21.15.38:6823/3972507944","state":["exists","up"]},{"osd":6,"uuid":"85edd506-dbc4-4d44-89fd-9ca48fd6e2a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":3469369489},{"type":"v1","addr":"172.21.15.177:6825","nonce":3469369489}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":3469369489},{"type":"v1","addr":"172.21.15.177:6827","nonce":3469369489}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":3469369489},{"type":"v1","addr":"172.21.15.177:6831","nonce":3469369489}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":3469369489},{"type":"v1","addr":"172.21.15.177:6829","nonce":3469369489}]},"public_addr":"172.21.15.177:6825/3469369489","cluster_addr":"172.21.15.177:6827/3469369489","heartbeat_back_addr":"172.21.15.177:6831/3469369489","heartbeat_front_addr":"172.21.15.177:6829/3469369489","state":["exists","up"]},{"osd":7,"uuid":"c2a302ac-836d-4d9b-a9d8-e6cb5b03f759","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6826","nonce":3348971616},{"type":"v1","addr":"172.21.15.38:6827","nonce":3348971616}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6828","nonce":3348971616},{"type":"v1","addr":"172.21.15.38:6829","nonce":3348971616}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6832","nonce":3348971616},{"type":"v1","addr":"172.21.15.38:6833","nonce":3348971616}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6830","nonce":3348971616},{"type":"v1","addr":"172.21.15.38:6831","nonce":3348971616}]},"public_addr":"172.21.15.38:6827/3348971616","cluster_addr":"172.21.15.38:6829/3348971616","heartbeat_back_addr":"172.21.15.38:6833/3348971616","heartbeat_front_addr":"172.21.15.38:6831/3348971616","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-19T23:29:59.142795+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-19T23:30:07.235132+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-19T23:30:04.135787+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-19T23:30:14.473174+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-19T23:30:09.481305+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-19T23:30:22.726534+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-19T23:30:14.429837+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-19T23:30:30.254528+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.38:6801/88889216":"2024-02-20T23:28:18.447950+0000","172.21.15.38:0/2351380258":"2024-02-20T23:28:18.447950+0000","172.21.15.38:0/2092049694":"2024-02-20T23:28:18.447950+0000","172.21.15.38:0/1353898703":"2024-02-20T23:27:23.238960+0000","172.21.15.38:6801/3338217863":"2024-02-20T23:27:23.238960+0000","172.21.15.38:6800/3338217863":"2024-02-20T23:27:23.238960+0000","172.21.15.38:0/4162252804":"2024-02-20T23:26:52.972876+0000","172.21.15.38:6800/88889216":"2024-02-20T23:28:18.447950+0000","172.21.15.38:6800/3759426833":"2024-02-20T23:26:52.972876+0000","172.21.15.38:0/1836609472":"2024-02-20T23:27:23.238960+0000","172.21.15.38:0/10992007":"2024-02-20T23:26:52.972876+0000","172.21.15.38:6801/3759426833":"2024-02-20T23:26:52.972876+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-19T23:30:43.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:43 smithi177 conmon[43314]: cephadm 2024-02-19T23:30:41.835166+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:30:43.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:43 smithi177 conmon[43314]: mgr.14182) 118 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 3223M 2024-02-19T23:30:44.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:44 smithi038 conmon[37921]: cluster 2024-02-19T23:30:42.476604+0000 2024-02-19T23:30:44.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:44 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 119 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:44.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:44 smithi038 conmon[37921]: audit 2024-02-19T23:30:43.733966+0000 mon.smithi038 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.38:0/424131411' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-19T23:30:44.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:44 smithi177 conmon[43314]: cluster 2024-02-19T23:30:42.476604+0000 mgr.smithi038.xcqglv (mgr.14182) 119 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:44.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:44 smithi177 conmon[43314]: audit 2024-02-19T23:30:43.733966+0000 mon.smithi038 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.38:0/424131411' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-19T23:30:44.924 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-19T23:30:09.582602+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '26', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-02-19T23:30:44.924 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-19T23:30:45.414 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:30:46.777 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:46 smithi177 conmon[43314]: cluster 2024-02-19T23:30:44.476963+0000 mgr.smithi038.xcqglv (mgr.14182) 120 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:46.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:46 smithi038 conmon[37921]: cluster 2024-02-19T23:30:44.476963+0000 mgr.smithi038.xcqglv (mgr.14182) 120 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:47.920 INFO:teuthology.orchestra.run.smithi038.stdout:pg_num: 1 2024-02-19T23:30:48.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:48 smithi177 conmon[43314]: cluster 2024-02-19T23:30:46.477333+0000 mgr.smithi038.xcqglv (mgr.14182) 121 2024-02-19T23:30:48.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:48 smithi177 conmon[43314]: : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:48.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:48 smithi177 conmon[43314]: audit 2024-02-19T23:30:47.919878+0000 mon.smithi038 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.38:0/2565977162' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-19T23:30:48.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:48 smithi038 conmon[37921]: cluster 2024-02-19T23:30:46.477333+0000 mgr.smithi038.xcqglv (mgr.14182) 121 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:48.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:48 smithi038 conmon[37921]: audit 2024-02-19T23:30:47.919878+0000 mon.smithi038 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.38:0/2565977162' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-19T23:30:48.985 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-19T23:30:48.985 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-19T23:30:48.985 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph mgr dump --format=json 2024-02-19T23:30:49.840 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:30:50.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:50 smithi177 conmon[43314]: cluster 2024-02-19T23:30:48.477728+0000 mgr.smithi038.xcqglv (mgr.14182) 122 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:50.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:50 smithi177 conmon[43314]: audit 2024-02-19T23:30:49.897484+0000 mon.smithi038 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:50.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:50 smithi038 conmon[37921]: cluster 2024-02-19T23:30:48.477728+0000 mgr.smithi038.xcqglv (mgr.14182) 122 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:50.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:50 smithi038 conmon[37921]: audit 2024-02-19T23:30:49.897484+0000 mon.smithi038 (mon.0) 588 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:52.533 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:30:52.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:52 smithi177 conmon[43314]: cluster 2024-02-19T23:30:50.478078+0000 mgr.smithi038.xcqglv (mgr.14182) 123 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:52.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:52 smithi038 conmon[37921]: cluster 2024-02-19T23:30:50.478078+0000 mgr.smithi038.xcqglv (mgr.14182) 123 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:53.509 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi038.xcqglv","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6800","nonce":3020930897},{"type":"v1","addr":"172.21.15.38:6801","nonce":3020930897}]},"active_addr":"172.21.15.38:6801/3020930897","active_change":"2024-02-19T23:28:18.448131+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14204,"name":"smithi177.idgygw","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.38:8443/","prometheus":"http://172.21.15.38: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.38:0","nonce":2351665334}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.38:0","nonce":2969750215}]}]} 2024-02-19T23:30:53.512 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-19T23:30:53.512 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-19T23:30:53.513 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd dump --format=json 2024-02-19T23:30:53.713 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:53 smithi038 conmon[37921]: audit 2024-02-19T23:30:52.527558+0000 mon.smithi038 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.38:0/762312827' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-19T23:30:53.790 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:53 smithi177 conmon[43314]: audit 2024-02-19T23:30:52.527558+0000 mon.smithi038 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.38:0/762312827' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-19T23:30:54.320 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:30:54.535 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:54 smithi038 conmon[37921]: cluster 2024-02-19T23:30:52.478394+0000 mgr.smithi038.xcqglv (mgr.14182) 124 : cluster 2024-02-19T23:30:54.535 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:54 smithi038 conmon[37921]: [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:54.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:54 smithi177 conmon[43314]: cluster 2024-02-19T23:30:52.478394+0000 mgr.smithi038.xcqglv (mgr.14182) 124 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:55.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:55 smithi177 conmon[43314]: cluster 2024-02-19T23:30:54.478704+0000 mgr.smithi038.xcqglv (mgr.14182) 125 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:55.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:55 smithi038 conmon[37921]: cluster 2024-02-19T23:30:54.478704+0000 mgr.smithi038.xcqglv (mgr.14182) 125 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:56.930 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:30:56.930 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":39,"fsid":"d7050478-cf7d-11ee-95bb-87774f69a715","created":"2024-02-19T23:26:26.845965+0000","modified":"2024-02-19T23:30:33.123688+0000","last_up_change":"2024-02-19T23:30:32.112121+0000","last_in_change":"2024-02-19T23:29:46.494415+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-19T23:30:09.582602+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"7dc48019-87e7-40a8-98cc-7c63f6f0a619","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6800","nonce":1928153511},{"type":"v1","addr":"172.21.15.177:6801","nonce":1928153511}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":1928153511},{"type":"v1","addr":"172.21.15.177:6803","nonce":1928153511}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":1928153511},{"type":"v1","addr":"172.21.15.177:6807","nonce":1928153511}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":1928153511},{"type":"v1","addr":"172.21.15.177:6805","nonce":1928153511}]},"public_addr":"172.21.15.177:6801/1928153511","cluster_addr":"172.21.15.177:6803/1928153511","heartbeat_back_addr":"172.21.15.177:6807/1928153511","heartbeat_front_addr":"172.21.15.177:6805/1928153511","state":["exists","up"]},{"osd":1,"uuid":"37bd4cfb-7d49-480a-ac71-fd28cb1be81d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6802","nonce":4001989793},{"type":"v1","addr":"172.21.15.38:6803","nonce":4001989793}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6804","nonce":4001989793},{"type":"v1","addr":"172.21.15.38:6805","nonce":4001989793}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6808","nonce":4001989793},{"type":"v1","addr":"172.21.15.38:6809","nonce":4001989793}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6806","nonce":4001989793},{"type":"v1","addr":"172.21.15.38:6807","nonce":4001989793}]},"public_addr":"172.21.15.38:6803/4001989793","cluster_addr":"172.21.15.38:6805/4001989793","heartbeat_back_addr":"172.21.15.38:6809/4001989793","heartbeat_front_addr":"172.21.15.38:6807/4001989793","state":["exists","up"]},{"osd":2,"uuid":"cf1afdcb-909b-47a9-956b-56873755dd4a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":2400452405},{"type":"v1","addr":"172.21.15.177:6809","nonce":2400452405}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":2400452405},{"type":"v1","addr":"172.21.15.177:6811","nonce":2400452405}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":2400452405},{"type":"v1","addr":"172.21.15.177:6815","nonce":2400452405}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":2400452405},{"type":"v1","addr":"172.21.15.177:6813","nonce":2400452405}]},"public_addr":"172.21.15.177:6809/2400452405","cluster_addr":"172.21.15.177:6811/2400452405","heartbeat_back_addr":"172.21.15.177:6815/2400452405","heartbeat_front_addr":"172.21.15.177:6813/2400452405","state":["exists","up"]},{"osd":3,"uuid":"453c4fa7-205c-4ee3-b993-123ad6d7b162","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6810","nonce":459070569},{"type":"v1","addr":"172.21.15.38:6811","nonce":459070569}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6812","nonce":459070569},{"type":"v1","addr":"172.21.15.38:6813","nonce":459070569}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6816","nonce":459070569},{"type":"v1","addr":"172.21.15.38:6817","nonce":459070569}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6814","nonce":459070569},{"type":"v1","addr":"172.21.15.38:6815","nonce":459070569}]},"public_addr":"172.21.15.38:6811/459070569","cluster_addr":"172.21.15.38:6813/459070569","heartbeat_back_addr":"172.21.15.38:6817/459070569","heartbeat_front_addr":"172.21.15.38:6815/459070569","state":["exists","up"]},{"osd":4,"uuid":"7cbf0115-5dae-41dd-a08e-0e85f4f0407e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":4201443537},{"type":"v1","addr":"172.21.15.177:6817","nonce":4201443537}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6818","nonce":4201443537},{"type":"v1","addr":"172.21.15.177:6819","nonce":4201443537}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":4201443537},{"type":"v1","addr":"172.21.15.177:6823","nonce":4201443537}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":4201443537},{"type":"v1","addr":"172.21.15.177:6821","nonce":4201443537}]},"public_addr":"172.21.15.177:6817/4201443537","cluster_addr":"172.21.15.177:6819/4201443537","heartbeat_back_addr":"172.21.15.177:6823/4201443537","heartbeat_front_addr":"172.21.15.177:6821/4201443537","state":["exists","up"]},{"osd":5,"uuid":"858a3615-5e37-40bb-bf8d-9d0c380a0e0e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6818","nonce":3972507944},{"type":"v1","addr":"172.21.15.38:6819","nonce":3972507944}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6820","nonce":3972507944},{"type":"v1","addr":"172.21.15.38:6821","nonce":3972507944}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6824","nonce":3972507944},{"type":"v1","addr":"172.21.15.38:6825","nonce":3972507944}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6822","nonce":3972507944},{"type":"v1","addr":"172.21.15.38:6823","nonce":3972507944}]},"public_addr":"172.21.15.38:6819/3972507944","cluster_addr":"172.21.15.38:6821/3972507944","heartbeat_back_addr":"172.21.15.38:6825/3972507944","heartbeat_front_addr":"172.21.15.38:6823/3972507944","state":["exists","up"]},{"osd":6,"uuid":"85edd506-dbc4-4d44-89fd-9ca48fd6e2a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":3469369489},{"type":"v1","addr":"172.21.15.177:6825","nonce":3469369489}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":3469369489},{"type":"v1","addr":"172.21.15.177:6827","nonce":3469369489}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":3469369489},{"type":"v1","addr":"172.21.15.177:6831","nonce":3469369489}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":3469369489},{"type":"v1","addr":"172.21.15.177:6829","nonce":3469369489}]},"public_addr":"172.21.15.177:6825/3469369489","cluster_addr":"172.21.15.177:6827/3469369489","heartbeat_back_addr":"172.21.15.177:6831/3469369489","heartbeat_front_addr":"172.21.15.177:6829/3469369489","state":["exists","up"]},{"osd":7,"uuid":"c2a302ac-836d-4d9b-a9d8-e6cb5b03f759","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6826","nonce":3348971616},{"type":"v1","addr":"172.21.15.38:6827","nonce":3348971616}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6828","nonce":3348971616},{"type":"v1","addr":"172.21.15.38:6829","nonce":3348971616}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6832","nonce":3348971616},{"type":"v1","addr":"172.21.15.38:6833","nonce":3348971616}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6830","nonce":3348971616},{"type":"v1","addr":"172.21.15.38:6831","nonce":3348971616}]},"public_addr":"172.21.15.38:6827/3348971616","cluster_addr":"172.21.15.38:6829/3348971616","heartbeat_back_addr":"172.21.15.38:6833/3348971616","heartbeat_front_addr":"172.21.15.38:6831/3348971616","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-19T23:29:59.142795+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-19T23:30:07.235132+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-19T23:30:04.135787+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-19T23:30:14.473174+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-19T23:30:09.481305+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-19T23:30:22.726534+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-19T23:30:14.429837+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-19T23:30:30.254528+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.38:6801/88889216":"2024-02-20T23:28:18.447950+0000","172.21.15.38:0/2351380258":"2024-02-20T23:28:18.447950+0000","172.21.15.38:0/2092049694":"2024-02-20T23:28:18.447950+0000","172.21.15.38:0/1353898703":"2024-02-20T23:27:23.238960+0000","172.21.15.38:6801/3338217863":"2024-02-20T23:27:23.238960+0000","172.21.15.38:6800/3338217863":"2024-02-20T23:27:23.238960+0000","172.21.15.38:0/4162252804":"2024-02-20T23:26:52.972876+0000","172.21.15.38:6800/88889216":"2024-02-20T23:28:18.447950+0000","172.21.15.38:6800/3759426833":"2024-02-20T23:26:52.972876+0000","172.21.15.38:0/1836609472":"2024-02-20T23:27:23.238960+0000","172.21.15.38:0/10992007":"2024-02-20T23:26:52.972876+0000","172.21.15.38:6801/3759426833":"2024-02-20T23:26:52.972876+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-19T23:30:57.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:57 smithi038 conmon[37921]: audit 2024-02-19T23:30:56.163589+0000 mon.smithi038 (mon.0) 590 : audit 2024-02-19T23:30:57.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:57 smithi038 conmon[37921]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:57.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:57 smithi038 conmon[37921]: audit 2024-02-19T23:30:56.929388+0000 mon.smithi038 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.38:0/2523381804' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-19T23:30:57.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:57 smithi177 conmon[43314]: audit 2024-02-19T23:30:56.163589+0000 mon.smithi038 (mon.0) 590 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:30:57.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:57 smithi177 conmon[43314]: audit 2024-02-19T23:30:56.929388+0000 mon.smithi038 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.38:0/2523381804' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-19T23:30:57.687 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-19T23:30:57.687 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd dump --format=json 2024-02-19T23:30:58.075 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:30:58.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:30:58 smithi177 conmon[43314]: cluster 2024-02-19T23:30:56.479141+0000 mgr.smithi038.xcqglv (mgr.14182) 126 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:30:58.577 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:30:58 smithi038 conmon[37921]: cluster 2024-02-19T23:30:56.479141+0000 mgr.smithi038.xcqglv (mgr.14182) 126 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:00.019 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:31:00.019 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":39,"fsid":"d7050478-cf7d-11ee-95bb-87774f69a715","created":"2024-02-19T23:26:26.845965+0000","modified":"2024-02-19T23:30:33.123688+0000","last_up_change":"2024-02-19T23:30:32.112121+0000","last_in_change":"2024-02-19T23:29:46.494415+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-19T23:30:09.582602+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"26","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"7dc48019-87e7-40a8-98cc-7c63f6f0a619","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6800","nonce":1928153511},{"type":"v1","addr":"172.21.15.177:6801","nonce":1928153511}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6802","nonce":1928153511},{"type":"v1","addr":"172.21.15.177:6803","nonce":1928153511}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6806","nonce":1928153511},{"type":"v1","addr":"172.21.15.177:6807","nonce":1928153511}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6804","nonce":1928153511},{"type":"v1","addr":"172.21.15.177:6805","nonce":1928153511}]},"public_addr":"172.21.15.177:6801/1928153511","cluster_addr":"172.21.15.177:6803/1928153511","heartbeat_back_addr":"172.21.15.177:6807/1928153511","heartbeat_front_addr":"172.21.15.177:6805/1928153511","state":["exists","up"]},{"osd":1,"uuid":"37bd4cfb-7d49-480a-ac71-fd28cb1be81d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":23,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6802","nonce":4001989793},{"type":"v1","addr":"172.21.15.38:6803","nonce":4001989793}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6804","nonce":4001989793},{"type":"v1","addr":"172.21.15.38:6805","nonce":4001989793}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6808","nonce":4001989793},{"type":"v1","addr":"172.21.15.38:6809","nonce":4001989793}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6806","nonce":4001989793},{"type":"v1","addr":"172.21.15.38:6807","nonce":4001989793}]},"public_addr":"172.21.15.38:6803/4001989793","cluster_addr":"172.21.15.38:6805/4001989793","heartbeat_back_addr":"172.21.15.38:6809/4001989793","heartbeat_front_addr":"172.21.15.38:6807/4001989793","state":["exists","up"]},{"osd":2,"uuid":"cf1afdcb-909b-47a9-956b-56873755dd4a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6808","nonce":2400452405},{"type":"v1","addr":"172.21.15.177:6809","nonce":2400452405}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6810","nonce":2400452405},{"type":"v1","addr":"172.21.15.177:6811","nonce":2400452405}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6814","nonce":2400452405},{"type":"v1","addr":"172.21.15.177:6815","nonce":2400452405}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6812","nonce":2400452405},{"type":"v1","addr":"172.21.15.177:6813","nonce":2400452405}]},"public_addr":"172.21.15.177:6809/2400452405","cluster_addr":"172.21.15.177:6811/2400452405","heartbeat_back_addr":"172.21.15.177:6815/2400452405","heartbeat_front_addr":"172.21.15.177:6813/2400452405","state":["exists","up"]},{"osd":3,"uuid":"453c4fa7-205c-4ee3-b993-123ad6d7b162","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6810","nonce":459070569},{"type":"v1","addr":"172.21.15.38:6811","nonce":459070569}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6812","nonce":459070569},{"type":"v1","addr":"172.21.15.38:6813","nonce":459070569}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6816","nonce":459070569},{"type":"v1","addr":"172.21.15.38:6817","nonce":459070569}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6814","nonce":459070569},{"type":"v1","addr":"172.21.15.38:6815","nonce":459070569}]},"public_addr":"172.21.15.38:6811/459070569","cluster_addr":"172.21.15.38:6813/459070569","heartbeat_back_addr":"172.21.15.38:6817/459070569","heartbeat_front_addr":"172.21.15.38:6815/459070569","state":["exists","up"]},{"osd":4,"uuid":"7cbf0115-5dae-41dd-a08e-0e85f4f0407e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6816","nonce":4201443537},{"type":"v1","addr":"172.21.15.177:6817","nonce":4201443537}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6818","nonce":4201443537},{"type":"v1","addr":"172.21.15.177:6819","nonce":4201443537}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6822","nonce":4201443537},{"type":"v1","addr":"172.21.15.177:6823","nonce":4201443537}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6820","nonce":4201443537},{"type":"v1","addr":"172.21.15.177:6821","nonce":4201443537}]},"public_addr":"172.21.15.177:6817/4201443537","cluster_addr":"172.21.15.177:6819/4201443537","heartbeat_back_addr":"172.21.15.177:6823/4201443537","heartbeat_front_addr":"172.21.15.177:6821/4201443537","state":["exists","up"]},{"osd":5,"uuid":"858a3615-5e37-40bb-bf8d-9d0c380a0e0e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6818","nonce":3972507944},{"type":"v1","addr":"172.21.15.38:6819","nonce":3972507944}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6820","nonce":3972507944},{"type":"v1","addr":"172.21.15.38:6821","nonce":3972507944}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6824","nonce":3972507944},{"type":"v1","addr":"172.21.15.38:6825","nonce":3972507944}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6822","nonce":3972507944},{"type":"v1","addr":"172.21.15.38:6823","nonce":3972507944}]},"public_addr":"172.21.15.38:6819/3972507944","cluster_addr":"172.21.15.38:6821/3972507944","heartbeat_back_addr":"172.21.15.38:6825/3972507944","heartbeat_front_addr":"172.21.15.38:6823/3972507944","state":["exists","up"]},{"osd":6,"uuid":"85edd506-dbc4-4d44-89fd-9ca48fd6e2a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6824","nonce":3469369489},{"type":"v1","addr":"172.21.15.177:6825","nonce":3469369489}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6826","nonce":3469369489},{"type":"v1","addr":"172.21.15.177:6827","nonce":3469369489}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6830","nonce":3469369489},{"type":"v1","addr":"172.21.15.177:6831","nonce":3469369489}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.177:6828","nonce":3469369489},{"type":"v1","addr":"172.21.15.177:6829","nonce":3469369489}]},"public_addr":"172.21.15.177:6825/3469369489","cluster_addr":"172.21.15.177:6827/3469369489","heartbeat_back_addr":"172.21.15.177:6831/3469369489","heartbeat_front_addr":"172.21.15.177:6829/3469369489","state":["exists","up"]},{"osd":7,"uuid":"c2a302ac-836d-4d9b-a9d8-e6cb5b03f759","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6826","nonce":3348971616},{"type":"v1","addr":"172.21.15.38:6827","nonce":3348971616}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6828","nonce":3348971616},{"type":"v1","addr":"172.21.15.38:6829","nonce":3348971616}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6832","nonce":3348971616},{"type":"v1","addr":"172.21.15.38:6833","nonce":3348971616}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6830","nonce":3348971616},{"type":"v1","addr":"172.21.15.38:6831","nonce":3348971616}]},"public_addr":"172.21.15.38:6827/3348971616","cluster_addr":"172.21.15.38:6829/3348971616","heartbeat_back_addr":"172.21.15.38:6833/3348971616","heartbeat_front_addr":"172.21.15.38:6831/3348971616","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-19T23:29:59.142795+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-19T23:30:07.235132+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-19T23:30:04.135787+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-19T23:30:14.473174+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-19T23:30:09.481305+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-19T23:30:22.726534+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-19T23:30:14.429837+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-19T23:30:30.254528+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.38:6801/88889216":"2024-02-20T23:28:18.447950+0000","172.21.15.38:0/2351380258":"2024-02-20T23:28:18.447950+0000","172.21.15.38:0/2092049694":"2024-02-20T23:28:18.447950+0000","172.21.15.38:0/1353898703":"2024-02-20T23:27:23.238960+0000","172.21.15.38:6801/3338217863":"2024-02-20T23:27:23.238960+0000","172.21.15.38:6800/3338217863":"2024-02-20T23:27:23.238960+0000","172.21.15.38:0/4162252804":"2024-02-20T23:26:52.972876+0000","172.21.15.38:6800/88889216":"2024-02-20T23:28:18.447950+0000","172.21.15.38:6800/3759426833":"2024-02-20T23:26:52.972876+0000","172.21.15.38:0/1836609472":"2024-02-20T23:27:23.238960+0000","172.21.15.38:0/10992007":"2024-02-20T23:26:52.972876+0000","172.21.15.38:6801/3759426833":"2024-02-20T23:26:52.972876+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-19T23:31:00.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:00 smithi038 conmon[37921]: cluster 2024-02-19T23:30:58.479467+0000 mgr.smithi038.xcqglv (mgr.14182) 127 : 2024-02-19T23:31:00.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:00 smithi038 conmon[37921]: cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:00.345 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:00 smithi038 conmon[37921]: audit 2024-02-19T23:31:00.018264+0000 mon.smithi038 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.38:0/2257289994' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-19T23:31:00.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:00 smithi177 conmon[43314]: cluster 2024-02-19T23:30:58.479467+0000 mgr.smithi038.xcqglv (mgr.14182) 127 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:00.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:00 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:31:00.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:00 smithi177 conmon[43314]: 02-19T23:31:00.018264+0000 mon.smithi038 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.38:0/2257289994' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-19T23:31:00.710 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-19T23:31:01.098 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:31:02.466 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:02 smithi038 conmon[37921]: cluster 2024-02-19T23:31:00.479823+0000 mgr.smithi038.xcqglv (mgr.14182) 128 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:02.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:02 smithi177 conmon[43314]: cluster 2024-02-19T23:31:00.479823+0000 mgr.smithi038.xcqglv (mgr.14182) 128 : cluster [DBG] 2024-02-19T23:31:02.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:02 smithi177 conmon[43314]: pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:03.457 INFO:teuthology.orchestra.run.smithi038.stdout:68719476752 2024-02-19T23:31:03.457 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-19T23:31:03.844 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:31:04.512 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:04 smithi038 conmon[37921]: cluster 2024-02-19T23:31:02.480280+0000 mgr.smithi038.xcqglv (mgr.14182) 129 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:04.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:04 smithi177 conmon[43314]: cluster 2024-02-19T23:31:02.480280+0000 mgr.smithi038.xcqglv (mgr.14182) 129 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:04.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:04 smithi177 conmon[43314]: 2024-02-19T23:31:06.276 INFO:teuthology.orchestra.run.smithi038.stdout:98784247823 2024-02-19T23:31:06.276 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-19T23:31:06.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:06 smithi177 conmon[43314]: cluster 2024-02-19T23:31:04.480733+0000 mgr.smithi038.xcqglv (mgr.14182) 130 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:06.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:06 smithi038 conmon[37921]: cluster 2024-02-19T23:31:04.480733+0000 mgr.smithi038.xcqglv (mgr.14182) 130 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:06.663 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:31:08.379 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:08 smithi038 conmon[37921]: cluster 2024-02-19T23:31:06.481094+0000 2024-02-19T23:31:08.380 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:08 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 131 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:08.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:08 smithi177 conmon[43314]: cluster 2024-02-19T23:31:06.481094+0000 mgr.smithi038.xcqglv (mgr.14182) 131 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:09.084 INFO:teuthology.orchestra.run.smithi038.stdout:85899345934 2024-02-19T23:31:09.085 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-19T23:31:09.467 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:31:10.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:10 smithi177 conmon[43314]: cluster 2024-02-19T23:31:08.481374+0000 mgr.smithi038.xcqglv (mgr.14182) 132 : cluster [DBG] 2024-02-19T23:31:10.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:10 smithi177 conmon[43314]: pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:10.545 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:10 smithi038 conmon[37921]: cluster 2024-02-19T23:31:08.481374+0000 mgr.smithi038.xcqglv (mgr.14182) 132 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:11.766 INFO:teuthology.orchestra.run.smithi038.stdout:124554051597 2024-02-19T23:31:11.766 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-19T23:31:12.148 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:31:12.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:12 smithi177 conmon[43314]: cluster 2024-02-19T23:31:10.481806+0000 mgr.smithi038.xcqglv (mgr.14182) 133 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:12.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:12 smithi038 conmon[37921]: cluster 2024-02-19T23:31:10.481806+0000 mgr.smithi038.xcqglv (mgr.14182) 133 : 2024-02-19T23:31:12.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:12 smithi038 conmon[37921]: cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:14.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:14 smithi177 conmon[43314]: cluster 2024-02-19T23:31:12.482226+0000 mgr.smithi038.xcqglv (mgr.14182) 134 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:14.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:14 smithi038 conmon[37921]: cluster 2024-02-19T23:31:12.482226+0000 mgr.smithi038.xcqglv (mgr.14182) 134 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:14.635 INFO:teuthology.orchestra.run.smithi038.stdout:107374182415 2024-02-19T23:31:14.635 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-19T23:31:15.020 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:31:16.488 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:16 smithi038 conmon[37921]: cluster 2024-02-19T23:31:14.482533+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:31:16.488 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:16 smithi038 conmon[37921]: ) 135 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:16.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:16 smithi177 conmon[43314]: cluster 2024-02-19T23:31:14.482533+0000 mgr.smithi038.xcqglv (mgr.14182) 135 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:17.549 INFO:teuthology.orchestra.run.smithi038.stdout:146028888078 2024-02-19T23:31:17.550 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-19T23:31:17.930 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:31:18.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:18 smithi177 conmon[43314]: cluster 2024-02-19T23:31:16.482940+0000 mgr.smithi038.xcqglv (mgr.14182) 136 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:18.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:18 smithi038 conmon[37921]: cluster 2024-02-19T23:31:16.482940+0000 mgr.smithi038.xcqglv (mgr.14182) 136 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:20.458 INFO:teuthology.orchestra.run.smithi038.stdout:124554051599 2024-02-19T23:31:20.459 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-19T23:31:20.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:20 smithi177 conmon[43314]: cluster 2024-02-19T23:31:18.483296+0000 mgr.smithi038.xcqglv (mgr.14182) 137 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:20.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:20 smithi038 conmon[37921]: cluster 2024-02-19T23:31:18.483296+0000 mgr.smithi038.xcqglv (mgr.14182) 137 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:20.844 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:31:22.295 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:22 smithi038 conmon[37921]: cluster 2024-02-19T23:31:20.483634+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:31:22.295 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:22 smithi038 conmon[37921]: 138 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:22.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:22 smithi177 conmon[43314]: cluster 2024-02-19T23:31:20.483634+0000 mgr.smithi038.xcqglv (mgr.14182) 138 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:23.284 INFO:teuthology.orchestra.run.smithi038.stdout:163208757261 2024-02-19T23:31:23.284 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-19T23:31:23.669 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:31:24.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:24 smithi177 conmon[43314]: cluster 2024-02-19T23:31:22.483965+0000 mgr.smithi038.xcqglv (mgr.14182) 139 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:24.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:24 smithi038 conmon[37921]: cluster 2024-02-19T23:31:22.483965+0000 mgr.smithi038.xcqglv (mgr.14182) 139 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:25.562 INFO:teuthology.orchestra.run.smithi038.stdout:68719476756 2024-02-19T23:31:26.321 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476752 got 68719476756 for osd.0 2024-02-19T23:31:26.321 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-19T23:31:26.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:26 smithi177 conmon[43314]: cluster 2024-02-19T23:31:24.484366+0000 mgr.smithi038.xcqglv (mgr.14182) 140 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:26.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:26 smithi177 conmon[43314]: 2024-02-19T23:31:26.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:26 smithi177 conmon[43314]: audit 2024-02-19T23:31:25.561350+0000 mon.smithi038 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.38:0/217209857' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-19T23:31:26.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:26 smithi038 conmon[37921]: cluster 2024-02-19T23:31:24.484366+0000 mgr.smithi038.xcqglv (mgr.14182) 140 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:26.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:26 smithi038 conmon[37921]: audit 2024-02-19T23:31:25.561350+0000 mon.smithi038 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.38:0/217209857' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-19T23:31:26.699 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:31:28.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:28 smithi177 conmon[43314]: cluster 2024-02-19T23:31:26.484716+0000 mgr.smithi038.xcqglv (mgr.14182) 141 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:28.592 INFO:teuthology.orchestra.run.smithi038.stdout:98784247827 2024-02-19T23:31:28.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:28 smithi038 conmon[37921]: cluster 2024-02-19T23:31:26.484716+0000 mgr.smithi038.xcqglv (mgr.14182) 141 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:29.325 INFO:tasks.cephadm.ceph_manager.ceph:need seq 98784247823 got 98784247827 for osd.1 2024-02-19T23:31:29.325 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-19T23:31:29.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:29 smithi177 conmon[43314]: audit 2024-02-19T23:31:28.591619+0000 mon.smithi038 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.38:0/2671130416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-19T23:31:29.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:29 smithi177 conmon[43314]: 2024-02-19T23:31:29.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:29 smithi038 conmon[37921]: audit 2024-02-19T23:31:28.591619+0000 mon.smithi038 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.38:0/2671130416' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-19T23:31:29.708 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:31:30.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:30 smithi177 conmon[43314]: cluster 2024-02-19T23:31:28.485020+0000 mgr.smithi038.xcqglv (mgr.14182) 142 2024-02-19T23:31:30.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:30 smithi177 conmon[43314]: : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:30.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:30 smithi038 conmon[37921]: cluster 2024-02-19T23:31:28.485020+0000 2024-02-19T23:31:30.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:30 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 142 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:31.594 INFO:teuthology.orchestra.run.smithi038.stdout:85899345938 2024-02-19T23:31:32.308 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345934 got 85899345938 for osd.2 2024-02-19T23:31:32.308 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-19T23:31:32.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:32 smithi177 conmon[43314]: cluster 2024-02-19T23:31:30.485419+0000 mgr.smithi038.xcqglv (mgr.14182) 143 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:32.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:32 smithi177 conmon[43314]: audit 2024-02-19T23:31:31.594199+0000 mon.smithi038 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.38:0/889716555' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-19T23:31:32.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:32 smithi038 conmon[37921]: cluster 2024-02-19T23:31:30.485419+0000 mgr.smithi038.xcqglv (mgr.14182) 143 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:32.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:32 smithi038 conmon[37921]: audit 2024-02-19T23:31:31.594199+0000 mon.smithi038 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.38:0/889716555' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-19T23:31:32.694 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:31:34.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:34 smithi038 conmon[37921]: cluster 2024-02-19T23:31:32.485782+0000 mgr.smithi038.xcqglv (mgr.14182) 144 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:34.490 INFO:teuthology.orchestra.run.smithi038.stdout:124554051602 2024-02-19T23:31:34.540 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:34 smithi177 conmon[43314]: cluster 2024-02-19T23:31:32.485782+0000 mgr.smithi038.xcqglv (mgr.14182) 144 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:34.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:34 smithi177 conmon[43314]: 2024-02-19T23:31:35.222 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051597 got 124554051602 for osd.3 2024-02-19T23:31:35.222 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-19T23:31:35.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:35 smithi038 conmon[37921]: audit 2024-02-19T23:31:34.490369+0000 mon.smithi038 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.38:0/1534400803' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-19T23:31:35.605 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:31:35.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:35 smithi177 conmon[43314]: audit 2024-02-19T23:31:34.490369+0000 mon.smithi038 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.38:0/1534400803' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-19T23:31:35.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:35 smithi177 conmon[43314]: 2024-02-19T23:31:36.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:36 smithi038 conmon[37921]: cluster 2024-02-19T23:31:34.486108+0000 mgr.smithi038.xcqglv (mgr.14182) 145 : cluster 2024-02-19T23:31:36.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:36 smithi038 conmon[37921]: [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:36.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:36 smithi177 conmon[43314]: cluster 2024-02-19T23:31:34.486108+0000 mgr.smithi038.xcqglv (mgr.14182) 145 2024-02-19T23:31:36.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:36 smithi177 conmon[43314]: : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:37.581 INFO:teuthology.orchestra.run.smithi038.stdout:107374182420 2024-02-19T23:31:38.356 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182415 got 107374182420 for osd.4 2024-02-19T23:31:38.357 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-19T23:31:38.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:38 smithi038 conmon[37921]: cluster 2024-02-19T23:31:36.486528+0000 mgr.smithi038.xcqglv (mgr.14182) 146 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:38.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:38 smithi038 conmon[37921]: audit 2024-02-19T23:31:37.580666+0000 mon.smithi038 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.38:0/488168564' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-19T23:31:38.742 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:31:38.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:38 smithi177 conmon[43314]: cluster 2024-02-19T23:31:36.486528+0000 mgr.smithi038.xcqglv (mgr.14182) 146 : cluster [DBG] 2024-02-19T23:31:38.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:38 smithi177 conmon[43314]: pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:38.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:38 smithi177 conmon[43314]: audit 2024-02-19T23:31: 2024-02-19T23:31:38.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:38 smithi177 conmon[43314]: 37.580666+0000 mon.smithi038 (mon.0) 597 : audit [DBG] from='client.? 172.21.15.38:0/488168564' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-19T23:31:40.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:40 smithi038 conmon[37921]: cluster 2024-02-19T23:31 2024-02-19T23:31:40.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:40 smithi038 conmon[37921]: :38.486859+0000 mgr.smithi038.xcqglv (mgr.14182) 147 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:40.628 INFO:teuthology.orchestra.run.smithi038.stdout:146028888082 2024-02-19T23:31:40.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:40 smithi177 conmon[43314]: cluster 2024-02-19T23:31:38.486859+0000 mgr.smithi038.xcqglv (mgr.14182) 147 : cluster [DBG] 2024-02-19T23:31:40.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:40 smithi177 conmon[43314]: pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:41.408 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888078 got 146028888082 for osd.5 2024-02-19T23:31:41.408 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-19T23:31:41.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:41 smithi038 conmon[37921]: audit 2024-02-19T23:31:40.628245+0000 mon.smithi038 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.38:0/3367739016' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-19T23:31:41.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:41 smithi177 conmon[43314]: audit 2024-02-19T23:31:40.628245+0000 mon.smithi038 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.38:0/3367739016' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-19T23:31:41.793 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:31:42.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:42 smithi038 conmon[37921]: cluster 2024-02-19T23:31:40.487159+0000 mgr.smithi038.xcqglv (mgr.14182) 148 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:42.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:42 smithi177 conmon[43314]: cluster 2024-02-19T23:31:40.487159+0000 mgr.smithi038.xcqglv (mgr.14182) 148 : 2024-02-19T23:31:42.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:42 smithi177 conmon[43314]: cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:43.699 INFO:teuthology.orchestra.run.smithi038.stdout:124554051604 2024-02-19T23:31:44.431 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051599 got 124554051604 for osd.6 2024-02-19T23:31:44.432 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-19T23:31:44.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:44 smithi038 conmon[37921]: cluster 2024-02-19T23:31:42.487485+0000 mgr.smithi038.xcqglv (mgr.14182) 149 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:44.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:44 smithi038 conmon[37921]: audit 2024-02-19T23:31:43.698141+0000 mon.smithi038 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.38:0/2359360950' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-19T23:31:44.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:44 smithi177 conmon[43314]: cluster 2024-02-19T23:31:42.487485+0000 mgr.smithi038.xcqglv (mgr.14182) 149 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:44.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:44 smithi177 conmon[43314]: 2024-02-19T23:31:44.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:44 smithi177 conmon[43314]: audit 2024-02-19T23:31:43.698141+0000 mon.smithi038 (mon.0) 599 : audit [DBG] from='client.? 172.21.15.38:0/2359360950' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-19T23:31:44.819 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:31:46.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:46 smithi038 conmon[37921]: cluster 2024-02-19T23:31:44.487802+0000 mgr.smithi038.xcqglv (mgr.14182) 150 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:46.613 INFO:teuthology.orchestra.run.smithi038.stdout:163208757266 2024-02-19T23:31:46.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:46 smithi177 conmon[43314]: cluster 2024-02-19T23:31:44.487802+0000 mgr.smithi038.xcqglv (mgr.14182) 150 : cluster [DBG] 2024-02-19T23:31:46.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:46 smithi177 conmon[43314]: pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:47.440 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757261 got 163208757266 for osd.7 2024-02-19T23:31:47.440 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-19T23:31:47.440 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph pg dump --format=json 2024-02-19T23:31:47.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:47 smithi038 conmon[37921]: audit 2024-02-19T23:31:46.612653+0000 mon.smithi038 (mon.0) 600 2024-02-19T23:31:47.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:47 smithi038 conmon[37921]: : audit [DBG] from='client.? 172.21.15.38:0/985991391' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-19T23:31:47.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:47 smithi177 conmon[43314]: audit 2024-02-19T23:31:46.612653+0000 mon.smithi038 (mon.0) 600 : audit [DBG] 2024-02-19T23:31:47.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:47 smithi177 conmon[43314]: from='client.? 172.21.15.38:0/985991391' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-19T23:31:47.828 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:31:48.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:48 smithi177 conmon[43314]: cluster 2024-02-19T23:31:46.488127+0000 mgr.smithi038.xcqglv (mgr.14182) 151 2024-02-19T23:31:48.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:48 smithi177 conmon[43314]: : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:48.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:48 smithi038 conmon[37921]: cluster 2024-02-19T23:31:46.488127+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:31:48.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:48 smithi038 conmon[37921]: .14182) 151 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:49.732 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:31:49.733 INFO:teuthology.orchestra.run.smithi038.stderr:dumped all 2024-02-19T23:31:50.451 INFO:teuthology.orchestra.run.smithi038.stdout:{"pg_ready":true,"pg_map":{"version":133,"stamp":"2024-02-19T23:31:48.488317+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":2379800,"kb_used_data":3032,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548648,"statfs":{"total":767926730752,"available":765489815552,"internally_reserved":0,"allocated":3104768,"data_stored":1190489,"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":39,"state":"active+clean","last_fresh":"2024-02-19T23:30:33.524965+0000","last_change":"2024-02-19T23:30:33.524965+0000","last_active":"2024-02-19T23:30:33.524965+0000","last_peered":"2024-02-19T23:30:33.524965+0000","last_clean":"2024-02-19T23:30:33.524965+0000","last_became_active":"2024-02-19T23:30:33.524545+0000","last_became_peered":"2024-02-19T23:30:33.524545+0000","last_unstale":"2024-02-19T23:30:33.524965+0000","last_undegraded":"2024-02-19T23:30:33.524965+0000","last_fullsized":"2024-02-19T23:30:33.524965+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-19T23:30:10.104891+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-19T23:30:10.104891+0000","last_clean_scrub_stamp":"2024-02-19T23:30:10.104891+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":38,"seq":163208757267,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149034,"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":"Mon Feb 19 23:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.42699999999999999}]},{"osd":1,"last update":"Mon Feb 19 23:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":1.127,"5min":1.127,"15min":1.127},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.499}]},{"osd":2,"last update":"Mon Feb 19 23:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.44900000000000001}]},{"osd":3,"last update":"Mon Feb 19 23:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.40400000000000003}]},{"osd":4,"last update":"Mon Feb 19 23:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":1.0009999999999999,"5min":1.0009999999999999,"15min":1.0009999999999999},"last":0.53400000000000003}]},{"osd":5,"last update":"Mon Feb 19 23:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.99099999999999999,"5min":0.99099999999999999,"15min":0.99099999999999999},"last":0.67000000000000004}]},{"osd":6,"last update":"Mon Feb 19 23:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"min":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.0389999999999999,"5min":1.0389999999999999,"15min":1.0389999999999999},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.05,"5min":1.05,"15min":1.05},"last":0.59999999999999998}]}]},{"osd":5,"up_from":34,"seq":146028888084,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149034,"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":"Mon Feb 19 23:31:25 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.68700000000000006},{"interface":"front","average":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.70099999999999996}]},{"osd":1,"last update":"Mon Feb 19 23:31:25 2024","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.38200000000000001}]},{"osd":2,"last update":"Mon Feb 19 23:31:25 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.64000000000000001},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.56200000000000006}]},{"osd":3,"last update":"Mon Feb 19 23:31:25 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.37},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.42899999999999999}]},{"osd":4,"last update":"Mon Feb 19 23:31:25 2024","interfaces":[{"interface":"back","average":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.133,"5min":1.133,"15min":1.133},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.59699999999999998}]},{"osd":6,"last update":"Mon Feb 19 23:31:25 2024","interfaces":[{"interface":"back","average":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":1.0449999999999999,"5min":1.0449999999999999,"15min":1.0449999999999999},"last":0.66400000000000003},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.0660000000000001,"5min":1.0660000000000001,"15min":1.0660000000000001},"last":0.63400000000000001}]},{"osd":7,"last update":"Mon Feb 19 23:31:33 2024","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.101,"5min":1.101,"15min":1.101},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.58799999999999997}]}]},{"osd":2,"up_from":20,"seq":85899345942,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149034,"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":"Mon Feb 19 23:31:10 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.38400000000000001}]},{"osd":1,"last update":"Mon Feb 19 23:31:10 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.66400000000000003},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.58899999999999997}]},{"osd":3,"last update":"Mon Feb 19 23:31:21 2024","interfaces":[{"interface":"back","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.68600000000000005},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.59899999999999998}]},{"osd":4,"last update":"Mon Feb 19 23:31:15 2024","interfaces":[{"interface":"back","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.45900000000000002}]},{"osd":5,"last update":"Mon Feb 19 23:31:25 2024","interfaces":[{"interface":"back","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.997,"5min":0.997,"15min":0.997},"last":0.67300000000000004},{"interface":"front","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.052,"5min":1.052,"15min":1.052},"last":0.61199999999999999}]},{"osd":6,"last update":"Mon Feb 19 23:31:21 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.54300000000000004}]},{"osd":7,"last update":"Mon Feb 19 23:31:37 2024","interfaces":[{"interface":"back","average":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.95499999999999996,"5min":0.95499999999999996,"15min":0.95499999999999996},"last":0.64600000000000002},{"interface":"front","average":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.02,"5min":1.02,"15min":1.02},"last":0.70299999999999996}]}]},{"osd":0,"up_from":16,"seq":68719476761,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149034,"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":"Mon Feb 19 23:31:15 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.46800000000000003}]},{"osd":2,"last update":"Mon Feb 19 23:31:09 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.39300000000000002}]},{"osd":3,"last update":"Mon Feb 19 23:31:20 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.505}]},{"osd":4,"last update":"Mon Feb 19 23:31:15 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.372},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.34300000000000003}]},{"osd":5,"last update":"Mon Feb 19 23:31:28 2024","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.48299999999999998}]},{"osd":6,"last update":"Mon Feb 19 23:31:20 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.443},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.52200000000000002}]},{"osd":7,"last update":"Mon Feb 19 23:31:35 2024","interfaces":[{"interface":"back","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":0.88,"5min":0.88,"15min":0.88},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.628,"5min":0.628,"15min":0.628},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.55800000000000005}]}]},{"osd":1,"up_from":23,"seq":98784247831,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":147566,"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":"Mon Feb 19 23:31:09 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.65700000000000003},{"interface":"front","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.56299999999999994}]},{"osd":2,"last update":"Mon Feb 19 23:31:09 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.71099999999999997},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":1.077,"5min":1.077,"15min":1.077},"last":0.54800000000000004}]},{"osd":3,"last update":"Mon Feb 19 23:31:18 2024","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.51700000000000002}]},{"osd":4,"last update":"Mon Feb 19 23:31:12 2024","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.502,"5min":0.502,"15min":0.502},"max":{"1min":1.1519999999999999,"5min":1.1519999999999999,"15min":1.1519999999999999},"last":0.5},{"interface":"front","average":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.369,"5min":1.369,"15min":1.369},"last":0.67600000000000005}]},{"osd":5,"last update":"Mon Feb 19 23:31:24 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.60499999999999998}]},{"osd":6,"last update":"Mon Feb 19 23:31:18 2024","interfaces":[{"interface":"back","average":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.95299999999999996,"5min":0.95299999999999996,"15min":0.95299999999999996},"last":0.58999999999999997},{"interface":"front","average":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"last":0.75}]},{"osd":7,"last update":"Mon Feb 19 23:31:33 2024","interfaces":[{"interface":"back","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.91700000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"last":0.622},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"last":0.78900000000000003}]}]},{"osd":4,"up_from":25,"seq":107374182422,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149034,"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":"Mon Feb 19 23:31:16 2024","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.501},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.63200000000000001}]},{"osd":1,"last update":"Mon Feb 19 23:31:16 2024","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.101,"5min":1.101,"15min":1.101},"last":0.72299999999999998},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.054,"5min":1.054,"15min":1.054},"last":0.65300000000000002}]},{"osd":2,"last update":"Mon Feb 19 23:31:16 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.53300000000000003},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.51300000000000001}]},{"osd":3,"last update":"Mon Feb 19 23:31:17 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.0640000000000001,"5min":1.0640000000000001,"15min":1.0640000000000001},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.68500000000000005}]},{"osd":5,"last update":"Mon Feb 19 23:31:27 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.71099999999999997},{"interface":"front","average":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":1.1579999999999999,"5min":1.1579999999999999,"15min":1.1579999999999999},"last":0.77300000000000002}]},{"osd":6,"last update":"Mon Feb 19 23:31:17 2024","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.66400000000000003}]},{"osd":7,"last update":"Mon Feb 19 23:31:36 2024","interfaces":[{"interface":"back","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.73399999999999999},{"interface":"front","average":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"min":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.264,"5min":1.264,"15min":1.264},"last":0.75900000000000001}]}]},{"osd":3,"up_from":29,"seq":124554051605,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":148719,"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":"Mon Feb 19 23:31:17 2024","interfaces":[{"interface":"back","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.97499999999999998,"5min":0.97499999999999998,"15min":0.97499999999999998},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":0.48399999999999999}]},{"osd":1,"last update":"Mon Feb 19 23:31:17 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.41099999999999998}]},{"osd":2,"last update":"Mon Feb 19 23:31:17 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.54500000000000004},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.437}]},{"osd":4,"last update":"Mon Feb 19 23:31:17 2024","interfaces":[{"interface":"back","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.94999999999999996,"5min":0.94999999999999996,"15min":0.94999999999999996},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.55200000000000005}]},{"osd":5,"last update":"Mon Feb 19 23:31:27 2024","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.35299999999999998},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.47399999999999998}]},{"osd":6,"last update":"Mon Feb 19 23:31:17 2024","interfaces":[{"interface":"back","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":1.0149999999999999,"5min":1.0149999999999999,"15min":1.0149999999999999},"last":0.502},{"interface":"front","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.0269999999999999,"5min":1.0269999999999999,"15min":1.0269999999999999},"last":0.56499999999999995}]},{"osd":7,"last update":"Mon Feb 19 23:31:33 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.36599999999999999},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.42599999999999999}]}]},{"osd":6,"up_from":29,"seq":124554051605,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149034,"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":"Mon Feb 19 23:31:20 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.49199999999999999}]},{"osd":1,"last update":"Mon Feb 19 23:31:20 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":1.0760000000000001,"5min":1.0760000000000001,"15min":1.0760000000000001},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.0620000000000001,"5min":1.0620000000000001,"15min":1.0620000000000001},"last":0.56000000000000005}]},{"osd":2,"last update":"Mon Feb 19 23:31:20 2024","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.46899999999999997}]},{"osd":3,"last update":"Mon Feb 19 23:31:20 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":1.1080000000000001,"5min":1.1080000000000001,"15min":1.1080000000000001},"last":0.58399999999999996},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.0920000000000001,"5min":1.0920000000000001,"15min":1.0920000000000001},"last":0.51400000000000001}]},{"osd":4,"last update":"Mon Feb 19 23:31:20 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.54000000000000004}]},{"osd":5,"last update":"Mon Feb 19 23:31:26 2024","interfaces":[{"interface":"back","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.96899999999999997,"5min":0.96899999999999997,"15min":0.96899999999999997},"last":0.626}]},{"osd":7,"last update":"Mon Feb 19 23:31:34 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.0940000000000001,"5min":1.0940000000000001,"15min":1.0940000000000001},"last":0.65800000000000003},{"interface":"front","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"last":0.61599999999999999}]}]}],"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-19T23:31:50.453 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph pg dump --format=json 2024-02-19T23:31:50.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:50 smithi177 conmon[43314]: cluster 2024-02-19T23:31:48.488511+0000 mgr.smithi038.xcqglv (mgr.14182) 152 : cluster [DBG] 2024-02-19T23:31:50.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:50 smithi177 conmon[43314]: pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:50.837 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:31:50.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:50 smithi038 conmon[37921]: cluster 2024-02-19T23:31:48.488511+0000 mgr.smithi038.xcqglv (mgr.14182) 152 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:51.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:51 smithi177 conmon[43314]: audit 2024-02-19T23:31:49.728610+0000 mgr.smithi038.xcqglv (mgr.14182) 153 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:31:51.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:51 smithi038 conmon[37921]: audit 2024-02-19T23:31:49.728610+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:31:51.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:51 smithi038 conmon[37921]: ) 153 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:31:52.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:52 smithi038 conmon[37921]: cluster 2024-02-19T23:31:50.488889+0000 mgr.smithi038.xcqglv (mgr.14182) 154 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:52.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:52 smithi038 conmon[37921]: 2024-02-19T23:31:52.647 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:31:52.649 INFO:teuthology.orchestra.run.smithi038.stderr:dumped all 2024-02-19T23:31:52.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:52 smithi177 conmon[43314]: cluster 2024-02-19T23:31:50.488889+0000 mgr.smithi038.xcqglv (mgr.14182) 154 : cluster 2024-02-19T23:31:52.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:52 smithi177 conmon[43314]: [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:53.380 INFO:teuthology.orchestra.run.smithi038.stdout:{"pg_ready":true,"pg_map":{"version":135,"stamp":"2024-02-19T23:31:52.489089+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":2379800,"kb_used_data":3032,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548648,"statfs":{"total":767926730752,"available":765489815552,"internally_reserved":0,"allocated":3104768,"data_stored":1190489,"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":39,"state":"active+clean","last_fresh":"2024-02-19T23:30:33.524965+0000","last_change":"2024-02-19T23:30:33.524965+0000","last_active":"2024-02-19T23:30:33.524965+0000","last_peered":"2024-02-19T23:30:33.524965+0000","last_clean":"2024-02-19T23:30:33.524965+0000","last_became_active":"2024-02-19T23:30:33.524545+0000","last_became_peered":"2024-02-19T23:30:33.524545+0000","last_unstale":"2024-02-19T23:30:33.524965+0000","last_undegraded":"2024-02-19T23:30:33.524965+0000","last_fullsized":"2024-02-19T23:30:33.524965+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":24,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-19T23:30:10.104891+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-19T23:30:10.104891+0000","last_clean_scrub_stamp":"2024-02-19T23:30:10.104891+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":38,"seq":163208757267,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149034,"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":"Mon Feb 19 23:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":0.747,"5min":0.747,"15min":0.747},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.70399999999999996,"5min":0.70399999999999996,"15min":0.70399999999999996},"last":0.42699999999999999}]},{"osd":1,"last update":"Mon Feb 19 23:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":1.127,"5min":1.127,"15min":1.127},"last":0.48799999999999999},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"last":0.499}]},{"osd":2,"last update":"Mon Feb 19 23:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.60999999999999999,"5min":0.60999999999999999,"15min":0.60999999999999999},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.44900000000000001}]},{"osd":3,"last update":"Mon Feb 19 23:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.40400000000000003}]},{"osd":4,"last update":"Mon Feb 19 23:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.56699999999999995},{"interface":"front","average":{"1min":0.65500000000000003,"5min":0.65500000000000003,"15min":0.65500000000000003},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":1.0009999999999999,"5min":1.0009999999999999,"15min":1.0009999999999999},"last":0.53400000000000003}]},{"osd":5,"last update":"Mon Feb 19 23:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"min":{"1min":0.44800000000000001,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.90300000000000002,"5min":0.90300000000000002,"15min":0.90300000000000002},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.623,"5min":0.623,"15min":0.623},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.99099999999999999,"5min":0.99099999999999999,"15min":0.99099999999999999},"last":0.67000000000000004}]},{"osd":6,"last update":"Mon Feb 19 23:31:32 2024","interfaces":[{"interface":"back","average":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"min":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.0389999999999999,"5min":1.0389999999999999,"15min":1.0389999999999999},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.05,"5min":1.05,"15min":1.05},"last":0.59999999999999998}]}]},{"osd":5,"up_from":34,"seq":146028888085,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149034,"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":"Mon Feb 19 23:31:25 2024","interfaces":[{"interface":"back","average":{"1min":0.57599999999999996,"5min":0.57599999999999996,"15min":0.57599999999999996},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.66000000000000003},{"interface":"front","average":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.92600000000000005,"5min":0.92600000000000005,"15min":0.92600000000000005},"last":0.66900000000000004}]},{"osd":1,"last update":"Mon Feb 19 23:31:25 2024","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.34399999999999997}]},{"osd":2,"last update":"Mon Feb 19 23:31:25 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.44700000000000001}]},{"osd":3,"last update":"Mon Feb 19 23:31:25 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.84999999999999998,"5min":0.84999999999999998,"15min":0.84999999999999998},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.84399999999999997,"5min":0.84399999999999997,"15min":0.84399999999999997},"last":0.39400000000000002}]},{"osd":4,"last update":"Mon Feb 19 23:31:25 2024","interfaces":[{"interface":"back","average":{"1min":0.64400000000000002,"5min":0.64400000000000002,"15min":0.64400000000000002},"min":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":1.133,"5min":1.133,"15min":1.133},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.90900000000000003,"5min":0.90900000000000003,"15min":0.90900000000000003},"last":0.57499999999999996}]},{"osd":6,"last update":"Mon Feb 19 23:31:25 2024","interfaces":[{"interface":"back","average":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"min":{"1min":0.432,"5min":0.432,"15min":0.432},"max":{"1min":1.0449999999999999,"5min":1.0449999999999999,"15min":1.0449999999999999},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"min":{"1min":0.46800000000000003,"5min":0.46800000000000003,"15min":0.46800000000000003},"max":{"1min":1.0660000000000001,"5min":1.0660000000000001,"15min":1.0660000000000001},"last":0.60499999999999998}]},{"osd":7,"last update":"Mon Feb 19 23:31:33 2024","interfaces":[{"interface":"back","average":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":1.101,"5min":1.101,"15min":1.101},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.54800000000000004}]}]},{"osd":2,"up_from":20,"seq":85899345943,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149034,"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":"Mon Feb 19 23:31:10 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.35999999999999999},{"interface":"front","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"last":0.38400000000000001}]},{"osd":1,"last update":"Mon Feb 19 23:31:10 2024","interfaces":[{"interface":"back","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.53600000000000003}]},{"osd":3,"last update":"Mon Feb 19 23:31:21 2024","interfaces":[{"interface":"back","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"max":{"1min":0.85999999999999999,"5min":0.85999999999999999,"15min":0.85999999999999999},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.85099999999999998,"5min":0.85099999999999998,"15min":0.85099999999999998},"last":0.52800000000000002}]},{"osd":4,"last update":"Mon Feb 19 23:31:15 2024","interfaces":[{"interface":"back","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.44400000000000001}]},{"osd":5,"last update":"Mon Feb 19 23:31:25 2024","interfaces":[{"interface":"back","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.997,"5min":0.997,"15min":0.997},"last":0.57199999999999995},{"interface":"front","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"max":{"1min":1.052,"5min":1.052,"15min":1.052},"last":0.65800000000000003}]},{"osd":6,"last update":"Mon Feb 19 23:31:21 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.48199999999999998},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.70099999999999996,"5min":0.70099999999999996,"15min":0.70099999999999996},"last":0.57999999999999996}]},{"osd":7,"last update":"Mon Feb 19 23:31:37 2024","interfaces":[{"interface":"back","average":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.95499999999999996,"5min":0.95499999999999996,"15min":0.95499999999999996},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"min":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.02,"5min":1.02,"15min":1.02},"last":0.69299999999999995}]}]},{"osd":0,"up_from":16,"seq":68719476762,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149034,"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":"Mon Feb 19 23:31:15 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.623},{"interface":"front","average":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.55900000000000005}]},{"osd":2,"last update":"Mon Feb 19 23:31:09 2024","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"min":{"1min":0.24399999999999999,"5min":0.24399999999999999,"15min":0.24399999999999999},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.38800000000000001}]},{"osd":3,"last update":"Mon Feb 19 23:31:20 2024","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.68000000000000005},{"interface":"front","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.61399999999999999}]},{"osd":4,"last update":"Mon Feb 19 23:31:15 2024","interfaces":[{"interface":"back","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.26600000000000001,"5min":0.26600000000000001,"15min":0.26600000000000001},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.374},{"interface":"front","average":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.46000000000000002}]},{"osd":5,"last update":"Mon Feb 19 23:31:28 2024","interfaces":[{"interface":"back","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.81200000000000006,"5min":0.81200000000000006,"15min":0.81200000000000006},"last":0.57699999999999996}]},{"osd":6,"last update":"Mon Feb 19 23:31:20 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.5}]},{"osd":7,"last update":"Mon Feb 19 23:31:35 2024","interfaces":[{"interface":"back","average":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":0.88,"5min":0.88,"15min":0.88},"last":0.74399999999999999},{"interface":"front","average":{"1min":0.628,"5min":0.628,"15min":0.628},"min":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.753}]}]},{"osd":1,"up_from":23,"seq":98784247832,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":147566,"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":"Mon Feb 19 23:31:09 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.58599999999999997},{"interface":"front","average":{"1min":0.63300000000000001,"5min":0.63300000000000001,"15min":0.63300000000000001},"min":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"max":{"1min":1.3080000000000001,"5min":1.3080000000000001,"15min":1.3080000000000001},"last":0.495}]},{"osd":2,"last update":"Mon Feb 19 23:31:09 2024","interfaces":[{"interface":"back","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":1.077,"5min":1.077,"15min":1.077},"last":0.46500000000000002}]},{"osd":3,"last update":"Mon Feb 19 23:31:18 2024","interfaces":[{"interface":"back","average":{"1min":0.48699999999999999,"5min":0.48699999999999999,"15min":0.48699999999999999},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.32100000000000001}]},{"osd":4,"last update":"Mon Feb 19 23:31:12 2024","interfaces":[{"interface":"back","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.502,"5min":0.502,"15min":0.502},"max":{"1min":1.1519999999999999,"5min":1.1519999999999999,"15min":1.1519999999999999},"last":0.56299999999999994},{"interface":"front","average":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.369,"5min":1.369,"15min":1.369},"last":0.53000000000000003}]},{"osd":5,"last update":"Mon Feb 19 23:31:24 2024","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.42599999999999999}]},{"osd":6,"last update":"Mon Feb 19 23:31:18 2024","interfaces":[{"interface":"back","average":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"min":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"max":{"1min":0.95299999999999996,"5min":0.95299999999999996,"15min":0.95299999999999996},"last":0.57599999999999996},{"interface":"front","average":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":0.88800000000000001,"5min":0.88800000000000001,"15min":0.88800000000000001},"last":0.621}]},{"osd":7,"last update":"Mon Feb 19 23:31:33 2024","interfaces":[{"interface":"back","average":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.91700000000000004,"5min":0.91700000000000004,"15min":0.91700000000000004},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.93600000000000005,"5min":0.93600000000000005,"15min":0.93600000000000005},"last":0.50600000000000001}]}]},{"osd":4,"up_from":25,"seq":107374182423,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149034,"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":"Mon Feb 19 23:31:16 2024","interfaces":[{"interface":"back","average":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.36699999999999999},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.33700000000000002}]},{"osd":1,"last update":"Mon Feb 19 23:31:16 2024","interfaces":[{"interface":"back","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"max":{"1min":1.101,"5min":1.101,"15min":1.101},"last":0.505},{"interface":"front","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":1.054,"5min":1.054,"15min":1.054},"last":0.46100000000000002}]},{"osd":2,"last update":"Mon Feb 19 23:31:16 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.38900000000000001},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.40500000000000003}]},{"osd":3,"last update":"Mon Feb 19 23:31:17 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"max":{"1min":1.0640000000000001,"5min":1.0640000000000001,"15min":1.0640000000000001},"last":0.47999999999999998},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.82199999999999995,"5min":0.82199999999999995,"15min":0.82199999999999995},"last":0.49199999999999999}]},{"osd":5,"last update":"Mon Feb 19 23:31:27 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"max":{"1min":0.77000000000000002,"5min":0.77000000000000002,"15min":0.77000000000000002},"last":0.46999999999999997},{"interface":"front","average":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"min":{"1min":0.437,"5min":0.437,"15min":0.437},"max":{"1min":1.1579999999999999,"5min":1.1579999999999999,"15min":1.1579999999999999},"last":0.52900000000000003}]},{"osd":6,"last update":"Mon Feb 19 23:31:17 2024","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.81399999999999995,"5min":0.81399999999999995,"15min":0.81399999999999995},"last":0.435},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"max":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"last":0.44700000000000001}]},{"osd":7,"last update":"Mon Feb 19 23:31:36 2024","interfaces":[{"interface":"back","average":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"min":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":0.88400000000000001,"5min":0.88400000000000001,"15min":0.88400000000000001},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"min":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.264,"5min":1.264,"15min":1.264},"last":0.51500000000000001}]}]},{"osd":3,"up_from":29,"seq":124554051606,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":148719,"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":"Mon Feb 19 23:31:17 2024","interfaces":[{"interface":"back","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.97499999999999998,"5min":0.97499999999999998,"15min":0.97499999999999998},"last":0.84499999999999997},{"interface":"front","average":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":1.252,"5min":1.252,"15min":1.252},"last":0.997}]},{"osd":1,"last update":"Mon Feb 19 23:31:17 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.92000000000000004},{"interface":"front","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.70899999999999996}]},{"osd":2,"last update":"Mon Feb 19 23:31:17 2024","interfaces":[{"interface":"back","average":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.98199999999999998},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.90200000000000002,"5min":0.90200000000000002,"15min":0.90200000000000002},"last":0.82599999999999996}]},{"osd":4,"last update":"Mon Feb 19 23:31:17 2024","interfaces":[{"interface":"back","average":{"1min":0.60199999999999998,"5min":0.60199999999999998,"15min":0.60199999999999998},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.94999999999999996,"5min":0.94999999999999996,"15min":0.94999999999999996},"last":0.79200000000000004},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.80800000000000005}]},{"osd":5,"last update":"Mon Feb 19 23:31:27 2024","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.93700000000000006},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":1.0580000000000001}]},{"osd":6,"last update":"Mon Feb 19 23:31:17 2024","interfaces":[{"interface":"back","average":{"1min":0.61699999999999999,"5min":0.61699999999999999,"15min":0.61699999999999999},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":1.0149999999999999,"5min":1.0149999999999999,"15min":1.0149999999999999},"last":0.88900000000000001},{"interface":"front","average":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"min":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"max":{"1min":1.0269999999999999,"5min":1.0269999999999999,"15min":1.0269999999999999},"last":1.03}]},{"osd":7,"last update":"Mon Feb 19 23:31:33 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":0.80600000000000005,"5min":0.80600000000000005,"15min":0.80600000000000005},"last":0.75800000000000001},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.86199999999999999}]}]},{"osd":6,"up_from":29,"seq":124554051606,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":149034,"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":"Mon Feb 19 23:31:20 2024","interfaces":[{"interface":"back","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.28000000000000003,"5min":0.28000000000000003,"15min":0.28000000000000003},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.52400000000000002}]},{"osd":1,"last update":"Mon Feb 19 23:31:20 2024","interfaces":[{"interface":"back","average":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":1.0760000000000001,"5min":1.0760000000000001,"15min":1.0760000000000001},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.58299999999999996,"5min":0.58299999999999996,"15min":0.58299999999999996},"min":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"max":{"1min":1.0620000000000001,"5min":1.0620000000000001,"15min":1.0620000000000001},"last":0.64900000000000002}]},{"osd":2,"last update":"Mon Feb 19 23:31:20 2024","interfaces":[{"interface":"back","average":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.29799999999999999,"5min":0.29799999999999999,"15min":0.29799999999999999},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.44400000000000001}]},{"osd":3,"last update":"Mon Feb 19 23:31:20 2024","interfaces":[{"interface":"back","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":1.1080000000000001,"5min":1.1080000000000001,"15min":1.1080000000000001},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":1.0920000000000001,"5min":1.0920000000000001,"15min":1.0920000000000001},"last":0.58899999999999997}]},{"osd":4,"last update":"Mon Feb 19 23:31:20 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.46100000000000002}]},{"osd":5,"last update":"Mon Feb 19 23:31:26 2024","interfaces":[{"interface":"back","average":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"last":0.61899999999999999},{"interface":"front","average":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"min":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"max":{"1min":0.96899999999999997,"5min":0.96899999999999997,"15min":0.96899999999999997},"last":0.68700000000000006}]},{"osd":7,"last update":"Mon Feb 19 23:31:34 2024","interfaces":[{"interface":"back","average":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":1.0940000000000001,"5min":1.0940000000000001,"15min":1.0940000000000001},"last":0.627},{"interface":"front","average":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"min":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"last":0.66100000000000003}]}]}],"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-19T23:31:53.381 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-19T23:31:53.381 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-19T23:31:53.382 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-19T23:31:53.382 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph health --format=json 2024-02-19T23:31:53.766 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring config /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/mon.smithi038/config 2024-02-19T23:31:54.676 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:54 smithi177 conmon[43314]: cluster 2024-02-19T23:31:52.489224+0000 mgr.smithi038.xcqglv (mgr.14182) 155 : cluster [DBG] 2024-02-19T23:31:54.676 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:54 smithi177 conmon[43314]: pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:54.676 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:54 smithi177 conmon[43314]: audit 2024-02-19T23:31:52.644268+0000 mgr.smithi038.xcqglv (mgr.14182) 156 : audit 2024-02-19T23:31:54.676 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:54 smithi177 conmon[43314]: [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:31:54.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:54 smithi038 conmon[37921]: cluster 2024-02-19T23:31:52.489224+0000 mgr.smithi038.xcqglv (mgr.14182) 155 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:54.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:54 smithi038 conmon[37921]: audit 2024-02-19T23:31:52.644268+0000 mgr.smithi038.xcqglv (mgr.14182) 156 : audit [DBG] from='client.14488 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:31:55.669 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:31:56.415 INFO:teuthology.orchestra.run.smithi038.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-19T23:31:56.415 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-19T23:31:56.415 INFO:tasks.cephadm:Setup complete, yielding 2024-02-19T23:31:56.416 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-19T23:31:56.425 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi038.front.sepia.ceph.com 2024-02-19T23:31:56.426 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- bash -c 'ceph orch status' 2024-02-19T23:31:56.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:56 smithi177 conmon[43314]: cluster 2024-02-19T23:31:54.489550+0000 mgr.smithi038.xcqglv (mgr.14182) 157 2024-02-19T23:31:56.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:56 smithi177 conmon[43314]: : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:56.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:56 smithi177 conmon[43314]: audit 2024-02-19T23:31:55.668538+0000 mon.smithi038 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.38:0/558451713' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-19T23:31:56.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:56 smithi177 conmon[43314]: audit 2024-02-19T23:31:56.166189+0000 mon.smithi038 (mon.0) 602 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:31:56.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:56 smithi038 conmon[37921]: cluster 2024-02-19T23:31:54.489550+0000 mgr.smithi038.xcqglv (mgr.14182) 157 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:56.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:56 smithi038 conmon[37921]: audit 2024-02-19T23:31:55.668538+0000 mon.smithi038 (mon.0) 601 : audit [DBG] from='client.? 172.21.15.38:0/558451713' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-19T23:31:56.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:56 smithi038 conmon[37921]: audit 2024-02-19T23:31:56.166189+0000 mon.smithi038 (mon.0) 602 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:31:58.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:58 smithi177 conmon[43314]: cluster 2024-02-19T23:31:56.489866+0000 mgr.smithi038.xcqglv (mgr.14182) 158 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:58.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:31:58 smithi177 conmon[43314]: audit 2024-02-19T23:31:57.808431+0000 mon.smithi038 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:31:58.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:58 smithi038 conmon[37921]: cluster 2024-02-19T23:31:56.489866+0000 mgr.smithi038.xcqglv (mgr.14182) 158 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:31:58.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:31:58 smithi038 conmon[37921]: audit 2024-02-19T23:31:57.808431+0000 mon.smithi038 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:31:59.278 INFO:teuthology.orchestra.run.smithi038.stdout:Backend: cephadm 2024-02-19T23:31:59.278 INFO:teuthology.orchestra.run.smithi038.stdout:Available: Yes 2024-02-19T23:31:59.278 INFO:teuthology.orchestra.run.smithi038.stdout:Paused: No 2024-02-19T23:32:00.609 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-19T23:32:00.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:00 smithi177 conmon[43314]: cluster 2024-02-19T23:31:58.490213+0000 mgr.smithi038.xcqglv (mgr.14182) 159 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:00.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:00 smithi177 conmon[43314]: audit 2024-02-19T23:31:59.277341+0000 mgr.smithi038.xcqglv (mgr.14182) 160 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:32:00.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:00 smithi038 conmon[37921]: cluster 2024-02-19T23:31:58.490213+0000 mgr.smithi038.xcqglv (mgr.14182) 159 2024-02-19T23:32:00.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:00 smithi038 conmon[37921]: : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:00.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:00 smithi038 conmon[37921]: audit 2024-02-19T23:31:59.277341+0000 mgr.smithi038.xcqglv (mgr.14182) 160 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:32:02.557 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:02 smithi038 conmon[37921]: cluster 2024-02-19T23:32:00.490558+0000 mgr.smithi038.xcqglv (mgr.14182) 161 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:02.557 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:02 smithi038 conmon[37921]: audit 2024-02-19T23:32:02.324378+0000 mon.smithi038 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:02.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:02 smithi177 conmon[43314]: cluster 2024-02-19T23:32:00.490558+0000 mgr.smithi038.xcqglv (mgr.14182) 161 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:02.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:02 smithi177 conmon[43314]: audit 2024-02-19T23:32:02.324378+0000 mon.smithi038 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:02.973 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-19T23:32:02.974 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager.smithi038 smithi038 *:9093,9094 running (2m) 0s ago 4m 24.7M - 0.23.0 ba2b418f427c 09e072ff9286 2024-02-19T23:32:02.974 INFO:teuthology.orchestra.run.smithi038.stdout:crash.smithi038 smithi038 running (4m) 0s ago 4m 7302k - 16.2.14-549-g19854089 a9c9ec92d1b5 1f835f53094b 2024-02-19T23:32:02.974 INFO:teuthology.orchestra.run.smithi038.stdout:crash.smithi177 smithi177 running (3m) 5s ago 3m 7415k - 16.2.14-549-g19854089 a9c9ec92d1b5 006976d5d448 2024-02-19T23:32:02.974 INFO:teuthology.orchestra.run.smithi038.stdout:grafana.smithi038 smithi038 *:3000 running (2m) 0s ago 3m 51.4M - 8.3.5 dad864ee21e9 021061b24353 2024-02-19T23:32:02.974 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.smithi038.xcqglv smithi038 *:9283 running (5m) 0s ago 5m 452M - 16.2.14-549-g19854089 a9c9ec92d1b5 b568369b4385 2024-02-19T23:32:02.974 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.smithi177.idgygw smithi177 *:8443,9283 running (3m) 5s ago 3m 394M - 16.2.14-549-g19854089 a9c9ec92d1b5 c571382df688 2024-02-19T23:32:02.974 INFO:teuthology.orchestra.run.smithi038.stdout:mon.smithi038 smithi038 running (5m) 0s ago 5m 89.1M 2048M 16.2.14-549-g19854089 a9c9ec92d1b5 bdeff7f79cbe 2024-02-19T23:32:02.974 INFO:teuthology.orchestra.run.smithi038.stdout:mon.smithi177 smithi177 running (3m) 5s ago 3m 83.5M 2048M 16.2.14-549-g19854089 a9c9ec92d1b5 33da298ea6ce 2024-02-19T23:32:02.974 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.smithi038 smithi038 *:9100 running (3m) 0s ago 3m 21.6M - 1.3.1 1dbe0e931976 15313d4a09e0 2024-02-19T23:32:02.974 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter.smithi177 smithi177 *:9100 running (3m) 5s ago 3m 26.0M - 1.3.1 1dbe0e931976 378bdd43512d 2024-02-19T23:32:02.974 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi177 running (2m) 5s ago 2m 39.5M 3990M 16.2.14-549-g19854089 a9c9ec92d1b5 7511c8c744de 2024-02-19T23:32:02.974 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (2m) 0s ago 119s 37.9M 3223M 16.2.14-549-g19854089 a9c9ec92d1b5 dfa9fa70613c 2024-02-19T23:32:02.975 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi177 running (2m) 5s ago 2m 36.6M 3990M 16.2.14-549-g19854089 a9c9ec92d1b5 de4226742107 2024-02-19T23:32:02.975 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (113s) 0s ago 112s 38.6M 3223M 16.2.14-549-g19854089 a9c9ec92d1b5 c5ca05935587 2024-02-19T23:32:02.975 INFO:teuthology.orchestra.run.smithi038.stdout:osd.4 smithi177 running (118s) 5s ago 117s 36.3M 3990M 16.2.14-549-g19854089 a9c9ec92d1b5 35ad89dc9d3c 2024-02-19T23:32:02.975 INFO:teuthology.orchestra.run.smithi038.stdout:osd.5 smithi038 running (104s) 0s ago 104s 33.7M 3223M 16.2.14-549-g19854089 a9c9ec92d1b5 f9f6d7f629f1 2024-02-19T23:32:02.975 INFO:teuthology.orchestra.run.smithi038.stdout:osd.6 smithi177 running (113s) 5s ago 112s 36.7M 3990M 16.2.14-549-g19854089 a9c9ec92d1b5 48df596af723 2024-02-19T23:32:02.975 INFO:teuthology.orchestra.run.smithi038.stdout:osd.7 smithi038 running (97s) 0s ago 96s 34.6M 3223M 16.2.14-549-g19854089 a9c9ec92d1b5 b67600a4b926 2024-02-19T23:32:02.975 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus.smithi038 smithi038 *:9095 running (2m) 0s ago 3m 55.0M - 2.33.4 514e6a882f6e 00f4378fb40f 2024-02-19T23:32:03.740 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:03 smithi038 conmon[37921]: audit 2024-02-19T23:32:02.687422+0000 mon.smithi038 (mon.0) 605 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:32:03.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:03 smithi038 conmon[37921]: audit 2024-02-19T23:32:02.688263+0000 mon.smithi038 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:32:03.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:03 smithi038 conmon[37921]: audit 2024-02-19T23:32:02.693263+0000 mon.smithi038 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:03.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:03 smithi038 conmon[37921]: audit 2024-02-19T23:32:02.697366+0000 mon.smithi038 (mon.0) 608 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:32:03.763 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-19T23:32:03.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:03 smithi177 conmon[43314]: audit 2024-02-19T23:32:02.687422+0000 mon.smithi038 (mon.0) 605 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:32:03.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:03 smithi177 conmon[43314]: 2024-02-19T23:32:03.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:03 smithi177 conmon[43314]: audit 2024-02-19T23:32:02.688263+0000 mon.smithi038 (mon.0) 606 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:32:03.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:03 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:32:03.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:03 smithi177 conmon[43314]: 02-19T23:32:02.693263+0000 mon.smithi038 (mon.0) 2024-02-19T23:32:03.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:03 smithi177 conmon[43314]: 607 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:03.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:03 smithi177 conmon[43314]: audit 2024-02- 2024-02-19T23:32:03.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:03 smithi177 conmon[43314]: 19T23:32:02.697366+0000 mon.smithi038 (mon.0) 608 : audit [DBG] 2024-02-19T23:32:03.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:03 smithi177 conmon[43314]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:32:04.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:04 smithi038 conmon[37921]: cluster 2024-02-19T23:32:02.490859+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:32:04.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:04 smithi038 conmon[37921]: .14182) 162 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:04.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:04 smithi038 conmon[37921]: audit 2024-02-19T23:32:02.964721+0000 mgr.smithi038.xcqglv (mgr.14182) 163 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:32:04.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:04 smithi177 conmon[43314]: cluster 2024-02-19T23:32:02.490859+0000 mgr.smithi038.xcqglv (mgr.14182) 162 : 2024-02-19T23:32:04.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:04 smithi177 conmon[43314]: cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:04.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:04 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:32:04.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:04 smithi177 conmon[43314]: 02-19T23:32:02.964721+0000 mgr.smithi038.xcqglv (mgr.14182) 163 : audit [DBG] from='client.14500 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:32:05.969 INFO:teuthology.orchestra.run.smithi038.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-19T23:32:05.970 INFO:teuthology.orchestra.run.smithi038.stdout:alertmanager ?:9093,9094 1/1 3s ago 4m count:1 2024-02-19T23:32:05.970 INFO:teuthology.orchestra.run.smithi038.stdout:crash 2/2 8s ago 4m * 2024-02-19T23:32:05.970 INFO:teuthology.orchestra.run.smithi038.stdout:grafana ?:3000 1/1 3s ago 4m count:1 2024-02-19T23:32:05.970 INFO:teuthology.orchestra.run.smithi038.stdout:mgr 2/2 8s ago 5m count:2 2024-02-19T23:32:05.970 INFO:teuthology.orchestra.run.smithi038.stdout:mon 2/2 8s ago 3m smithi038:172.21.15.38=smithi038;smithi177:172.21.15.177=smithi177;count:2 2024-02-19T23:32:05.970 INFO:teuthology.orchestra.run.smithi038.stdout:node-exporter ?:9100 2/2 8s ago 4m * 2024-02-19T23:32:05.970 INFO:teuthology.orchestra.run.smithi038.stdout:osd.all-available-devices 8 8s ago 3m * 2024-02-19T23:32:05.970 INFO:teuthology.orchestra.run.smithi038.stdout:prometheus ?:9095 1/1 3s ago 4m count:1 2024-02-19T23:32:06.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:06 smithi038 conmon[37921]: cluster 2024-02-19T23:32:04.491202+0000 mgr.smithi038.xcqglv (mgr.14182) 164 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:06.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:06 smithi177 conmon[43314]: cluster 2024-02-19T23:32:04.491202+0000 mgr.smithi038.xcqglv (mgr.14182) 164 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:06.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:06 smithi177 conmon[43314]: 2024-02-19T23:32:06.792 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-19T23:32:07.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:07 smithi038 conmon[37921]: audit 2024-02-19T23:32:05.964083+0000 mgr.smithi038.xcqglv (mgr.14182) 165 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:32:07.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:07 smithi177 conmon[43314]: audit 2024-02-19T23:32:05.964083+0000 mgr.smithi038.xcqglv (mgr.14182) 165 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:32:07.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:07 smithi177 conmon[43314]: 2024-02-19T23:32:08.556 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:08 smithi038 conmon[37921]: cluster 2024-02-19T23:32:06.491519+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:32:08.556 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:08 smithi038 conmon[37921]: ) 166 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:08.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:08 smithi177 conmon[43314]: cluster 2024-02-19T23:32:06.491519+0000 mgr.smithi038.xcqglv (mgr.14182) 166 : cluster [DBG] 2024-02-19T23:32:08.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:08 smithi177 conmon[43314]: pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:08.977 INFO:teuthology.orchestra.run.smithi038.stdout:HOST ADDR LABELS STATUS 2024-02-19T23:32:08.977 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 172.21.15.38 2024-02-19T23:32:08.978 INFO:teuthology.orchestra.run.smithi038.stdout:smithi177 172.21.15.177 2024-02-19T23:32:08.978 INFO:teuthology.orchestra.run.smithi038.stdout:2 hosts in cluster 2024-02-19T23:32:09.727 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-19T23:32:10.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:10 smithi038 conmon[37921]: cluster 2024-02-19T23:32:08.491904+0000 mgr.smithi038.xcqglv (mgr.14182) 167 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:10.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:10 smithi038 conmon[37921]: audit 2024-02-19T23:32:08.976159+0000 mgr.smithi038.xcqglv (mgr.14182) 168 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:32:10.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:10 smithi177 conmon[43314]: cluster 2024-02-19T23:32:08.491904+0000 mgr.smithi038.xcqglv (mgr.14182) 167 : cluster [DBG] 2024-02-19T23:32:10.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:10 smithi177 conmon[43314]: pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:10.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:10 smithi177 conmon[43314]: audit 2024-02-19T23:32:08.976159+0000 mgr.smithi038.xcqglv (mgr.14182) 168 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:32:11.973 INFO:teuthology.orchestra.run.smithi038.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-19T23:32:11.973 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme0n1 ssd INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN 3726G 90s ago Has a FileSystem, LVM detected 2024-02-19T23:32:11.974 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme1n1 ssd Linux_9f5b4bedc651c7402a50 89.4G 90s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:32:11.974 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme2n1 ssd Linux_be5e39d45f8011271ef4 89.4G 90s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:32:11.974 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme3n1 ssd Linux_21bb99f862940cf08548 89.4G 90s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:32:11.974 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme4n1 ssd Linux_dc4e525adac25b32cdd5 89.4G 90s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:32:11.974 INFO:teuthology.orchestra.run.smithi038.stdout:smithi177 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6233007S400BGN 372G 96s ago Has a FileSystem, LVM detected 2024-02-19T23:32:11.974 INFO:teuthology.orchestra.run.smithi038.stdout:smithi177 /dev/nvme1n1 ssd Linux_bd5d4c7fe46e3ae2bbf9 89.4G 96s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:32:11.974 INFO:teuthology.orchestra.run.smithi038.stdout:smithi177 /dev/nvme2n1 ssd Linux_a5d6f5ccbb8ac4eb30af 89.4G 96s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:32:11.974 INFO:teuthology.orchestra.run.smithi038.stdout:smithi177 /dev/nvme3n1 ssd Linux_0ecaf09b2bdf1f6755a2 89.4G 96s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:32:11.974 INFO:teuthology.orchestra.run.smithi038.stdout:smithi177 /dev/nvme4n1 ssd Linux_5aeee67807b8c03bc5c2 89.4G 96s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:32:12.714 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:12 smithi038 conmon[37921]: cluster 2024-02-19T23:32:10.492275+0000 mgr.smithi038.xcqglv (mgr.14182) 169 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:12.716 INFO:teuthology.run_tasks:Running task vip... 2024-02-19T23:32:12.726 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-19T23:32:12.726 INFO:tasks.vip:peername 172.21.15.38 2024-02-19T23:32:12.729 INFO:tasks.vip:172.21.15.38 in 172.21.0.0/20, pos 3877 2024-02-19T23:32:12.733 INFO:tasks.vip:smithi038.front.sepia.ceph.com static 10.0.15.38, vnet 10.0.0.0/16 2024-02-19T23:32:12.733 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-19T23:32:12.734 DEBUG:teuthology.orchestra.run.smithi038:> sudo ip route ls 2024-02-19T23:32:12.770 INFO:teuthology.orchestra.run.smithi038.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2024-02-19T23:32:12.770 INFO:teuthology.orchestra.run.smithi038.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.38 metric 100 2024-02-19T23:32:12.772 INFO:tasks.vip:Configuring 10.0.15.38 on smithi038.front.sepia.ceph.com iface ens1f0... 2024-02-19T23:32:12.772 DEBUG:teuthology.orchestra.run.smithi038:> sudo ip addr add 10.0.15.38/16 dev ens1f0 2024-02-19T23:32:12.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:12 smithi177 conmon[43314]: cluster 2024-02-19T23:32:10.492275+0000 mgr.smithi038.xcqglv (mgr.14182) 169 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:12.847 INFO:tasks.vip:peername 172.21.15.177 2024-02-19T23:32:12.850 INFO:tasks.vip:172.21.15.177 in 172.21.0.0/20, pos 4016 2024-02-19T23:32:12.853 INFO:tasks.vip:smithi177.front.sepia.ceph.com static 10.0.15.177, vnet 10.0.0.0/16 2024-02-19T23:32:12.854 DEBUG:teuthology.orchestra.run.smithi177:> sudo ip route ls 2024-02-19T23:32:12.891 INFO:teuthology.orchestra.run.smithi177.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-02-19T23:32:12.891 INFO:teuthology.orchestra.run.smithi177.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.177 metric 100 2024-02-19T23:32:12.893 INFO:tasks.vip:Configuring 10.0.15.177 on smithi177.front.sepia.ceph.com iface enp3s0f1... 2024-02-19T23:32:12.893 DEBUG:teuthology.orchestra.run.smithi177:> sudo ip addr add 10.0.15.177/16 dev enp3s0f1 2024-02-19T23:32:12.964 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-19T23:32:12.973 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi038.front.sepia.ceph.com 2024-02-19T23:32:12.973 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-19T23:32:13.732 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:13 smithi038 conmon[37921]: audit 2024-02-19T23:32:11.970260+0000 mgr.smithi038.xcqglv (mgr.14182) 170 : audit 2024-02-19T23:32:13.732 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:13 smithi038 conmon[37921]: [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:32:13.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:13 smithi177 conmon[43314]: audit 2024-02-19T23:32:11.970260+0000 mgr.smithi038.xcqglv (mgr.14182) 170 2024-02-19T23:32:13.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:13 smithi177 conmon[43314]: : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:32:14.674 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:14 smithi038 conmon[37921]: cluster 2024-02-19T23:32:12.492632+0000 2024-02-19T23:32:14.674 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:14 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 171 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:14.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:14 smithi177 conmon[43314]: cluster 2024-02-19T23:32:12.492632+0000 mgr.smithi038.xcqglv (mgr.14182) 171 : cluster [DBG] 2024-02-19T23:32:14.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:14 smithi177 conmon[43314]: pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:15.111 INFO:teuthology.orchestra.run.smithi038.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-19T23:32:15.111 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme0n1 ssd INTEL SSDPEDKE040T7_BTLE736103BB4P0KGN 3726G 93s ago Has a FileSystem, LVM detected 2024-02-19T23:32:15.111 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme1n1 ssd Linux_9f5b4bedc651c7402a50 89.4G 93s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:32:15.111 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme2n1 ssd Linux_be5e39d45f8011271ef4 89.4G 93s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:32:15.111 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme3n1 ssd Linux_21bb99f862940cf08548 89.4G 93s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:32:15.111 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/nvme4n1 ssd Linux_dc4e525adac25b32cdd5 89.4G 93s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:32:15.111 INFO:teuthology.orchestra.run.smithi038.stdout:smithi177 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT6233007S400BGN 372G 99s ago Has a FileSystem, LVM detected 2024-02-19T23:32:15.111 INFO:teuthology.orchestra.run.smithi038.stdout:smithi177 /dev/nvme1n1 ssd Linux_bd5d4c7fe46e3ae2bbf9 89.4G 99s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:32:15.111 INFO:teuthology.orchestra.run.smithi038.stdout:smithi177 /dev/nvme2n1 ssd Linux_a5d6f5ccbb8ac4eb30af 89.4G 99s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:32:15.111 INFO:teuthology.orchestra.run.smithi038.stdout:smithi177 /dev/nvme3n1 ssd Linux_0ecaf09b2bdf1f6755a2 89.4G 99s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:32:15.111 INFO:teuthology.orchestra.run.smithi038.stdout:smithi177 /dev/nvme4n1 ssd Linux_5aeee67807b8c03bc5c2 89.4G 99s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:32:15.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:15 smithi177 conmon[43314]: cluster 2024-02-19T23:32:14.493003+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:32:15.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:15 smithi177 conmon[43314]: 14182) 172 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:15.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:15 smithi177 conmon[43314]: audit 2024-02-19T23:32:15.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:15 smithi177 conmon[43314]: 2024-02-19T23:32:15.108191+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:32:15.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:15 smithi177 conmon[43314]: 14182) 173 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:32:15.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:15 smithi177 conmon[43314]: audit 2024-02 2024-02-19T23:32:15.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:15 smithi177 conmon[43314]: -19T23:32:15.142793+0000 mon.smithi038 2024-02-19T23:32:15.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:15 smithi177 conmon[43314]: (mon.0) 609 : audit [DBG] 2024-02-19T23:32:15.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:15 smithi177 conmon[43314]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:32:15.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:15 smithi038 conmon[37921]: cluster 2024-02-19T23:32:14.493003+0000 mgr.smithi038.xcqglv (mgr.14182) 172 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:15.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:15 smithi038 conmon[37921]: audit 2024-02-19T23:32:15.108191+0000 mgr.smithi038.xcqglv (mgr.14182) 173 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:32:15.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:15 smithi038 conmon[37921]: audit 2024-02-19T23:32:15.142793+0000 mon.smithi038 (mon.0) 609 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:32:15.898 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-19T23:32:15.908 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi038.front.sepia.ceph.com 2024-02-19T23:32:15.908 DEBUG:teuthology.orchestra.run.smithi038:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-19T23:32:15.947 INFO:teuthology.orchestra.run.smithi038.stderr:+ systemctl stop nfs-server 2024-02-19T23:32:15.956 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi177.front.sepia.ceph.com 2024-02-19T23:32:15.956 DEBUG:teuthology.orchestra.run.smithi177:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-19T23:32:15.985 INFO:teuthology.orchestra.run.smithi177.stderr:+ systemctl stop nfs-server 2024-02-19T23:32:15.992 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-19T23:32:16.001 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi038.front.sepia.ceph.com 2024-02-19T23:32:16.002 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- bash -c 'ceph orch apply rgw foorgw --port 8800' 2024-02-19T23:32:18.031 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:17 smithi177 conmon[43314]: cluster 2024-02-19T23:32:16.493389+0000 mgr.smithi038.xcqglv (mgr.14182) 174 2024-02-19T23:32:18.031 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:17 smithi177 conmon[43314]: : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:18.032 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:17 smithi177 conmon[43314]: audit 2024-02-19T23:32:16.804736+0000 mon.smithi038 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:18.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:17 smithi038 conmon[37921]: cluster 2024-02-19T23:32:16.493389+0000 mgr.smithi038.xcqglv (mgr.14182) 174 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:18.094 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:17 smithi038 conmon[37921]: audit 2024-02-19T23:32:16.804736+0000 mon.smithi038 (mon.0) 610 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:18.977 INFO:teuthology.orchestra.run.smithi038.stdout:Scheduled rgw.foorgw update... 2024-02-19T23:32:19.719 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.38/16' 2024-02-19T23:32:20.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:19 smithi177 conmon[43314]: cluster 2024-02-19T23:32:18.493884+0000 mgr.smithi038.xcqglv (mgr.14182) 175 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:20.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:19 smithi177 conmon[43314]: audit 2024-02-19T23:32:18.965771+0000 mgr.smithi038.xcqglv (mgr.14182) 176 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:32:20.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:19 smithi177 conmon[43314]: cephadm 2024-02-19T23:32:18.966976+0000 mgr.smithi038.xcqglv (mgr.14182) 177 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-19T23:32:20.291 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:19 smithi177 conmon[43314]: audit 2024-02-19T23:32:18.972054+0000 mon.smithi038 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:20.334 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:19 smithi038 conmon[37921]: cluster 2024-02-19T23:32:18.493884+0000 mgr.smithi038.xcqglv (mgr.14182) 175 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:20.334 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:19 smithi038 conmon[37921]: audit 2024-02-19T23:32:18.965771+0000 mgr.smithi038.xcqglv (mgr.14182) 176 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "svc_id": "foorgw", "port": 8800, "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:32:20.334 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:19 smithi038 conmon[37921]: cephadm 2024-02-19T23:32:18.966976+0000 mgr.smithi038.xcqglv (mgr.14182) 177 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-19T23:32:20.334 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:19 smithi038 conmon[37921]: audit 2024-02-19T23:32:18.972054+0000 mon.smithi038 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:21.541 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:21 smithi038 conmon[37921]: audit 2024-02-19T23:32:20.142858+0000 mon.smithi038 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:21.541 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:21 smithi177 conmon[43314]: audit 2024-02-19T23:32:20.142858+0000 mon.smithi038 (mon.0) 612 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:22.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:22 smithi177 conmon[43314]: cluster 2024-02-19T23:32:20.494314+0000 mgr.smithi038.xcqglv (mgr.14182) 178 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:22.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:22 smithi177 conmon[43314]: audit 2024-02-19T23:32:21.684248+0000 mon.smithi038 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:22.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:22 smithi038 conmon[37921]: cluster 2024-02-19T23:32:20.494314+0000 mgr.smithi038.xcqglv (mgr.14182) 178 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:22.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:22 smithi038 conmon[37921]: audit 2024-02-19T23:32:21.684248+0000 mon.smithi038 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:23.737 INFO:teuthology.orchestra.run.smithi038.stdout:NFS Cluster Created Successfully 2024-02-19T23:32:23.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:23 smithi177 conmon[43314]: audit 2024-02-19T23:32:22.070219+0000 mgr.smithi038.xcqglv (mgr.14182) 179 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.38/16", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:32:23.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:23 smithi177 conmon[43314]: audit 2024-02-19T23:32:22.071748+0000 mon.smithi038 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-19T23:32:23.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:23 smithi177 conmon[43314]: cluster 2024-02-19T23:32:22.494753+0000 2024-02-19T23:32:23.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:23 smithi177 conmon[43314]: mgr.smithi038.xcqglv (mgr.14182) 180 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:23.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:23 smithi177 conmon[43314]: audit 2024-02-19 2024-02-19T23:32:23.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:23 smithi177 conmon[43314]: T23:32:22.690825+0000 mon.smithi038 (mon.0) 615 : 2024-02-19T23:32:23.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:23 smithi177 conmon[43314]: audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-19T23:32:23.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:23 smithi177 conmon[43314]: cluster 2024-02-19T23:32:23.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:23 smithi177 conmon[43314]: 2024-02- 2024-02-19T23:32:23.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:23 smithi177 conmon[43314]: 19T23:32:22.690891+0000 mon.smithi038 (mon. 2024-02-19T23:32:23.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:23 smithi177 conmon[43314]: 0) 616 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-19T23:32:23.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:23 smithi177 conmon[43314]: audit 2024-02-19 2024-02-19T23:32:23.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:23 smithi177 conmon[43314]: T23:32:22.692378+0000 mon.smithi038 (mon.0) 617 2024-02-19T23:32:23.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:23 smithi177 conmon[43314]: : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-19T23:32:23.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:23 smithi038 conmon[37921]: audit 2024-02-19T23:32:22.070219+0000 mgr.smithi038.xcqglv (mgr.14182) 179 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.38/16", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:32:23.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:23 smithi038 conmon[37921]: audit 2024-02-19T23:32:22.071748+0000 mon.smithi038 (mon.0) 614 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-19T23:32:23.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:23 smithi038 conmon[37921]: cluster 2024-02-19T23:32:22.494753+0000 mgr.smithi038.xcqglv (mgr.14182) 180 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:23.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:23 smithi038 conmon[37921]: audit 2024-02-19T23:32:22.690825+0000 mon.smithi038 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-19T23:32:23.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:23 smithi038 conmon[37921]: cluster 2024-02-19T23:32:22.690891+0000 mon.smithi038 (mon.0) 616 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-19T23:32:23.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:23 smithi038 conmon[37921]: audit 2024-02-19T23:32:22.692378+0000 mon.smithi038 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-19T23:32:24.615 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-19T23:32:24.624 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi038.front.sepia.ceph.com 2024-02-19T23:32:24.624 DEBUG:teuthology.orchestra.run.smithi038:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'dnf install -y python3-boto3 || apt install -y python3-boto3' 2024-02-19T23:32:24.661 INFO:teuthology.orchestra.run.smithi038.stderr:+ dnf install -y python3-boto3 2024-02-19T23:32:24.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:24 smithi038 conmon[37921]: audit 2024-02-19T23:32:23.695307+0000 mon.smithi038 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-19T23:32:24.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:24 smithi038 conmon[37921]: cluster 2024-02-19T23:32:23.695564+0000 mon.smithi038 (mon.0) 619 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-19T23:32:24.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:24 smithi038 conmon[37921]: cephadm 2024-02-19T23:32:23.726717+0000 mgr.smithi038.xcqglv (mgr.14182) 181 : cephadm [INF] Saving service nfs.foo spec with placement count:1 2024-02-19T23:32:24.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:24 smithi038 conmon[37921]: audit 2024-02-19T23:32:23.730469+0000 mon.smithi038 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:24.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:24 smithi038 conmon[37921]: cephadm 2024-02-19T23:32:23.731778+0000 mgr.smithi038.xcqglv (mgr.14182) 182 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-19T23:32:24.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:24 smithi038 conmon[37921]: audit 2024-02-19T23: 2024-02-19T23:32:24.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:24 smithi038 conmon[37921]: 32:23.736006+0000 mon.smithi038 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:25.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:24 smithi177 conmon[43314]: audit 2024-02-19T23:32:23.695307+0000 mon.smithi038 (mon.0) 618 : audit [INF] 2024-02-19T23:32:25.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:24 smithi177 conmon[43314]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-19T23:32:25.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:24 smithi177 conmon[43314]: cluster 2024-02-19T23:32:23.695564+0000 2024-02-19T23:32:25.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:24 smithi177 conmon[43314]: mon.smithi038 (mon.0) 619 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-19T23:32:25.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:24 smithi177 conmon[43314]: cephadm 2024-02-19T23 2024-02-19T23:32:25.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:24 smithi177 conmon[43314]: :32:23.726717+0000 mgr.smithi038.xcqglv (mgr.14182) 181 : cephadm [INF] 2024-02-19T23:32:25.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:24 smithi177 conmon[43314]: Saving service nfs.foo spec with placement count:1 2024-02-19T23:32:25.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:24 smithi177 conmon[43314]: audit 2024 2024-02-19T23:32:25.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:24 smithi177 conmon[43314]: -02-19T23:32:23.730469+0000 mon.smithi038 (mon.0) 2024-02-19T23:32:25.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:24 smithi177 conmon[43314]: 620 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:25.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:24 smithi177 conmon[43314]: cephadm 2024-02- 2024-02-19T23:32:25.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:24 smithi177 conmon[43314]: 19T23:32:23.731778+0000 mgr.smithi038.xcqglv (mgr.14182) 182 : cephadm [INF] 2024-02-19T23:32:25.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:24 smithi177 conmon[43314]: Saving service ingress.nfs.foo spec with placement count:2 2024-02-19T23:32:25.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:24 smithi177 conmon[43314]: audit 2024-02 2024-02-19T23:32:25.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:24 smithi177 conmon[43314]: -19T23:32:23.736006+0000 mon.smithi038 (mon.0) 621 : audit 2024-02-19T23:32:25.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:24 smithi177 conmon[43314]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:25.089 INFO:teuthology.orchestra.run.smithi038.stdout:Updating Subscription Management repositories. 2024-02-19T23:32:25.960 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:25 smithi038 conmon[37921]: cluster 2024-02-19T23:32:24.495169+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:32:25.960 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:25 smithi038 conmon[37921]: mgr.14182) 183 : cluster [DBG] pgmap v153: 33 pgs: 4 creating+peering, 28 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:25.960 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:25 smithi038 conmon[37921]: cluster 2024-02-19T23:32:24.701389+0000 mon.smithi038 (mon.0) 622 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-19T23:32:26.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:25 smithi177 conmon[43314]: cluster 2024-02-19T23:32:24.495169+0000 mgr.smithi038.xcqglv (mgr.14182) 183 : cluster [DBG] pgmap v153: 33 pgs: 4 creating+peering, 28 unknown, 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:26.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:25 smithi177 conmon[43314]: 2024-02-19T23:32:26.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:25 smithi177 conmon[43314]: cluster 2024-02-19T23:32:24.701389+0000 mon.smithi038 (mon.0) 622 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-19T23:32:27.000 INFO:teuthology.orchestra.run.smithi038.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2024-02-19T23:32:27.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: cluster 2024-02-19T23:32:25.744369+0000 mon.smithi038 (mon.0) 623 : 2024-02-19T23:32:27.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: cluster [DBG] mgrmap e19: smithi038.xcqglv(active, since 4m), standbys: smithi177.idgygw 2024-02-19T23:32:27.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: audit 2024-02-19T23:32:26.255344+0000 mon.smithi038 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:27.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:32:27.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: 02-19T23:32:26.256431+0000 mon.smithi038 (mon.0) 625 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:32:27.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: audit 2024-02- 2024-02-19T23:32:27.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: 19T23:32:26.257112+0000 mon.smithi038 (mon.0 2024-02-19T23:32:27.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: ) 626 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:32:27.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: audit 2024-02-19T23:32:27.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: 2024-02-19T23:32:26.262192+0000 mon.smithi038 2024-02-19T23:32:27.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:27.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: audit 2024-02-19 2024-02-19T23:32:27.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: T23:32:26.266128+0000 mon.smithi038 (mon.0) 628 : audit 2024-02-19T23:32:27.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:32:27.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: cephadm 2024- 2024-02-19T23:32:27.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: 02-19T23:32:26.270421+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:32:27.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: mgr.14182) 184 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-19T23:32:27.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: audit 2024-02- 2024-02-19T23:32:27.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: 19T23:32:26.273102+0000 mon.smithi038 (mon.0) 629 : audit 2024-02-19T23:32:27.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:27.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:32:27.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: 02-19T23:32:26.273588+0000 mon.smithi038 (mon 2024-02-19T23:32:27.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: .0) 630 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi177.rrubvv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-19T23:32:27.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: audit 2024-02 2024-02-19T23:32:27.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: -19T23:32:26.282628+0000 mon.smithi038 (mon.0) 2024-02-19T23:32:27.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: 631 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi177.rrubvv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-19T23:32:27.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: audit 2024-02-19T 2024-02-19T23:32:27.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: 23:32:26.286178+0000 mon.smithi038 (mon.0) 632 : audit 2024-02-19T23:32:27.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:27.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: audit 2024 2024-02-19T23:32:27.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: -02-19T23:32:26.286832+0000 mon.smithi038 ( 2024-02-19T23:32:27.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: mon.0) 633 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:32:27.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: cephadm 2024-02- 2024-02-19T23:32:27.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: 19T23:32:26.287431+0000 mgr.smithi038.xcqglv (mgr.14182) 185 2024-02-19T23:32:27.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:26 smithi177 conmon[43314]: : cephadm [INF] Deploying daemon rgw.foorgw.smithi177.rrubvv on smithi177 2024-02-19T23:32:27.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:26 smithi038 conmon[37921]: cluster 2024-02-19T23:32:25.744369+0000 mon.smithi038 (mon 2024-02-19T23:32:27.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:26 smithi038 conmon[37921]: .0) 623 : cluster [DBG] mgrmap e19: smithi038.xcqglv(active, since 4m), standbys: smithi177.idgygw 2024-02-19T23:32:27.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:26 smithi038 conmon[37921]: audit 2024-02-19T23:32:26.255344+0000 mon.smithi038 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:27.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:26 smithi038 conmon[37921]: audit 2024-02-19T23:32:26.256431+0000 mon.smithi038 (mon.0) 625 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:32:27.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:26 smithi038 conmon[37921]: audit 2024-02-19T23:32:26.257112+0000 mon.smithi038 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:32:27.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:26 smithi038 conmon[37921]: audit 2024-02-19T23:32:26.262192+0000 mon.smithi038 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:27.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:26 smithi038 conmon[37921]: audit 2024-02-19T23:32:26.266128+0000 mon.smithi038 (mon.0) 628 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:32:27.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:26 smithi038 conmon[37921]: cephadm 2024-02-19T23:32:26.270421+0000 mgr.smithi038.xcqglv (mgr.14182) 184 : cephadm [INF] Saving service rgw.foorgw spec with placement count:2 2024-02-19T23:32:27.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:26 smithi038 conmon[37921]: audit 2024-02-19T23:32:26.273102+0000 mon.smithi038 (mon 2024-02-19T23:32:27.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:26 smithi038 conmon[37921]: .0) 629 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:27.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:26 smithi038 conmon[37921]: audit 2024-02-19T23:32:26.273588+0000 mon.smithi038 2024-02-19T23:32:27.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:26 smithi038 conmon[37921]: (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi177.rrubvv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-19T23:32:27.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:26 smithi038 conmon[37921]: audit 2024-02-19T23:32 2024-02-19T23:32:27.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:26 smithi038 conmon[37921]: :26.282628+0000 mon.smithi038 (mon.0) 631 : audit [INF] 2024-02-19T23:32:27.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:26 smithi038 conmon[37921]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi177.rrubvv", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-19T23:32:27.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:26 smithi038 conmon[37921]: audit 2024 2024-02-19T23:32:27.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:26 smithi038 conmon[37921]: -02-19T23:32:26.286178+0000 mon.smithi038 (mon.0) 632 : audit [INF] 2024-02-19T23:32:27.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:26 smithi038 conmon[37921]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:27.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:26 smithi038 conmon[37921]: audit 2024-02 2024-02-19T23:32:27.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:26 smithi038 conmon[37921]: -19T23:32:26.286832+0000 mon.smithi038 (mon.0) 633 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:32:27.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:26 smithi038 conmon[37921]: cephadm 2024-02-19T23: 2024-02-19T23:32:27.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:26 smithi038 conmon[37921]: 32:26.287431+0000 mgr.smithi038.xcqglv (mgr.14182) 185 : cephadm [INF] Deploying daemon rgw.foorgw.smithi177.rrubvv on smithi177 2024-02-19T23:32:27.283 INFO:teuthology.orchestra.run.smithi038.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 97 kB/s | 4.5 kB 00:00 2024-02-19T23:32:28.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:28 smithi038 conmon[37921]: cluster 2024-02-19T23:32:26.495643+0000 mgr.smithi038.xcqglv (mgr.14182) 186 2024-02-19T23:32:28.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:28 smithi038 conmon[37921]: : cluster [DBG] pgmap v155: 33 pgs: 4 creating+peering, 2 unknown, 27 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:28.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:28 smithi177 conmon[43314]: cluster 2024-02-19T23:32:26.495643+0000 mgr.smithi038.xcqglv 2024-02-19T23:32:28.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:28 smithi177 conmon[43314]: (mgr.14182) 186 : cluster [DBG] pgmap v155: 33 pgs: 4 creating+peering, 2 unknown, 27 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:29.936 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-02-19T23:32:29.944 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-02-19T23:32:29.944 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repository Size 2024-02-19T23:32:29.944 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-02-19T23:32:29.944 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-02-19T23:32:29.944 INFO:teuthology.orchestra.run.smithi038.stdout: python3-boto3 noarch 1.15.15-1.el8 epel 152 k 2024-02-19T23:32:29.944 INFO:teuthology.orchestra.run.smithi038.stdout:Installing dependencies: 2024-02-19T23:32:29.944 INFO:teuthology.orchestra.run.smithi038.stdout: python3-botocore noarch 1.18.15-1.el8 epel 4.5 M 2024-02-19T23:32:29.944 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jmespath noarch 0.9.0-11.el8 rhel-8-for-x86_64-appstream-rpms 45 k 2024-02-19T23:32:29.944 INFO:teuthology.orchestra.run.smithi038.stdout: python3-s3transfer noarch 0.3.4-1.el8 epel 108 k 2024-02-19T23:32:29.944 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:32:29.944 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-02-19T23:32:29.945 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-02-19T23:32:29.945 INFO:teuthology.orchestra.run.smithi038.stdout:Install 4 Packages 2024-02-19T23:32:29.945 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:32:29.945 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 4.8 M 2024-02-19T23:32:29.945 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 49 M 2024-02-19T23:32:29.945 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-02-19T23:32:30.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:29 smithi038 conmon[37921]: cluster 2024-02-19T23:32:28.496192+0000 mgr.smithi038.xcqglv (mgr.14182) 187 : cluster [DBG] pgmap v156: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:30.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:29 smithi038 conmon[37921]: audit 2024-02-19T23:32:28.826679+0000 mon.smithi038 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:30.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:29 smithi038 conmon[37921]: audit 2024-02-19T23:32:28.827988+0000 mon.smithi038 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi038.najrwe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-19T23:32:30.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:29 smithi038 conmon[37921]: audit 2024-02-19T23:32:28.831299+0000 mon.smithi038 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi038.najrwe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-19T23:32:30.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:29 smithi038 conmon[37921]: audit 2024-02-19T23:32:28.841537+0000 mon.smithi038 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:30.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:29 smithi038 conmon[37921]: audit 2024-02-19T23:32:28.842257+0000 mon.smithi038 (mon.0) 638 : audit 2024-02-19T23:32:30.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:29 smithi038 conmon[37921]: [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:32:30.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:29 smithi038 conmon[37921]: cephadm 2024-02-19T23:32:28.842851+0000 mgr.smithi038.xcqglv (mgr.14182) 188 : cephadm [INF] Deploying daemon rgw.foorgw.smithi038.najrwe on smithi038 2024-02-19T23:32:30.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:29 smithi038 conmon[37921]: cluster 2024-02-19T23:32:29.303682+0000 mon.smithi038 (mon.0) 639 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-19T23:32:30.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:29 smithi038 conmon[37921]: audit 2024-02-19T23:32:29.312672+0000 mon.smithi177 (mon.1) 20 : audit [INF] from='client.? 172.21.15.177:0/1456350956' entity='client.rgw.foorgw.smithi177.rrubvv' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-19T23:32:30.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:29 smithi038 conmon[37921]: audit 2024-02-19T23:32:29.313082+0000 mon.smithi038 (mon.0) 640 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi177.rrubvv' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-19T23:32:30.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:29 smithi177 conmon[43314]: cluster 2024-02-19T23:32:28.496192+0000 mgr.smithi038.xcqglv (mgr.14182) 187 : cluster [DBG] 2024-02-19T23:32:30.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:29 smithi177 conmon[43314]: pgmap v156: 33 pgs: 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:30.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:29 smithi177 conmon[43314]: audit 2024-02-19T23:32:28.826679+0000 mon.smithi038 (mon.0) 634 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:30.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:29 smithi177 conmon[43314]: audit 2024-02-19T23:32:28.827988+0000 mon.smithi038 (mon.0) 635 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi038.najrwe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-19T23:32:30.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:29 smithi177 conmon[43314]: audit 2024-02-19T23:32:28.831299+0000 mon.smithi038 (mon.0) 636 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foorgw.smithi038.najrwe", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-19T23:32:30.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:29 smithi177 conmon[43314]: audit 2024-02-19T23:32:28.841537+0000 mon.smithi038 (mon.0) 637 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:30.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:29 smithi177 conmon[43314]: audit 2024-02-19T23:32:28.842257+0000 mon.smithi038 (mon.0) 638 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:32:30.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:29 smithi177 conmon[43314]: cephadm 2024-02-19T23:32:28.842851+0000 mgr.smithi038.xcqglv (mgr.14182) 188 : cephadm [INF] Deploying daemon rgw.foorgw.smithi038.najrwe on smithi038 2024-02-19T23:32:30.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:29 smithi177 conmon[43314]: cluster 2024-02-19T23:32:29.303682+0000 mon.smithi038 (mon.0) 639 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-19T23:32:30.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:29 smithi177 conmon[43314]: audit 2024-02-19T23:32:29.312672+0000 mon.smithi177 (mon.1) 20 : audit [INF] from='client.? 172.21.15.177:0/1456350956' entity='client.rgw.foorgw.smithi177.rrubvv' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-19T23:32:30.292 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:29 smithi177 conmon[43314]: audit 2024-02-19T23:32:29.313082+0000 mon.smithi038 (mon.0) 640 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi177.rrubvv' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-19T23:32:30.592 INFO:teuthology.orchestra.run.smithi038.stdout:(1/4): python3-boto3-1.15.15-1.el8.noarch.rpm 253 kB/s | 152 kB 00:00 2024-02-19T23:32:30.617 INFO:teuthology.orchestra.run.smithi038.stdout:(2/4): python3-s3transfer-0.3.4-1.el8.noarch.rp 172 kB/s | 108 kB 00:00 2024-02-19T23:32:30.824 INFO:teuthology.orchestra.run.smithi038.stdout:(3/4): python3-jmespath-0.9.0-11.el8.noarch.rpm 195 kB/s | 45 kB 00:00 2024-02-19T23:32:31.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:31 smithi038 conmon[37921]: audit 2024-02-19T23:32 2024-02-19T23:32:31.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:31 smithi038 conmon[37921]: :30.311387+0000 mon.smithi038 (mon.0) 641 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi177.rrubvv' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-19T23:32:31.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:31 smithi038 conmon[37921]: cluster 2024-02-19T23:32:30.311501+0000 mon.smithi038 (mon.0) 642 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-19T23:32:31.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:31 smithi177 conmon[43314]: audit 2024-02-19T23:32:30.311387+0000 mon.smithi038 (mon.0) 641 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi177.rrubvv' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-19T23:32:31.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:31 smithi177 conmon[43314]: cluster 2024-02-19T23:32:30 2024-02-19T23:32:31.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:31 smithi177 conmon[43314]: .311501+0000 mon.smithi038 (mon.0) 642 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-19T23:32:32.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: cluster 2024-02-19T23:32:30.496568+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:32:32.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: ) 189 : cluster [DBG] pgmap v159: 65 pgs: 2 creating+peering, 30 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:32.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: cluster 2024-02-19T23:32:31.320088+0000 mon.smithi038 (mon.0) 643 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-19T23:32:32.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: audit 2024-02-19T23:32:31.323760+0000 mon.smithi177 (mon.1) 21 : audit [INF] from='client.? 172.21.15.177:0/1456350956' entity='client.rgw.foorgw.smithi177.rrubvv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-19T23:32:32.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: audit 2024-02-19T23:32:31.325540+0000 mon.smithi038 (mon.0) 644 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi177.rrubvv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-19T23:32:32.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: audit 2024 2024-02-19T23:32:32.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: -02-19T23:32:31.607123+0000 mon.smithi038 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:32.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: audit 2024-02-19T23:32:31.613190 2024-02-19T23:32:32.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: +0000 mon.smithi038 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:32.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: audit 2024-02-19T 2024-02-19T23:32:32.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: 23:32:31.631127+0000 mon.smithi038 (mon.0) 647 2024-02-19T23:32:32.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.isrecy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-19T23:32:32.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: audit 2024-02- 2024-02-19T23:32:32.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: 19T23:32:31.635105+0000 mon.smithi038 (mon.0) 648 : audit 2024-02-19T23:32:32.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.isrecy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-19T23:32:32.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: audit 2024-02-19T23:32:31 2024-02-19T23:32:32.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: .635954+0000 mon.smithi038 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 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-19T23:32:32.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: 2024-02-19T23:32:32.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: audit 2024-02-19T23:32:31 2024-02-19T23:32:32.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: .640562+0000 mon.smithi038 (mon.0) 650 : audit [INF] 2024-02-19T23:32:32.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 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-19T23:32:32.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: audit 2024-02-19T23:32:31. 2024-02-19T23:32:32.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: 641777+0000 mon.smithi038 (mon.0) 651 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:32:32.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: 2024-02-19T23:32:32.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: audit 2024-02-19T23:32:32.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: 2024-02-19T23:32:31.683327+0000 mon.smithi038 (mon.0 2024-02-19T23:32:32.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: ) 652 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-19T23:32:32.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: audit 2024-02-19T23 2024-02-19T23:32:32.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: :32:31.687143+0000 mon.smithi038 (mon.0) 653 : audit 2024-02-19T23:32:32.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-19T23:32:32.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: audit 2024- 2024-02-19T23:32:32.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: 02-19T23:32:31.735020+0000 mon.smithi038 (mon 2024-02-19T23:32:32.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: .0) 654 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.isrecy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-19T23:32:32.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: audit 2024-02-19T23: 2024-02-19T23:32:32.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: 32:31.738926+0000 mon.smithi038 (mon.0) 655 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.isrecy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-19T23:32:32.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: audit 2024 2024-02-19T23:32:32.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: -02-19T23:32:31.742741+0000 mon.smithi038 (mon 2024-02-19T23:32:32.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:32 smithi038 conmon[37921]: .0) 656 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:32:32.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:32 smithi177 conmon[43314]: cluster 2024-02-19T23:32:30.496568+0000 mgr.smithi038.xcqglv (mgr.14182) 189 : cluster [DBG] pgmap v159: 65 pgs: 2 creating+peering, 30 unknown, 33 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:32:32.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:32 smithi177 conmon[43314]: cluster 2024-02-19T23:32:31.320088+0000 mon.smithi038 (mon.0) 643 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-19T23:32:32.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:32 smithi177 conmon[43314]: audit 2024-02-19T23:32:31.323760+0000 mon.smithi177 (mon.1) 21 : audit [INF] from='client.? 172.21.15.177:0/1456350956' entity='client.rgw.foorgw.smithi177.rrubvv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-19T23:32:32.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:32 smithi177 conmon[43314]: audit 2024-02-19T23:32:31.325540+0000 mon.smithi038 (mon.0) 644 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi177.rrubvv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-02-19T23:32:32.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:32 smithi177 conmon[43314]: audit 2024-02-19T23:32:31.607123+0000 mon.smithi038 (mon.0) 645 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:32.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:32 smithi177 conmon[43314]: audit 2024-02-19T23:32:31.613190+0000 mon.smithi038 (mon.0) 646 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:32.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:32 smithi177 conmon[43314]: audit 2024-02-19T23:32:31.631127+0000 mon.smithi038 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.isrecy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-19T23:32:32.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:32 smithi177 conmon[43314]: audit 2024-02-19T23:32:31.635105+0000 mon.smithi038 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.isrecy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-19T23:32:32.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:32 smithi177 conmon[43314]: audit 2024-02-19T23:32:31.635954+0000 mon.smithi038 (mon.0) 649 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 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-19T23:32:32.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:32 smithi177 conmon[43314]: audit 2024-02-19T23:32:31.640562+0000 mon.smithi038 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 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-19T23:32:32.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:32 smithi177 conmon[43314]: audit 2024-02-19T23:32:31.641777+0000 mon.smithi038 (mon.0) 651 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:32:32.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:32 smithi177 conmon[43314]: audit 2024-02-19T23:32:31.683327+0000 mon.smithi038 (mon.0) 652 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-19T23:32:32.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:32 smithi177 conmon[43314]: audit 2024-02-19T23:32:31.687143+0000 mon.smithi038 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-19T23:32:32.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:32 smithi177 conmon[43314]: audit 2024-02-19T23:32:31.735020+0000 mon.smithi038 (mon.0) 654 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.isrecy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-19T23:32:32.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:32 smithi177 conmon[43314]: audit 2024-02-19T23:32:31.738926+0000 mon.smithi038 (mon.0) 655 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi038.isrecy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-19T23:32:32.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:32 smithi177 conmon[43314]: audit 2024-02-19T23:32:31.742741+0000 mon.smithi038 (mon.0) 656 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:32:33.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:33 smithi038 conmon[37921]: cephadm 2024-02-19T23:32:31. 2024-02-19T23:32:33.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:33 smithi038 conmon[37921]: 630728+0000 mgr.smithi038.xcqglv (mgr.14182) 190 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi038.isrecy 2024-02-19T23:32:33.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:33 smithi038 conmon[37921]: cephadm 2024-02-19T23:32:31.635669+0000 mgr.smithi038.xcqglv (mgr.14182) 191 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-19T23:32:33.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:33 smithi038 conmon[37921]: cephadm 2024-02-19T23:32:31.734544+0000 mgr.smithi038.xcqglv (mgr.14182) 192 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-19T23:32:33.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:33 smithi038 conmon[37921]: cephadm 2024-02-19T23:32:31.734653+0000 mgr.smithi038.xcqglv (mgr.14182) 193 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi038.isrecy-rgw 2024-02-19T23:32:33.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:33 smithi038 conmon[37921]: cephadm 2024-02- 2024-02-19T23:32:33.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:33 smithi038 conmon[37921]: 19T23:32:31.743660+0000 mgr.smithi038.xcqglv (mgr.14182) 194 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi038.isrecy on smithi038 2024-02-19T23:32:33.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:33 smithi038 conmon[37921]: audit 2024-02- 2024-02-19T23:32:33.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:33 smithi038 conmon[37921]: 19T23:32:32.323115+0000 mon.smithi038 (mon.0) 657 : 2024-02-19T23:32:33.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:33 smithi038 conmon[37921]: audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi177.rrubvv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-19T23:32:33.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:33 smithi038 conmon[37921]: cluster 2024-02 2024-02-19T23:32:33.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:33 smithi038 conmon[37921]: -19T23:32:32.323265+0000 mon.smithi038 (mon 2024-02-19T23:32:33.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:33 smithi038 conmon[37921]: .0) 658 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-19T23:32:33.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:33 smithi038 conmon[37921]: audit 2024-02 2024-02-19T23:32:33.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:33 smithi038 conmon[37921]: -19T23:32:33.270480+0000 mon.smithi038 (mon.0 2024-02-19T23:32:33.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:33 smithi038 conmon[37921]: ) 659 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:33.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:33 smithi177 conmon[43314]: cephadm 2024-02-19T23:32:31.630728+0000 mgr.smithi038.xcqglv (mgr.14182) 190 2024-02-19T23:32:33.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:33 smithi177 conmon[43314]: : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi038.isrecy 2024-02-19T23:32:33.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:33 smithi177 conmon[43314]: cephadm 2024-02-19T23:32:31.635669+0000 mgr.smithi038.xcqglv (mgr.14182) 191 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-19T23:32:33.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:33 smithi177 conmon[43314]: cephadm 2024-02-19T23:32:31.734544+0000 mgr.smithi038.xcqglv (mgr.14182) 192 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-19T23:32:33.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:33 smithi177 conmon[43314]: cephadm 2024-02-19T23:32:31.734653+0000 mgr.smithi038.xcqglv (mgr.14182) 193 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi038.isrecy-rgw 2024-02-19T23:32:33.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:33 smithi177 conmon[43314]: cephadm 2024-02 2024-02-19T23:32:33.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:33 smithi177 conmon[43314]: -19T23:32:31.743660+0000 mgr.smithi038.xcqglv (mgr.14182) 194 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi038.isrecy on smithi038 2024-02-19T23:32:33.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:33 smithi177 conmon[43314]: audit 2024-02-19T23:32: 2024-02-19T23:32:33.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:33 smithi177 conmon[43314]: 32.323115+0000 mon.smithi038 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi177.rrubvv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-02-19T23:32:33.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:33 smithi177 conmon[43314]: cluster 2024-02-19T 2024-02-19T23:32:33.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:33 smithi177 conmon[43314]: 23:32:32.323265+0000 mon.smithi038 (mon.0) 658 : cluster 2024-02-19T23:32:33.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:33 smithi177 conmon[43314]: [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-19T23:32:33.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:33 smithi177 conmon[43314]: audit 2024-02 2024-02-19T23:32:33.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:33 smithi177 conmon[43314]: -19T23:32:33.270480+0000 mon.smithi038 (mon.0) 659 2024-02-19T23:32:33.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:33 smithi177 conmon[43314]: : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:34.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:34 smithi038 conmon[37921]: cluster 2024-02-19T23:32:32.496950+0000 mgr.smithi038.xcqglv (mgr.14182) 195 : cluster [DBG] pgmap v162: 97 pgs: 20 creating+peering, 18 unknown, 59 active+clean; 1.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2024-02-19T23:32:34.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:34 smithi038 conmon[37921]: cluster 2024-02-19T23:32:33.335333+0000 mon.smithi038 (mon.0) 660 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-19T23:32:34.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:34 smithi038 conmon[37921]: audit 2024-02-19T23:32:33.337588+0000 mon.smithi177 (mon.1) 22 : audit [INF] from='client.? 172.21.15.177:0/1456350956' entity='client.rgw.foorgw.smithi177.rrubvv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-19T23:32:34.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:34 smithi038 conmon[37921]: audit 2024-02-19T23:32:33.338548+0000 mon.smithi038 (mon.0) 661 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi177.rrubvv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-19T23:32:34.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:34 smithi038 conmon[37921]: audit 2024-02-19T23:32:33.340075+0000 mon.smithi038 (mon.0) 662 : audit [INF] from='client.? 172.21.15.38:0/3193729975' entity='client.rgw.foorgw.smithi038.najrwe' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-19T23:32:34.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:34 smithi177 conmon[43314]: cluster 2024-02-19T23:32:32.496950+0000 mgr.smithi038.xcqglv (mgr.14182) 195 : cluster [DBG] pgmap v162: 97 pgs: 20 creating+peering, 18 unknown, 59 active+clean; 1.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 511 B/s wr, 1 op/s 2024-02-19T23:32:34.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:34 smithi177 conmon[43314]: cluster 2024-02-19T23:32:33.335333+0000 mon.smithi038 2024-02-19T23:32:34.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:34 smithi177 conmon[43314]: (mon.0) 660 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-19T23:32:34.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:34 smithi177 conmon[43314]: audit 2024-02-19T23:32:33.337588+0000 mon.smithi177 (mon.1) 22 : audit [INF] from='client.? 172.21.15.177:0/1456350956' entity='client.rgw.foorgw.smithi177.rrubvv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-19T23:32:34.676 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:34 smithi177 conmon[43314]: audit 2024-02-19T23:32:33.338548+0000 2024-02-19T23:32:34.676 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:34 smithi177 conmon[43314]: mon.smithi038 (mon.0) 661 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi177.rrubvv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-19T23:32:34.676 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:34 smithi177 conmon[43314]: audit 2024-02-19T23:32:33.340075+0000 mon.smithi038 (mon. 2024-02-19T23:32:34.676 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:34 smithi177 conmon[43314]: 0) 662 : audit [INF] from='client.? 172.21.15.38:0/3193729975' entity='client.rgw.foorgw.smithi038.najrwe' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-02-19T23:32:35.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:35 smithi177 conmon[43314]: audit 2024-02-19T23:32:34.349453+0000 mon.smithi038 (mon.0) 663 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi177.rrubvv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-19T23:32:35.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:35 smithi177 conmon[43314]: audit 2024-02-19T23:32:34.349609+0000 mon.smithi038 (mon.0) 664 : audit [INF] from='client.? 172.21.15.38:0/3193729975' entity='client.rgw.foorgw.smithi038.najrwe' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-19T23:32:35.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:35 smithi177 conmon[43314]: cluster 2024-02-19T23:32:34.349718+0000 mon.smithi038 (mon.0) 2024-02-19T23:32:35.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:35 smithi177 conmon[43314]: 665 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-19T23:32:35.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:35 smithi038 conmon[37921]: audit 2024-02-19T23:32:34.349453+0000 mon.smithi038 (mon 2024-02-19T23:32:35.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:35 smithi038 conmon[37921]: .0) 663 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi177.rrubvv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-19T23:32:35.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:35 smithi038 conmon[37921]: audit 2024-02-19T23:32:34.349609+0000 mon.smithi038 (mon.0) 664 : audit [INF] from='client.? 172.21.15.38:0/3193729975' entity='client.rgw.foorgw.smithi038.najrwe' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-02-19T23:32:35.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:35 smithi038 conmon[37921]: cluster 2024-02-19T23:32:34.349718+0000 mon.smithi038 (mon.0) 665 : cluster 2024-02-19T23:32:35.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:35 smithi038 conmon[37921]: [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-19T23:32:36.027 INFO:teuthology.orchestra.run.smithi038.stdout:(4/4): python3-botocore-1.18.15-1.el8.noarch.rp 757 kB/s | 4.5 MB 00:06 2024-02-19T23:32:36.030 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-02-19T23:32:36.031 INFO:teuthology.orchestra.run.smithi038.stdout:Total 801 kB/s | 4.8 MB 00:06 2024-02-19T23:32:36.048 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-02-19T23:32:36.058 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-02-19T23:32:36.058 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-02-19T23:32:36.149 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-02-19T23:32:36.158 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-02-19T23:32:36.434 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-02-19T23:32:36.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:36 smithi177 conmon[43314]: cluster 2024-02-19T23:32:34.497307+0000 mgr.smithi038.xcqglv (mgr.14182) 196 : cluster [DBG] pgmap v165: 129 pgs: 20 creating+peering, 45 unknown, 64 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 1023 B/s wr, 3 op/s 2024-02-19T23:32:36.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:36 smithi177 conmon[43314]: cluster 2024-02-19T23:32:35.362465+0000 mon.smithi038 (mon.0) 666 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-19T23:32:36.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:36 smithi177 conmon[43314]: audit 2024-02-19T23:32:35.368346+0000 mon.smithi177 (mon.1) 23 : audit [INF] from='client.? 172.21.15.177:0/4134647904' entity='client.rgw.foorgw.smithi177.rrubvv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-19T23:32:36.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:36 smithi177 conmon[43314]: audit 2024-02-19T23:32:35.370444+0000 mon.smithi177 (mon.1) 24 : audit [INF] from='client.? 172.21.15.38:0/844486219' entity='client.rgw.foorgw.smithi038.najrwe' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-19T23:32:36.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:36 smithi177 conmon[43314]: audit 2024-02-19T23:32:35.374917+0000 mon.smithi038 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:36.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:36 smithi177 conmon[43314]: audit 2024-02-19T23:32:35.375679+0000 mon.smithi038 (mon.0) 668 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi177.rrubvv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-19T23:32:36.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:36 smithi177 conmon[43314]: audit 2024-02-19T23:32:35.375995+0000 mon.smithi038 (mon.0) 669 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi038.najrwe' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-19T23:32:36.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:36 smithi177 conmon[43314]: audit 2024-02-19T23:32:35.382503+0000 mon.smithi038 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:36.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:36 smithi177 conmon[43314]: cephadm 2024-02-19T23:32:35.391774+0000 mgr.smithi038.xcqglv (mgr.14182) 197 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.hsasoc on smithi177 2024-02-19T23:32:36.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:36 smithi038 conmon[37921]: cluster 2024-02-19T23:32:34.497307+0000 mgr.smithi038.xcqglv (mgr.14182) 196 : cluster [DBG] pgmap v165: 129 pgs: 20 creating+peering, 45 unknown, 64 active+clean; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.2 KiB/s rd, 1023 B/s wr, 3 op/s 2024-02-19T23:32:36.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:36 smithi038 conmon[37921]: cluster 2024-02-19T23:32:35.362465+0000 mon.smithi038 (mon.0) 666 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-02-19T23:32:36.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:36 smithi038 conmon[37921]: audit 2024-02-19T 2024-02-19T23:32:36.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:36 smithi038 conmon[37921]: 23:32:35.368346+0000 mon.smithi177 (mon.1) 23 : audit [INF] from='client.? 172.21.15.177:0/4134647904' entity='client.rgw.foorgw.smithi177.rrubvv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-19T23:32:36.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:36 smithi038 conmon[37921]: audit 2024-02-19T23:32:35.370444+0000 mon.smithi177 (mon.1) 24 : audit [INF] from='client.? 172.21.15.38:0/844486219' entity='client.rgw.foorgw.smithi038.najrwe' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-19T23:32:36.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:36 smithi038 conmon[37921]: audit 2024-02-19T23:32:35.374917+0000 mon.smithi038 (mon.0) 667 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:36.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:36 smithi038 conmon[37921]: audit 2024-02-19T23:32:35.375679+0000 mon.smithi038 (mon.0) 668 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi177.rrubvv' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-19T23:32:36.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:36 smithi038 conmon[37921]: audit 2024-02-19T23:32:35.375995+0000 mon.smithi038 (mon.0) 669 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi038.najrwe' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-02-19T23:32:36.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:36 smithi038 conmon[37921]: audit 2024-02-19T23:32:35.382503+0000 mon.smithi038 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:36.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:36 smithi038 conmon[37921]: cephadm 2024-02-19T23:32:35.391774+0000 mgr.smithi038.xcqglv (mgr.14182) 197 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.hsasoc on smithi177 2024-02-19T23:32:37.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: audit 2024-02-19T23:32:36.361365+0000 mon.smithi038 (mon.0 2024-02-19T23:32:37.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: ) 671 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi177.rrubvv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-19T23:32:37.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: audit 2024-02-19T23:32:36 2024-02-19T23:32:37.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: .361487+0000 mon.smithi038 (mon.0) 672 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi038.najrwe' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-19T23:32:37.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: cluster 2024-02 2024-02-19T23:32:37.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: -19T23:32:36.361563+0000 mon.smithi038 ( 2024-02-19T23:32:37.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: mon.0) 673 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-19T23:32:37.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: 2024-02-19T23:32:37.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: audit 2024 2024-02-19T23:32:37.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: -02-19T23:32:36.377173+0000 2024-02-19T23:32:37.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: mon.smithi177 (mon.1) 25 : audit 2024-02-19T23:32:37.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: [INF] from='client.? 172.21.15.177:0/4134647904' entity='client.rgw.foorgw.smithi177.rrubvv' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-19T23:32:37.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:32:37.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: 02-19T23:32:36.377501+0000 2024-02-19T23:32:37.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: mon.smithi177 (mon.1) 26 : audit [INF] 2024-02-19T23:32:37.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: from='client.? 172.21.15.38:0/844486219' entity='client.rgw.foorgw.smithi038.najrwe' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-19T23:32:37.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:32:37.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: 02-19T23:32:36.379412+0000 2024-02-19T23:32:37.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: mon.smithi038 (mon.0) 674 : audit 2024-02-19T23:32:37.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: [INF] from='client.? ' entity='client.rgw.foorgw.smithi177.rrubvv' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-19T23:32:37.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:32:37.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: 02-19T23:32:36.379956+0000 2024-02-19T23:32:37.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: mon.smithi038 (mon.0) 675 : audit 2024-02-19T23:32:37.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:37 smithi177 conmon[43314]: [INF] from='client.? ' entity='client.rgw.foorgw.smithi038.najrwe' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-19T23:32:37.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:37 smithi038 conmon[37921]: audit 2024-02-19T23:32:36.361365+0000 mon.smithi038 (mon.0) 671 : 2024-02-19T23:32:37.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:37 smithi038 conmon[37921]: audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi177.rrubvv' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-19T23:32:37.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:37 smithi038 conmon[37921]: audit 2024-02-19T23:32:36.361487+0000 mon.smithi038 (mon.0) 672 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi038.najrwe' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-02-19T23:32:37.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:37 smithi038 conmon[37921]: cluster 2024-02-19T23:32:36.361563+0000 mon.smithi038 (mon.0) 673 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-02-19T23:32:37.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:37 smithi038 conmon[37921]: audit 2024-02-19T23:32:36.377173+0000 mon.smithi177 (mon.1) 25 : audit [INF] from='client.? 172.21.15.177:0/4134647904' entity='client.rgw.foorgw.smithi177.rrubvv' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-19T23:32:37.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:37 smithi038 conmon[37921]: audit 2024-02-19T23:32:36.377501+0000 mon.smithi177 (mon.1) 26 : audit [INF] from='client.? 172.21.15.38:0/844486219' entity='client.rgw.foorgw.smithi038.najrwe' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-19T23:32:37.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:37 smithi038 conmon[37921]: audit 2024-02-19T23:32:36.379412+0000 mon.smithi038 (mon.0) 674 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi177.rrubvv' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-19T23:32:37.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:37 smithi038 conmon[37921]: audit 2024-02-19T23:32:36.379956+0000 mon.smithi038 (mon.0) 675 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi038.najrwe' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-19T23:32:37.918 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-jmespath-0.9.0-11.el8.noarch 1/4 2024-02-19T23:32:38.280 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-02-19T23:32:38.516 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-02-19T23:32:38.724 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-boto3-1.15.15-1.el8.noarch 4/4 2024-02-19T23:32:38.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:38 smithi177 conmon[43314]: cluster 2024-02-19T23:32:36.497834+0000 mgr.smithi038.xcqglv (mgr.14182) 198 : cluster [DBG] pgmap v168: 161 pgs: 18 creating+peering, 16 unknown, 127 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 3.0 KiB/s wr, 11 op/s 2024-02-19T23:32:38.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:38 smithi177 conmon[43314]: audit 2024-02-19T23:32:37.379315+0000 mon.smithi038 (mon.0) 676 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi177.rrubvv' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-19T23:32:38.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:38 smithi177 conmon[43314]: audit 2024-02-19T23:32:37.379396+0000 mon.smithi038 (mon.0) 677 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi038.najrwe' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-19T23:32:38.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:38 smithi177 conmon[43314]: cluster 2024-02-19T23 2024-02-19T23:32:38.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:38 smithi177 conmon[43314]: :32:37.379470+0000 mon.smithi038 (mon.0) 678 : 2024-02-19T23:32:38.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:38 smithi177 conmon[43314]: cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-19T23:32:38.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:38 smithi177 conmon[43314]: audit 2024-02-19T 2024-02-19T23:32:38.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:38 smithi177 conmon[43314]: 23:32:38.283902+0000 mon.smithi038 (mon.0) 679 : audit 2024-02-19T23:32:38.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:38 smithi177 conmon[43314]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:38.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:38 smithi038 conmon[37921]: cluster 2024-02-19T23:32:36.497834+0000 mgr.smithi038.xcqglv (mgr.14182) 198 : cluster 2024-02-19T23:32:38.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:38 smithi038 conmon[37921]: [DBG] pgmap v168: 161 pgs: 18 creating+peering, 16 unknown, 127 active+clean; 1.5 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 3.0 KiB/s wr, 11 op/s 2024-02-19T23:32:38.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:38 smithi038 conmon[37921]: audit 2024-02-19T23:32:37.379315+0000 mon.smithi038 (mon.0) 676 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi177.rrubvv' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-19T23:32:38.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:38 smithi038 conmon[37921]: audit 2024-02-19T 2024-02-19T23:32:38.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:38 smithi038 conmon[37921]: 23:32:37.379396+0000 mon.smithi038 (mon.0) 677 : audit [INF] 2024-02-19T23:32:38.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:38 smithi038 conmon[37921]: from='client.? ' entity='client.rgw.foorgw.smithi038.najrwe' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-19T23:32:38.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:38 smithi038 conmon[37921]: cluster 2024 2024-02-19T23:32:38.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:38 smithi038 conmon[37921]: -02-19T23:32:37.379470+0000 mon.smithi038 (mon.0) 2024-02-19T23:32:38.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:38 smithi038 conmon[37921]: 678 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-19T23:32:38.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:38 smithi038 conmon[37921]: audit 2024-02- 2024-02-19T23:32:38.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:38 smithi038 conmon[37921]: 19T23:32:38.283902+0000 mon.smithi038 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:39.073 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: python3-boto3-1.15.15-1.el8.noarch 4/4 2024-02-19T23:32:39.073 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-boto3-1.15.15-1.el8.noarch 1/4 2024-02-19T23:32:39.073 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-botocore-1.18.15-1.el8.noarch 2/4 2024-02-19T23:32:39.073 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-s3transfer-0.3.4-1.el8.noarch 3/4 2024-02-19T23:32:40.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:40 smithi177 conmon[43314]: cluster 2024-02-19T23:32:38.498427+0000 mgr.smithi038.xcqglv (mgr.14182) 199 : cluster [DBG] pgmap v170: 161 pgs: 11 creating+peering, 2 unknown, 148 active+clean; 1.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 2.6 KiB/s wr, 23 op/s 2024-02-19T23:32:40.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:40 smithi038 conmon[37921]: cluster 2024-02-19T23:32:38.498427+0000 mgr.smithi038.xcqglv (mgr.14182) 199 : cluster [DBG] 2024-02-19T23:32:40.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:40 smithi038 conmon[37921]: pgmap v170: 161 pgs: 11 creating+peering, 2 unknown, 148 active+clean; 1.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 12 KiB/s rd, 2.6 KiB/s wr, 23 op/s 2024-02-19T23:32:42.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:42 smithi177 conmon[43314]: cluster 2024-02-19T23:32:40.498974+0000 mgr.smithi038.xcqglv (mgr.14182) 200 : cluster [DBG] pgmap v171: 161 pgs: 11 creating+peering, 150 active+clean; 2.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 2.5 KiB/s wr, 63 op/s 2024-02-19T23:32:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:42 smithi038 conmon[37921]: cluster 2024-02-19T23:32:40.498974+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:32:42.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:42 smithi038 conmon[37921]: mgr.14182) 200 : cluster [DBG] pgmap v171: 161 pgs: 11 creating+peering, 150 active+clean; 2.0 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 33 KiB/s rd, 2.5 KiB/s wr, 63 op/s 2024-02-19T23:32:44.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:44 smithi177 conmon[43314]: cluster 2024-02-19T23:32:42.499824+0000 mgr.smithi038.xcqglv (mgr.14182) 201 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 146 KiB/s rd, 5.9 KiB/s wr, 284 op/s 2024-02-19T23:32:44.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:44 smithi038 conmon[37921]: cluster 2024-02-19T23:32:42.499824+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:32:44.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:44 smithi038 conmon[37921]: 14182) 201 : cluster [DBG] pgmap v172: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 146 KiB/s rd, 5.9 KiB/s wr, 284 op/s 2024-02-19T23:32:46.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:46 smithi177 conmon[43314]: cluster 2024-02-19T23:32:44.500473+0000 mgr.smithi038.xcqglv (mgr.14182) 202 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 128 KiB/s rd, 5.2 KiB/s wr, 249 op/s 2024-02-19T23:32:46.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:46 smithi038 conmon[37921]: cluster 2024-02-19T23:32:44.500473+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:32:46.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:46 smithi038 conmon[37921]: 202 : cluster [DBG] pgmap v173: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 128 KiB/s rd, 5.2 KiB/s wr, 249 op/s 2024-02-19T23:32:47.591 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-jmespath-0.9.0-11.el8.noarch 4/4 2024-02-19T23:32:47.591 INFO:teuthology.orchestra.run.smithi038.stdout:Installed products updated. 2024-02-19T23:32:48.212 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:32:48.212 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-02-19T23:32:48.213 INFO:teuthology.orchestra.run.smithi038.stdout: python3-boto3-1.15.15-1.el8.noarch python3-botocore-1.18.15-1.el8.noarch 2024-02-19T23:32:48.213 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jmespath-0.9.0-11.el8.noarch python3-s3transfer-0.3.4-1.el8.noarch 2024-02-19T23:32:48.213 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:32:48.213 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-02-19T23:32:48.399 DEBUG:teuthology.orchestra.run.smithi038:> 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-19T23:32:48.473 INFO:teuthology.orchestra.run.smithi038.stderr:+ /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo 2024-02-19T23:32:48.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:48 smithi177 conmon[43314]: cluster 2024-02-19T23:32:46.501319+0000 mgr.smithi038.xcqglv (mgr.14182) 203 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 KiB/s rd, 3.2 KiB/s wr, 199 op/s 2024-02-19T23:32:48.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:48 smithi177 conmon[43314]: audit 2024-02-19T23:32:48.292671+0000 mon.smithi038 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:48.835 INFO:teuthology.orchestra.run.smithi038.stderr:Inferring fsid d7050478-cf7d-11ee-95bb-87774f69a715 2024-02-19T23:32:48.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:48 smithi038 conmon[37921]: cluster 2024-02-19T23:32:46.501319+0000 mgr.smithi038.xcqglv (mgr.14182) 203 : cluster [DBG] pgmap v174: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 KiB/s rd, 3.2 KiB/s wr, 199 op/s 2024-02-19T23:32:48.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:48 smithi038 conmon[37921]: audit 2024-02-19T23:32:48.292671+0000 mon.smithi038 (mon.0) 680 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:32:48.890 INFO:teuthology.orchestra.run.smithi038.stderr:Using recent ceph image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bf037ad2ab67a26880cf0b6c94604d7ea7942571fe3d44c5d34ab0a42255954c 2024-02-19T23:32:50.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:50 smithi177 conmon[43314]: cluster 2024-02-19T23:32:48.501822+0000 mgr.smithi038.xcqglv (mgr.14182) 204 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 KiB/s rd, 2.9 KiB/s wr, 178 op/s 2024-02-19T23:32:50.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:50 smithi038 conmon[37921]: cluster 2024-02-19T23:32:48.501822+0000 mgr.smithi038.xcqglv (mgr.14182) 204 : cluster [DBG] pgmap v175: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 KiB/s rd, 2.9 KiB/s wr, 178 op/s 2024-02-19T23:32:52.406 INFO:teuthology.run_tasks:Running task python... 2024-02-19T23:32:52.420 INFO:tasks.python:Running python on role host.a host ubuntu@smithi038.front.sepia.ceph.com 2024-02-19T23:32:52.421 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-19T23:32:52.421 DEBUG:teuthology.orchestra.run.smithi038:> sudo TESTDIR=/home/ubuntu/cephtest python3 2024-02-19T23:32:52.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:52 smithi177 conmon[43314]: cluster 2024-02-19T23:32:50.502582+0000 mgr.smithi038.xcqglv (mgr.14182) 205 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 82 KiB/s rd, 2.6 KiB/s wr, 160 op/s 2024-02-19T23:32:52.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:52 smithi038 conmon[37921]: cluster 2024-02-19T23:32:50.502582+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:32:52.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:52 smithi038 conmon[37921]: ) 205 : cluster [DBG] pgmap v176: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 82 KiB/s rd, 2.6 KiB/s wr, 160 op/s 2024-02-19T23:32:54.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:54 smithi177 conmon[43314]: cluster 2024-02-19T23:32:52.503509+0000 mgr.smithi038.xcqglv (mgr.14182) 206 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 70 KiB/s rd, 2.2 KiB/s wr, 137 op/s 2024-02-19T23:32:54.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:54 smithi177 conmon[43314]: cluster 2024-02-19T23:32:53.422200+0000 mon.smithi038 (mon.0) 681 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-19T23:32:54.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:54 smithi177 conmon[43314]: audit 2024-02-19T23:32:53.426065+0000 mon.smithi038 (mon.0) 682 : audit [INF] from='client.? 172.21.15.38:0/3193729975' entity='client.rgw.foorgw.smithi038.najrwe' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-02-19T23:32:54.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:54 smithi038 conmon[37921]: cluster 2024-02-19T23:32:52.503509+0000 mgr.smithi038.xcqglv (mgr.14182) 206 : cluster [DBG] pgmap v177: 161 pgs: 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 70 KiB/s rd, 2.2 KiB/s wr, 137 op/s 2024-02-19T23:32:54.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:54 smithi038 conmon[37921]: cluster 2024-02-19T23:32:53.422200+0000 mon.smithi038 (mon.0) 681 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-19T23:32:54.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:54 smithi038 conmon[37921]: audit 2024-02-19T23:32:53.426065+0000 mon.smithi038 (mon.0) 682 : audit [INF] from='client.? 172.21.15.38:0/3193729975' entity='client.rgw.foorgw.smithi038.najrwe' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]: dispatch 2024-02-19T23:32:55.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:55 smithi177 conmon[43314]: audit 2024-02-19T23:32:54.424276+0000 mon.smithi038 (mon.0) 683 : audit [INF] from='client.? 172.21.15.38:0/3193729975' entity='client.rgw.foorgw.smithi038.najrwe' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-02-19T23:32:55.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:55 smithi177 conmon[43314]: cluster 2024-02-19T23:32:54.424468+0000 mon.smithi038 (mon.0) 684 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-19T23:32:55.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:55 smithi177 conmon[43314]: audit 2024-02-19T23:32:54.442805+0000 mon.smithi038 (mon.0) 685 : audit [INF] from='client.? 172.21.15.38:0/3193729975' entity='client.rgw.foorgw.smithi038.najrwe' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-19T23:32:55.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:55 smithi177 conmon[43314]: audit 2024-02-19T23:32:55.423906+0000 mon.smithi038 (mon.0) 686 : audit [INF] from='client.? 172.21.15.38:0/3193729975' entity='client.rgw.foorgw.smithi038.najrwe' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-19T23:32:55.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:55 smithi177 conmon[43314]: cluster 2024-02-19T23:32:55.423998+0000 mon.smithi038 (mon.0) 687 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-19T23:32:55.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:55 smithi038 conmon[37921]: audit 2024-02-19T23:32:54.424276+0000 mon.smithi038 (mon.0) 683 : 2024-02-19T23:32:55.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:55 smithi038 conmon[37921]: audit [INF] from='client.? 172.21.15.38:0/3193729975' entity='client.rgw.foorgw.smithi038.najrwe' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.index","app": "rgw"}]': finished 2024-02-19T23:32:55.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:55 smithi038 conmon[37921]: cluster 2024-02-19T23:32:54.424468+0000 mon.smithi038 (mon.0) 684 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-19T23:32:55.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:55 smithi038 conmon[37921]: audit 2024-02-19T23:32:54.442805+0000 mon.smithi038 (mon.0) 685 : audit [INF] from='client.? 172.21.15.38:0/3193729975' entity='client.rgw.foorgw.smithi038.najrwe' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-19T23:32:55.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:55 smithi038 conmon[37921]: audit 2024-02-19T23:32:55.423906+0000 mon.smithi038 (mon.0) 686 : audit [INF] from='client.? 172.21.15.38:0/3193729975' entity='client.rgw.foorgw.smithi038.najrwe' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.buckets.index", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-19T23:32:55.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:55 smithi038 conmon[37921]: cluster 2024-02-19T23:32:55.423998+0000 mon.smithi038 (mon.0) 687 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-19T23:32:56.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:56 smithi177 conmon[43314]: cluster 2024-02-19T23:32:54.504120+0000 mgr.smithi038.xcqglv (mgr.14182) 207 : cluster [DBG] pgmap v180: 193 pgs: 32 unknown, 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-02-19T23:32:56.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:56 smithi038 conmon[37921]: cluster 2024-02-19T23:32:54.504120+0000 mgr.smithi038.xcqglv (mgr.14182) 207 : cluster 2024-02-19T23:32:56.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:56 smithi038 conmon[37921]: [DBG] pgmap v180: 193 pgs: 32 unknown, 161 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 767 B/s rd, 0 op/s 2024-02-19T23:32:57.526 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-19T23:32:57.536 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi038.front.sepia.ceph.com 2024-02-19T23:32:57.536 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- bash -c 'ceph nfs export create rgw --bucket foobucket --cluster-id foo --pseudo-path /foobucket' 2024-02-19T23:32:57.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:57 smithi177 conmon[43314]: cluster 2024-02-19T23:32:56.455902+0000 mon.smithi038 (mon.0) 2024-02-19T23:32:57.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:57 smithi177 conmon[43314]: 688 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-19T23:32:57.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:57 smithi177 conmon[43314]: audit 2024-02-19T23:32:56.458722+0000 mon.smithi177 (mon.1) 27 : audit [INF] from='client.? 172.21.15.38:0/844486219' entity='client.rgw.foorgw.smithi038.najrwe' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-02-19T23:32:57.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:57 smithi177 conmon[43314]: audit 2024-02-19T23:32:56.461617 2024-02-19T23:32:57.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:57 smithi177 conmon[43314]: +0000 mon.smithi038 (mon.0) 689 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi038.najrwe' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-02-19T23:32:57.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:57 smithi038 conmon[37921]: cluster 2024-02-19T23:32:56.455902+0000 mon.smithi038 (mon.0) 688 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-19T23:32:57.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:57 smithi038 conmon[37921]: audit 2024-02-19T23:32:56.458722+0000 mon.smithi177 (mon.1) 27 : audit [INF] from='client.? 172.21.15.38:0/844486219' entity='client.rgw.foorgw.smithi038.najrwe' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-02-19T23:32:57.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:57 smithi038 conmon[37921]: audit 2024- 2024-02-19T23:32:57.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:57 smithi038 conmon[37921]: 02-19T23:32:56.461617+0000 mon.smithi038 (mon.0) 689 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi038.najrwe' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]: dispatch 2024-02-19T23:32:58.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:58 smithi177 conmon[43314]: cluster 2024-02-19T23:32:56.504584+0000 mgr.smithi038.xcqglv (mgr.14182) 208 : cluster [DBG] pgmap v183: 225 pgs: 40 unknown, 185 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.2 KiB/s wr, 6 op/s 2024-02-19T23:32:58.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:58 smithi177 conmon[43314]: 2024-02-19T23:32:58.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:58 smithi177 conmon[43314]: audit 2024-02-19T23:32:57.460708+0000 mon.smithi038 (mon.0) 690 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi038.najrwe' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-02-19T23:32:58.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:58 smithi177 conmon[43314]: cluster 2024-02-19T23:32:57.460950+0000 mon.smithi038 (mon.0) 691 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-19T23:32:58.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:58 smithi038 conmon[37921]: cluster 2024-02-19T23:32:56.504584+0000 mgr.smithi038.xcqglv (mgr.14182) 208 : 2024-02-19T23:32:58.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:58 smithi038 conmon[37921]: cluster [DBG] pgmap v183: 225 pgs: 40 unknown, 185 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.0 KiB/s rd, 1.2 KiB/s wr, 6 op/s 2024-02-19T23:32:58.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:58 smithi038 conmon[37921]: audit 2024-02-19T23:32:57.460708+0000 mon.smithi038 (mon.0) 690 : audit [INF] from='client.? ' entity='client.rgw.foorgw.smithi038.najrwe' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.buckets.data","app": "rgw"}]': finished 2024-02-19T23:32:58.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:58 smithi038 conmon[37921]: cluster 2024-02-19T23:32:57.460950+0000 mon.smithi038 (mon.0) 691 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-19T23:32:59.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:59 smithi038 conmon[37921]: cluster 2024-02-19T23:32:58.467296+0000 mon.smithi038 (mon.0) 692 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-19T23:32:59.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:32:59 smithi038 conmon[37921]: cluster 2024-02-19T23:32:58.505222+0000 mgr.smithi038.xcqglv (mgr.14182) 209 : cluster [DBG] pgmap v186: 225 pgs: 7 creating+peering, 22 unknown, 196 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.2 KiB/s wr, 6 op/s 2024-02-19T23:32:59.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:59 smithi177 conmon[43314]: cluster 2024-02-19T23:32:58.467296+0000 mon.smithi038 (mon.0) 692 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-19T23:32:59.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:59 smithi177 conmon[43314]: cluster 2024-02-19 2024-02-19T23:32:59.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:32:59 smithi177 conmon[43314]: T23:32:58.505222+0000 mgr.smithi038.xcqglv (mgr.14182) 209 : cluster [DBG] pgmap v186: 225 pgs: 7 creating+peering, 22 unknown, 196 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.2 KiB/s wr, 6 op/s 2024-02-19T23:33:00.021 INFO:teuthology.orchestra.run.smithi038.stdout:{ 2024-02-19T23:33:00.021 INFO:teuthology.orchestra.run.smithi038.stdout: "bind": "/foobucket", 2024-02-19T23:33:00.021 INFO:teuthology.orchestra.run.smithi038.stdout: "path": "foobucket", 2024-02-19T23:33:00.021 INFO:teuthology.orchestra.run.smithi038.stdout: "cluster": "foo", 2024-02-19T23:33:00.021 INFO:teuthology.orchestra.run.smithi038.stdout: "mode": "RW", 2024-02-19T23:33:00.021 INFO:teuthology.orchestra.run.smithi038.stdout: "squash": "none" 2024-02-19T23:33:00.022 INFO:teuthology.orchestra.run.smithi038.stdout:} 2024-02-19T23:33:00.772 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:00 smithi038 conmon[37921]: audit 2024-02-19T23:32:59.778105+0000 mgr.smithi038.xcqglv (mgr.14182) 210 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:33:00.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:00 smithi177 conmon[43314]: audit 2024-02-19T23:32:59.778105+0000 mgr.smithi038.xcqglv (mgr.14182) 210 : audit [DBG] 2024-02-19T23:33:00.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:00 smithi177 conmon[43314]: from='client.14576 -' entity='client.admin' cmd=[{"prefix": "nfs export create rgw", "bucket": "foobucket", "cluster_id": "foo", "pseudo_path": "/foobucket", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:33:00.793 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-19T23:33:00.804 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-19T23:33:00.804 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:33:01.541 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:01 smithi038 conmon[37921]: cluster 2024-02-19T23:33:00.505879+0000 mgr.smithi038.xcqglv (mgr.14182) 211 : cluster [DBG] pgmap v187: 225 pgs: 7 creating+peering, 17 unknown, 201 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.2 KiB/s wr, 6 op/s 2024-02-19T23:33:01.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:01 smithi177 conmon[43314]: cluster 2024-02-19T23:33:00.505879+0000 mgr.smithi038.xcqglv (mgr.14182) 211 : cluster [DBG] pgmap v187: 225 pgs: 7 creating+peering, 17 unknown, 201 active+clean; 6.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 1.2 KiB/s wr, 6 op/s 2024-02-19T23:33:02.829 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:33:02.829 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:33:03.512 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:33:03.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:03 smithi038 conmon[37921]: cluster 2024-02-19T23:33:02.507115+0000 mgr.smithi038.xcqglv (mgr.14182) 212 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 6.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 1015 B/s wr, 26 op/s 2024-02-19T23:33:03.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:03 smithi038 conmon[37921]: audit 2024-02-19T23:33:02.822382+0000 mgr.smithi038.xcqglv (mgr.14182) 213 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:04.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:03 smithi177 conmon[43314]: cluster 2024-02-19T23:33:02.507115+0000 mgr.smithi038.xcqglv (mgr.14182) 212 : cluster [DBG] pgmap v188: 225 pgs: 225 active+clean; 6.8 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 18 KiB/s rd, 1015 B/s wr, 26 op/s 2024-02-19T23:33:04.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:03 smithi177 conmon[43314]: 2024-02-19T23:33:04.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:03 smithi177 conmon[43314]: audit 2024-02-19T23:33:02.822382+0000 mgr.smithi038.xcqglv (mgr.14182) 213 : audit [DBG] from='client.14610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:04.514 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:33:05.840 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:05 smithi038 conmon[37921]: cluster 2024-02-19T23:33:04.507848+0000 mgr.smithi038.xcqglv (mgr.14182) 214 : 2024-02-19T23:33:05.840 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:05 smithi038 conmon[37921]: cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 895 B/s wr, 23 op/s 2024-02-19T23:33:06.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:05 smithi177 conmon[43314]: cluster 2024-02-19T23:33:04.507848+0000 mgr.smithi038.xcqglv (mgr.14182) 214 : cluster [DBG] pgmap v189: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 895 B/s wr, 23 op/s 2024-02-19T23:33:06.510 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:33:06.511 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:33:07.201 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:33:07.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:07 smithi038 conmon[37921]: audit 2024-02-19T23:33:06.505696+0000 mgr.smithi038.xcqglv (mgr.14182) 215 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:07.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:07 smithi038 conmon[37921]: cluster 2024-02-19T23:33:06.508627+0000 mgr.smithi038.xcqglv (mgr.14182) 216 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 792 B/s wr, 22 op/s 2024-02-19T23:33:08.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:07 smithi177 conmon[43314]: audit 2024-02-19T23:33:06.505696+0000 mgr.smithi038.xcqglv (mgr.14182) 215 : audit [DBG] from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:08.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:07 smithi177 conmon[43314]: cluster 2024-02-19T23:33:06.508627+0000 mgr.smithi038.xcqglv (mgr.14182) 216 : cluster [DBG] pgmap v190: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 15 KiB/s rd, 792 B/s wr, 22 op/s 2024-02-19T23:33:08.201 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:33:09.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:09 smithi038 conmon[37921]: audit 2024-02-19T23:33:08.310765+0000 mon.smithi038 (mon.0) 693 : audit [INF] 2024-02-19T23:33:09.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:09 smithi038 conmon[37921]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:33:09.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:09 smithi177 conmon[43314]: audit 2024-02-19T23:33:08.310765+0000 mon.smithi038 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:33:10.368 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:33:10.368 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:33:10.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:10 smithi038 conmon[37921]: cluster 2024-02-19T23:33:08.509264+0000 mgr.smithi038.xcqglv (mgr.14182) 217 : cluster [DBG] pgmap v191: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 713 B/s wr, 19 op/s 2024-02-19T23:33:10.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:10 smithi177 conmon[43314]: cluster 2024-02-19T23:33:08.509264+0000 mgr.smithi038.xcqglv (mgr.14182) 217 : cluster [DBG] 2024-02-19T23:33:10.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:10 smithi177 conmon[43314]: pgmap v191: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 14 KiB/s rd, 713 B/s wr, 19 op/s 2024-02-19T23:33:11.075 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:33:11.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:11 smithi038 conmon[37921]: audit 2024-02-19T23:33:10.362004+0000 mgr.smithi038.xcqglv (mgr.14182) 218 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:11.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:11 smithi177 conmon[43314]: audit 2024-02-19T23:33:10.362004+0000 mgr.smithi038.xcqglv (mgr.14182) 218 : audit [DBG] from='client.14618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:12.076 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:33:12.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:12 smithi038 conmon[37921]: cluster 2024-02-19T23:33:10.509872+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:33:12.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:12 smithi038 conmon[37921]: 14182) 219 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 597 B/s wr, 16 op/s 2024-02-19T23:33:12.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:12 smithi177 conmon[43314]: cluster 2024-02-19T23:33:10.509872+0000 mgr.smithi038.xcqglv (mgr.14182) 219 : cluster [DBG] pgmap v192: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 597 B/s wr, 16 op/s 2024-02-19T23:33:14.127 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:33:14.127 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:33:14.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:14 smithi038 conmon[37921]: cluster 2024-02-19T23:33:12.510830+0000 mgr.smithi038.xcqglv (mgr.14182) 220 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 682 B/s wr, 16 op/s 2024-02-19T23:33:14.676 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:14 smithi177 conmon[43314]: cluster 2024-02-19T23:33:12.510830+0000 mgr.smithi038.xcqglv (mgr.14182) 220 : cluster [DBG] pgmap v193: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 682 B/s wr, 16 op/s 2024-02-19T23:33:14.825 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:33:15.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:15 smithi038 conmon[37921]: audit 2024-02-19T23:33:14.122559+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:33:15.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:15 smithi038 conmon[37921]: 221 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:15.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:15 smithi177 conmon[43314]: audit 2024-02-19T23:33:14.122559+0000 mgr.smithi038.xcqglv (mgr.14182) 221 : audit [DBG] from='client.14622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:15.826 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:33:16.760 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:16 smithi038 conmon[37921]: cluster 2024-02-19T23:33:14.511485+0000 mgr.smithi038.xcqglv (mgr.14182) 222 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 255 B/s wr, 3 op/s 2024-02-19T23:33:16.761 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:16 smithi038 conmon[37921]: 2024-02-19T23:33:16.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:16 smithi177 conmon[43314]: cluster 2024-02-19T23:33:14.511485+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:33:16.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:16 smithi177 conmon[43314]: 222 : cluster [DBG] pgmap v194: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 255 B/s wr, 3 op/s 2024-02-19T23:33:17.879 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:33:17.879 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:33:18.517 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:33:18.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:18 smithi177 conmon[43314]: cluster 2024-02-19T23:33:16.512616+0000 mgr.smithi038.xcqglv (mgr.14182) 223 : cluster [DBG] pgmap v195: 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-19T23:33:18.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:18 smithi038 conmon[37921]: cluster 2024-02-19T23:33:16.512616+0000 mgr.smithi038.xcqglv (mgr.14182) 223 : cluster [DBG] pgmap v195: 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-19T23:33:19.518 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:33:19.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:19 smithi177 conmon[43314]: audit 2024-02-19T23:33:17.873247+0000 mgr.smithi038.xcqglv (mgr.14182) 224 : audit 2024-02-19T23:33:19.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:19 smithi177 conmon[43314]: [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:19.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:19 smithi177 conmon[43314]: audit 2024-02-19T23:33:18.481141+0000 mon.smithi038 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [4, 6]}]: dispatch 2024-02-19T23:33:19.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:19 smithi177 conmon[43314]: audit 2024-02-19T23:33:18.481389+0000 mon.smithi038 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.0", "id": [5, 3]}]: dispatch 2024-02-19T23:33:19.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:19 smithi038 conmon[37921]: audit 2024-02-19T23:33:17.873247+0000 mgr.smithi038.xcqglv (mgr.14182) 224 : audit [DBG] from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:19.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:19 smithi038 conmon[37921]: audit 2024-02-19T23:33:18.481141+0000 mon.smithi038 (mon.0) 694 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [4, 6]}]: dispatch 2024-02-19T23:33:19.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:19 smithi038 conmon[37921]: audit 2024-02-19T23:33:19.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:19 smithi038 conmon[37921]: 2024-02-19T23:33:18.481389 2024-02-19T23:33:19.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:19 smithi038 conmon[37921]: +0000 mon.smithi038 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.0", "id": [5, 3]}]: dispatch 2024-02-19T23:33:20.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:20 smithi038 conmon[37921]: cluster 2024-02-19T23:33:18.513301+0000 mgr.smithi038.xcqglv (mgr.14182) 225 : cluster [DBG] pgmap v196: 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-19T23:33:20.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:20 smithi038 conmon[37921]: audit 2024-02-19T23:33:19.372108+0000 mon.smithi038 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [4, 6]}]': finished 2024-02-19T23:33:20.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:20 smithi038 conmon[37921]: audit 2024-02-19T23:33:19.372196+0000 mon.smithi038 (mon.0) 697 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.0", "id": [5, 3]}]': finished 2024-02-19T23:33:20.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:20 smithi038 conmon[37921]: cluster 2024-02-19T23:33:19.372294+0000 mon.smithi038 (mon.0) 698 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-19T23:33:20.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:20 smithi177 conmon[43314]: cluster 2024-02-19T23:33:18.513301+0000 mgr.smithi038.xcqglv (mgr.14182) 225 : cluster [DBG] 2024-02-19T23:33:20.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:20 smithi177 conmon[43314]: pgmap v196: 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-19T23:33:20.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:20 smithi177 conmon[43314]: audit 2024-02-19T23:33:19.372108+0000 mon.smithi038 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.8", "id": [4, 6]}]': finished 2024-02-19T23:33:20.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:20 smithi177 conmon[43314]: audit 2024 2024-02-19T23:33:20.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:20 smithi177 conmon[43314]: -02-19T23:33:19.372196+0000 mon.smithi038 (mon.0) 697 : audit [INF] 2024-02-19T23:33:20.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:20 smithi177 conmon[43314]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "8.0", "id": [5, 3]}]': finished 2024-02-19T23:33:20.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:20 smithi177 conmon[43314]: cluster 2024-02 2024-02-19T23:33:20.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:20 smithi177 conmon[43314]: -19T23:33:19.372294+0000 mon.smithi038 ( 2024-02-19T23:33:20.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:20 smithi177 conmon[43314]: mon.0) 698 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-19T23:33:20.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:20 smithi177 conmon[43314]: 2024-02-19T23:33:21.522 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:33:21.522 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:33:21.693 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:21 smithi038 conmon[37921]: cluster 2024-02-19T23:33:20.372315+0000 mon.smithi038 (mon.0) 699 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-19T23:33:21.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:21 smithi177 conmon[43314]: cluster 2024-02-19T23:33:20.372315+0000 mon.smithi038 (mon.0) 699 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-19T23:33:22.202 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:33:22.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:22 smithi038 conmon[37921]: cluster 2024-02-19T23:33:20.513779+0000 mgr.smithi038.xcqglv (mgr.14182) 226 : cluster 2024-02-19T23:33:22.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:22 smithi038 conmon[37921]: [DBG] pgmap v199: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:33:22.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:22 smithi177 conmon[43314]: cluster 2024-02-19T23:33:20.513779+0000 mgr.smithi038.xcqglv (mgr.14182) 226 : cluster [DBG] pgmap v199: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:33:23.204 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:33:23.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:23 smithi038 conmon[37921]: audit 2024-02-19T23:33:21.516683+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:33:23.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:23 smithi038 conmon[37921]: ) 227 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:23.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:23 smithi177 conmon[43314]: audit 2024-02-19T23:33:21.516683+0000 mgr.smithi038.xcqglv (mgr.14182) 227 : audit [DBG] from='client.14630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:24.675 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:24 smithi177 conmon[43314]: cluster 2024-02-19T23:33:22.514756+0000 mgr.smithi038.xcqglv (mgr.14182) 228 : cluster [DBG] pgmap v200: 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-19T23:33:24.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:24 smithi038 conmon[37921]: cluster 2024-02-19T23:33:22.514756+0000 mgr.smithi038.xcqglv (mgr.14182) 228 : cluster 2024-02-19T23:33:24.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:24 smithi038 conmon[37921]: [DBG] pgmap v200: 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-19T23:33:25.273 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:33:25.274 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:33:25.924 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:33:26.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:26 smithi177 conmon[43314]: cluster 2024-02-19T23:33:24.515396+0000 mgr.smithi038.xcqglv (mgr.14182) 229 : cluster [DBG] pgmap v201: 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-19T23:33:26.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:26 smithi177 conmon[43314]: audit 2024-02-19T23:33:25.268329+0000 mgr.smithi038.xcqglv (mgr.14182) 230 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:26.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:26 smithi038 conmon[37921]: cluster 2024-02-19T23:33:24.515396+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:33:26.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:26 smithi038 conmon[37921]: mgr.14182) 229 : cluster [DBG] pgmap v201: 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-19T23:33:26.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:26 smithi038 conmon[37921]: audit 2024-02-19T23:33:25.268329+0000 mgr.smithi038.xcqglv (mgr.14182) 230 : audit [DBG] from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:26.925 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:33:28.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:28 smithi038 conmon[37921]: cluster 2024-02-19T23:33:26.516483+0000 mgr.smithi038.xcqglv (mgr.14182) 231 : 2024-02-19T23:33:28.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:28 smithi038 conmon[37921]: cluster [DBG] pgmap v202: 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-19T23:33:28.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:28 smithi177 conmon[43314]: cluster 2024-02-19T23:33:26.516483+0000 mgr.smithi038.xcqglv (mgr.14182) 231 : cluster [DBG] pgmap v202: 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-19T23:33:29.059 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:33:29.059 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:33:29.765 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:33:30.766 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:33:30.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:30 smithi177 conmon[43314]: cluster 2024-02-19T23:33:28.517319+0000 mgr.smithi038.xcqglv (mgr.14182) 232 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-02-19T23:33:30.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:30 smithi177 conmon[43314]: audit 2024-02-19T23:33:29.054118+0000 mgr.smithi038.xcqglv (mgr.14182) 233 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:30.802 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:30 smithi038 conmon[37921]: cluster 2024-02-19T23:33:28.517319+0000 mgr.smithi038.xcqglv (mgr.14182) 232 : cluster [DBG] pgmap v203: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 111 B/s rd, 0 op/s 2024-02-19T23:33:30.802 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:30 smithi038 conmon[37921]: audit 2024-02-19T23:33:29.054118+0000 mgr.smithi038.xcqglv (mgr.14182) 233 : audit [DBG] from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:32.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:32 smithi177 conmon[43314]: cluster 2024-02-19T23:33:30.518058+0000 mgr.smithi038.xcqglv (mgr.14182) 234 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-19T23:33:32.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:32 smithi038 conmon[37921]: cluster 2024-02-19T23:33:30.518058+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:33:32.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:32 smithi038 conmon[37921]: .14182) 234 : cluster [DBG] pgmap v204: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 100 B/s rd, 0 op/s 2024-02-19T23:33:32.848 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:33:32.848 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:33:33.533 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:33:34.534 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:33:34.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:34 smithi177 conmon[43314]: cluster 2024-02-19T23:33:32.518942+0000 mgr.smithi038.xcqglv (mgr.14182) 235 : cluster [DBG] pgmap v205: 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-19T23:33:34.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:34 smithi177 conmon[43314]: audit 2024-02-19T23:33:32.842247+0000 mgr.smithi038.xcqglv (mgr.14182) 236 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:34.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:34 smithi038 conmon[37921]: cluster 2024-02-19T23:33:32.518942+0000 mgr.smithi038.xcqglv (mgr.14182) 235 : cluster [DBG] pgmap v205: 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-19T23:33:34.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:34 smithi038 conmon[37921]: audit 2024-02-19T23:33:32.842247+0000 mgr.smithi038.xcqglv (mgr.14182) 236 : audit [DBG] from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:36.589 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:33:36.589 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:33:36.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:36 smithi177 conmon[43314]: cluster 2024-02-19T23:33:34.519754+0000 mgr.smithi038.xcqglv (mgr.14182) 237 : cluster [DBG] pgmap v206: 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-19T23:33:36.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:36 smithi038 conmon[37921]: cluster 2024-02-19T23:33:34.519754+0000 mgr.smithi038.xcqglv (mgr.14182) 237 : cluster [DBG] pgmap v206: 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-19T23:33:37.315 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:33:38.316 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:33:38.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:38 smithi177 conmon[43314]: cluster 2024-02-19T23:33:36.520551+0000 mgr.smithi038.xcqglv (mgr.14182) 238 : cluster [DBG] pgmap v207: 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-19T23:33:38.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:38 smithi177 conmon[43314]: audit 2024-02-19T23:33:36.582771+0000 mgr.smithi038.xcqglv (mgr.14182) 239 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:38.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:38 smithi038 conmon[37921]: cluster 2024-02-19T23:33: 2024-02-19T23:33:38.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:38 smithi038 conmon[37921]: 36.520551+0000 mgr.smithi038.xcqglv (mgr.14182) 238 : cluster [DBG] pgmap v207: 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-19T23:33:38.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:38 smithi038 conmon[37921]: audit 2024-02-19T23:33:36.582771+0000 mgr.smithi038.xcqglv (mgr.14182) 239 : audit [DBG] from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:40.457 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:33:40.457 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:33:40.791 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:40 smithi177 conmon[43314]: cluster 2024-02-19T23:33:38.521127+0000 mgr.smithi038.xcqglv (mgr.14182) 240 : cluster [DBG] pgmap v208: 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-19T23:33:40.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:40 smithi038 conmon[37921]: cluster 2024-02-19T23:33:38.521127+0000 mgr.smithi038.xcqglv (mgr.14182) 240 : cluster [DBG] pgmap v208: 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-19T23:33:41.121 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:33:41.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:41 smithi177 conmon[43314]: audit 2024-02-19T23:33:40.451648+0000 mgr.smithi038.xcqglv (mgr.14182) 241 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:41.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:41 smithi038 conmon[37921]: audit 2024-02-19T23:33:40.451648+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:33:41.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:41 smithi038 conmon[37921]: .14182) 241 : audit [DBG] from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:42.122 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:33:42.722 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:42 smithi038 conmon[37921]: cluster 2024-02-19T23:33:40.521616+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:33:42.722 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:42 smithi038 conmon[37921]: mgr.14182) 242 : cluster [DBG] pgmap v209: 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-19T23:33:42.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:42 smithi177 conmon[43314]: cluster 2024-02-19T23:33:40.521616+0000 mgr.smithi038.xcqglv (mgr.14182) 242 : cluster 2024-02-19T23:33:42.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:42 smithi177 conmon[43314]: [DBG] pgmap v209: 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-19T23:33:44.335 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:33:44.335 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:33:44.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:44 smithi177 conmon[43314]: cluster 2024-02-19T23:33:42.522544+0000 mgr.smithi038.xcqglv (mgr.14182) 243 : cluster [DBG] pgmap v210: 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-19T23:33:44.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:44 smithi038 conmon[37921]: cluster 2024-02-19T23:33:42.522544+0000 mgr.smithi038.xcqglv (mgr.14182) 243 : cluster [DBG] pgmap v210: 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-19T23:33:45.014 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:33:45.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:45 smithi177 conmon[43314]: audit 2024-02-19T23:33:44.329063+0000 mgr.smithi038.xcqglv (mgr.14182) 244 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:45.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:45 smithi038 conmon[37921]: audit 2024-02-19T23:33: 2024-02-19T23:33:45.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:45 smithi038 conmon[37921]: 44.329063+0000 mgr.smithi038.xcqglv (mgr.14182) 244 : audit [DBG] from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:46.015 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:33:46.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:46 smithi177 conmon[43314]: cluster 2024-02-19T23:33:44.523104+0000 mgr.smithi038.xcqglv (mgr.14182) 245 : 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-19T23:33:46.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:46 smithi038 conmon[37921]: cluster 2024-02-19T23:33:44.523104+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:33:46.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:46 smithi038 conmon[37921]: mgr.14182) 245 : 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-19T23:33:48.142 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:33:48.142 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:33:48.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:48 smithi177 conmon[43314]: cluster 2024-02-19T23:33:46.523956+0000 mgr.smithi038.xcqglv (mgr.14182) 246 : 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-19T23:33:48.792 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:48 smithi038 conmon[37921]: cluster 2024-02-19T23:33:46.523956+0000 mgr.smithi038.xcqglv (mgr.14182) 246 : 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-19T23:33:48.812 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:33:49.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:49 smithi177 conmon[43314]: audit 2024-02-19T23:33:48.136515+0000 mgr.smithi038.xcqglv (mgr.14182) 247 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:49.813 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:33:49.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:49 smithi038 conmon[37921]: audit 2024-02-19T23:33:48.136515+0000 mgr.smithi038.xcqglv (mgr.14182) 247 : audit [DBG] 2024-02-19T23:33:49.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:49 smithi038 conmon[37921]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:50.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:50 smithi038 conmon[37921]: cluster 2024-02-19T23:33:48.524682+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:33:50.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:50 smithi038 conmon[37921]: ) 248 : 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-19T23:33:50.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:50 smithi177 conmon[43314]: cluster 2024-02-19T23:33:48.524682+0000 mgr.smithi038.xcqglv (mgr.14182) 248 : 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-19T23:33:51.525 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:51 smithi038 conmon[37921]: cluster 2024-02-19T23:33:50.525240+0000 mgr.smithi038.xcqglv (mgr.14182) 249 2024-02-19T23:33:51.525 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:51 smithi038 conmon[37921]: : cluster [DBG] pgmap v214: 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-19T23:33:51.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:51 smithi177 conmon[43314]: cluster 2024-02-19T23:33:50.525240+0000 mgr.smithi038.xcqglv (mgr.14182) 249 : cluster [DBG] pgmap v214: 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-19T23:33:51.920 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:33:51.920 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:33:52.595 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:33:52.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:52 smithi177 conmon[43314]: audit 2024-02-19T23:33:51.915053+0000 mgr.smithi038.xcqglv (mgr.14182) 250 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:52.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:52 smithi038 conmon[37921]: audit 2024-02-19T23:33:51.915053+0000 mgr.smithi038.xcqglv (mgr.14182) 250 : audit [DBG] from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:53.596 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:33:53.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:53 smithi177 conmon[43314]: cluster 2024-02-19T23:33:52.526143+0000 mgr.smithi038.xcqglv (mgr.14182) 251 : cluster [DBG] pgmap v215: 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-19T23:33:53.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:53 smithi038 conmon[37921]: cluster 2024-02-19T23:33:52.526143+0000 mgr.smithi038.xcqglv (mgr.14182) 251 : cluster 2024-02-19T23:33:53.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:53 smithi038 conmon[37921]: [DBG] pgmap v215: 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-19T23:33:55.609 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:33:55.609 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:33:55.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:55 smithi038 conmon[37921]: cluster 2024-02-19T23:33:54.526653+0000 mgr.smithi038.xcqglv (mgr.14182) 252 : 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-19T23:33:56.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:55 smithi177 conmon[43314]: cluster 2024-02-19T23:33:54.526653+0000 mgr.smithi038.xcqglv (mgr.14182) 252 : 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-19T23:33:56.288 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:33:56.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:56 smithi038 conmon[37921]: audit 2024-02-19T23:33:55.603805+0000 mgr.smithi038.xcqglv (mgr.14182) 253 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:57.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:56 smithi177 conmon[43314]: audit 2024-02-19T23:33:55.603805+0000 mgr.smithi038.xcqglv (mgr.14182) 253 : audit [DBG] from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:33:57.290 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:33:57.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:57 smithi038 conmon[37921]: cluster 2024-02-19T23:33:56. 2024-02-19T23:33:57.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:57 smithi038 conmon[37921]: 527646+0000 mgr.smithi038.xcqglv (mgr.14182) 254 : 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-19T23:33:58.041 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:57 smithi177 conmon[43314]: cluster 2024-02-19T23:33:56.527646+0000 mgr.smithi038.xcqglv (mgr.14182) 254 : cluster 2024-02-19T23:33:58.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:57 smithi177 conmon[43314]: [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-19T23:33:59.531 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:33:59.531 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:33:59.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:33:59 smithi038 conmon[37921]: cluster 2024-02-19T23:33:58.528359+0000 mgr.smithi038.xcqglv (mgr.14182) 255 : cluster [DBG] pgmap v218: 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-19T23:34:00.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:33:59 smithi177 conmon[43314]: cluster 2024-02-19T23:33:58.528359+0000 mgr.smithi038.xcqglv (mgr.14182) 255 : cluster [DBG] pgmap v218: 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-19T23:34:00.196 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:34:01.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:00 smithi177 conmon[43314]: audit 2024-02-19T23:33:59.525224+0000 mgr.smithi038.xcqglv (mgr.14182) 256 : audit [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:01.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:00 smithi038 conmon[37921]: audit 2024-02-19T23:33:59.525224+0000 mgr.smithi038.xcqglv (mgr.14182) 256 : audit 2024-02-19T23:34:01.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:00 smithi038 conmon[37921]: [DBG] from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:01.197 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:34:01.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:01 smithi038 conmon[37921]: cluster 2024-02-19T23:34:00.528938+0000 mgr.smithi038.xcqglv (mgr.14182) 257 : cluster [DBG] pgmap v219: 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-19T23:34:02.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:01 smithi177 conmon[43314]: cluster 2024-02-19T23:34:00.528938+0000 mgr.smithi038.xcqglv (mgr.14182) 257 : cluster [DBG] pgmap v219: 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-19T23:34:03.246 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:34:03.246 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:34:03.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:03 smithi038 conmon[37921]: cluster 2024-02-19T23:34:02.530067+0000 mgr.smithi038.xcqglv (mgr.14182) 258 : cluster [DBG] pgmap v220: 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-19T23:34:03.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:03 smithi038 conmon[37921]: audit 2024-02-19T23:34:03.239752+0000 mgr.smithi038.xcqglv (mgr.14182) 259 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:03.969 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:34:04.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:03 smithi177 conmon[43314]: cluster 2024-02-19T23:34:02.530067+0000 mgr.smithi038.xcqglv (mgr.14182) 258 : cluster [DBG] pgmap v220: 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-19T23:34:04.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:03 smithi177 conmon[43314]: 2024-02-19T23:34:04.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:03 smithi177 conmon[43314]: audit 2024-02-19T23:34:03.239752+0000 mgr.smithi038.xcqglv (mgr.14182) 259 : audit [DBG] from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:04.969 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:34:05.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:05 smithi038 conmon[37921]: cluster 2024-02-19T23:34:04.530712+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:34:05.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:05 smithi038 conmon[37921]: .14182) 260 : 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-19T23:34:06.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:05 smithi177 conmon[43314]: cluster 2024-02-19T23:34:04.530712+0000 mgr.smithi038.xcqglv (mgr.14182) 260 : cluster [DBG] 2024-02-19T23:34:06.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:05 smithi177 conmon[43314]: 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-19T23:34:06.960 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:34:06.960 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:34:07.635 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:34:08.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:07 smithi177 conmon[43314]: cluster 2024-02-19T23:34:06.531918+0000 mgr.smithi038.xcqglv (mgr.14182) 261 : 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-19T23:34:08.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:07 smithi177 conmon[43314]: audit 2024-02-19T23:34:06.954222+0000 mgr.smithi038.xcqglv (mgr.14182) 262 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:08.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:07 smithi038 conmon[37921]: cluster 2024-02-19T23:34:06.531918+0000 mgr.smithi038.xcqglv (mgr.14182) 261 : 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-19T23:34:08.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:07 smithi038 conmon[37921]: audit 2024-02-19T23:34:06.954222+0000 mgr.smithi038.xcqglv (mgr.14182) 262 : audit [DBG] from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:08.636 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:34:09.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:09 smithi038 conmon[37921]: cluster 2024-02-19T23:34:08.533084+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:34:09.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:09 smithi038 conmon[37921]: 14182) 263 : cluster [DBG] pgmap v223: 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-19T23:34:10.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:09 smithi177 conmon[43314]: cluster 2024-02-19T23:34:08.533084+0000 mgr.smithi038.xcqglv (mgr.14182) 263 : cluster [DBG] pgmap v223: 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-19T23:34:10.698 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:34:10.698 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:34:11.394 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:34:12.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:11 smithi177 conmon[43314]: cluster 2024-02-19T23:34:10.533616+0000 mgr.smithi038.xcqglv (mgr.14182) 264 : cluster [DBG] pgmap v224: 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-19T23:34:12.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:11 smithi177 conmon[43314]: audit 2024-02-19T23:34:10.692436+0000 mgr.smithi038.xcqglv (mgr.14182) 265 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:12.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:11 smithi038 conmon[37921]: cluster 2024-02-19T23:34:10.533616+0000 mgr.smithi038.xcqglv (mgr.14182) 264 : cluster 2024-02-19T23:34:12.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:11 smithi038 conmon[37921]: [DBG] pgmap v224: 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-19T23:34:12.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:11 smithi038 conmon[37921]: audit 2024-02-19T23:34:10.692436+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:34:12.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:11 smithi038 conmon[37921]: .14182) 265 : audit [DBG] from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:12.395 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:34:14.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:13 smithi038 conmon[37921]: cluster 2024-02-19T23:34:12.534478+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:34:14.025 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:13 smithi038 conmon[37921]: .14182) 266 : cluster [DBG] pgmap v225: 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-19T23:34:14.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:13 smithi177 conmon[43314]: cluster 2024-02-19T23:34:12.534478+0000 mgr.smithi038.xcqglv (mgr.14182) 266 : cluster [DBG] pgmap v225: 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-19T23:34:14.458 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:34:14.458 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:34:14.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:14 smithi038 conmon[37921]: audit 2024-02-19T23:34:14.451862+0000 mgr.smithi038.xcqglv (mgr.14182) 267 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:15.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:14 smithi177 conmon[43314]: audit 2024-02-19T23:34:14.451862+0000 mgr.smithi038.xcqglv (mgr.14182) 267 : audit [DBG] from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:15.111 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:34:16.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:15 smithi177 conmon[43314]: cluster 2024-02-19T23:34:14.534977+0000 mgr.smithi038.xcqglv (mgr.14182) 268 : cluster [DBG] pgmap v226: 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-19T23:34:16.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:15 smithi038 conmon[37921]: cluster 2024-02-19T23:34:14.534977+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:34:16.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:15 smithi038 conmon[37921]: mgr.14182) 268 : cluster [DBG] pgmap v226: 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-19T23:34:16.112 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:34:17.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:17 smithi038 conmon[37921]: cluster 2024-02-19T23:34:16.535827+0000 2024-02-19T23:34:17.780 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:17 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 269 : cluster [DBG] pgmap v227: 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-19T23:34:18.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:17 smithi177 conmon[43314]: cluster 2024-02-19T23:34:16.535827+0000 mgr.smithi038.xcqglv (mgr.14182) 269 : cluster [DBG] pgmap v227: 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-19T23:34:18.187 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:34:18.188 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:34:18.866 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:34:19.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:18 smithi177 conmon[43314]: audit 2024-02-19T23:34:18.182108+0000 mgr.smithi038.xcqglv (mgr.14182) 270 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:19.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:18 smithi038 conmon[37921]: audit 2024-02-19T23:34:18.182108+0000 mgr.smithi038.xcqglv (mgr.14182) 270 : audit [DBG] from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:19.867 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:34:20.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:19 smithi177 conmon[43314]: cluster 2024-02-19T23:34:18.536744+0000 mgr.smithi038.xcqglv (mgr.14182) 271 : cluster [DBG] pgmap v228: 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-19T23:34:20.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:19 smithi038 conmon[37921]: cluster 2024-02-19T23:34:18.536744+0000 mgr.smithi038.xcqglv (mgr.14182) 271 : 2024-02-19T23:34:20.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:19 smithi038 conmon[37921]: cluster [DBG] pgmap v228: 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-19T23:34:21.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:21 smithi038 conmon[37921]: cluster 2024-02-19T23:34:20.537452+0000 mgr.smithi038.xcqglv (mgr.14182) 272 : cluster [DBG] pgmap v229: 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-19T23:34:22.000 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:34:22.001 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:34:22.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:21 smithi177 conmon[43314]: cluster 2024-02-19T23:34:20.537452+0000 mgr.smithi038.xcqglv (mgr.14182) 272 : cluster [DBG] pgmap v229: 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-19T23:34:22.694 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:34:23.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:22 smithi177 conmon[43314]: audit 2024-02-19T23:34:21.995648+0000 mgr.smithi038.xcqglv (mgr.14182) 273 : audit [DBG] from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:23.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:22 smithi038 conmon[37921]: audit 2024-02-19T23:34:21.995648+0000 mgr.smithi038.xcqglv (mgr.14182) 273 : audit [DBG] 2024-02-19T23:34:23.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:22 smithi038 conmon[37921]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:23.696 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:34:24.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:23 smithi177 conmon[43314]: cluster 2024-02-19T23:34:22.538524+0000 mgr.smithi038.xcqglv (mgr.14182) 274 : cluster [DBG] pgmap v230: 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-19T23:34:24.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:23 smithi177 conmon[43314]: 2024-02-19T23:34:24.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:23 smithi038 conmon[37921]: cluster 2024-02-19T23:34:22.538524+0000 mgr.smithi038.xcqglv (mgr.14182) 274 2024-02-19T23:34:24.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:23 smithi038 conmon[37921]: : cluster [DBG] pgmap v230: 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-19T23:34:25.743 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:34:25.743 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:34:26.010 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:25 smithi038 conmon[37921]: cluster 2024-02-19T23:34:24.539020+0000 mgr.smithi038.xcqglv (mgr.14182) 275 : cluster [DBG] pgmap v231: 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-19T23:34:26.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:25 smithi177 conmon[43314]: cluster 2024-02-19T23:34:24.539020+0000 mgr.smithi038.xcqglv (mgr.14182) 275 : cluster [DBG] pgmap v231: 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-19T23:34:26.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:25 smithi177 conmon[43314]: 2024-02-19T23:34:26.467 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:34:27.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:26 smithi177 conmon[43314]: audit 2024-02-19T23:34:25.737267+0000 mgr.smithi038.xcqglv (mgr.14182) 276 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:27.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:26 smithi038 conmon[37921]: audit 2024-02-19T23:34:25.737267+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:34:27.096 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:26 smithi038 conmon[37921]: 276 : audit [DBG] from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:27.468 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:34:28.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:28 smithi038 conmon[37921]: cluster 2024-02-19T23:34:26.539960+0000 mgr.smithi038.xcqglv (mgr.14182) 277 2024-02-19T23:34:28.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:28 smithi038 conmon[37921]: : 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-19T23:34:28.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:28 smithi177 conmon[43314]: cluster 2024-02-19T23:34:26.539960+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:34:28.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:28 smithi177 conmon[43314]: 14182) 277 : 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-19T23:34:29.618 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:34:29.618 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:34:30.265 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:34:30.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:30 smithi038 conmon[37921]: cluster 2024-02-19T23:34:28.540674+0000 mgr.smithi038.xcqglv (mgr.14182) 278 : cluster [DBG] pgmap v233: 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-19T23:34:30.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:30 smithi177 conmon[43314]: cluster 2024-02-19T23:34:28.540674+0000 mgr.smithi038.xcqglv (mgr.14182) 278 : cluster [DBG] pgmap v233: 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-19T23:34:30.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:30 smithi177 conmon[43314]: 2024-02-19T23:34:31.266 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:34:31.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:31 smithi038 conmon[37921]: audit 2024-02-19T23:34:29.612449+0000 mgr.smithi038.xcqglv (mgr.14182) 279 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:31.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:31 smithi177 conmon[43314]: audit 2024-02-19T23:34:29.612449+0000 mgr.smithi038.xcqglv (mgr.14182) 279 : audit [DBG] from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:32.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:32 smithi177 conmon[43314]: cluster 2024-02-19T23:34:30.541309+0000 mgr.smithi038.xcqglv (mgr.14182) 280 : 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-19T23:34:32.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:32 smithi038 conmon[37921]: cluster 2024-02-19T23:34:30.541309+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:34:32.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:32 smithi038 conmon[37921]: 280 : 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-19T23:34:33.327 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:34:33.327 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:34:34.041 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:34:34.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:34 smithi038 conmon[37921]: cluster 2024-02-19T23:34:32.542213+0000 mgr.smithi038.xcqglv (mgr.14182) 281 : cluster [DBG] pgmap v235: 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-19T23:34:34.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:34 smithi038 conmon[37921]: audit 2024-02-19T23:34:33.321460+0000 mgr.smithi038.xcqglv (mgr.14182) 282 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:34.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:34 smithi177 conmon[43314]: cluster 2024-02-19T23:34:32.542213+0000 mgr.smithi038.xcqglv (mgr.14182) 281 : cluster [DBG] pgmap v235: 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-19T23:34:34.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:34 smithi177 conmon[43314]: 2024-02-19T23:34:34.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:34 smithi177 conmon[43314]: audit 2024-02-19T23:34:33.321460+0000 mgr.smithi038.xcqglv (mgr.14182) 282 : audit [DBG] from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:35.042 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:34:36.400 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:36 smithi038 conmon[37921]: cluster 2024-02-19T23:34:34.542945+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:34:36.400 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:36 smithi038 conmon[37921]: 283 : 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-19T23:34:36.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:36 smithi177 conmon[43314]: cluster 2024-02-19T23:34:34.542945+0000 mgr.smithi038.xcqglv (mgr.14182) 283 : 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-19T23:34:37.105 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:34:37.106 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:34:37.875 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:34:38.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:38 smithi177 conmon[43314]: cluster 2024-02-19T23:34:36.543874+0000 mgr.smithi038.xcqglv (mgr.14182) 284 : cluster [DBG] 2024-02-19T23:34:38.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:38 smithi177 conmon[43314]: 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-19T23:34:38.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:38 smithi177 conmon[43314]: audit 2024-02-19T23:34:37.099847+0000 mgr.smithi038.xcqglv (mgr.14182) 285 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:38.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:38 smithi038 conmon[37921]: cluster 2024-02-19T23:34:36.543874+0000 mgr.smithi038.xcqglv (mgr.14182) 284 : 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-19T23:34:38.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:38 smithi038 conmon[37921]: audit 2024-02-19T23:34:37.099847+0000 mgr.smithi038.xcqglv (mgr.14182) 285 : audit [DBG] from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:38.876 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:34:40.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:40 smithi177 conmon[43314]: cluster 2024-02-19T23:34:38.544677+0000 mgr.smithi038.xcqglv (mgr.14182) 286 : cluster [DBG] pgmap v238: 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-19T23:34:40.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:40 smithi038 conmon[37921]: cluster 2024-02-19T23:34:38.544677+0000 mgr.smithi038.xcqglv (mgr.14182) 286 : cluster [DBG] pgmap v238: 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-19T23:34:40.595 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:40 smithi038 conmon[37921]: 2024-02-19T23:34:41.017 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:34:41.017 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:34:41.813 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:34:42.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:42 smithi177 conmon[43314]: cluster 2024-02-19T23:34:40.545272+0000 mgr.smithi038.xcqglv (mgr.14182) 287 : 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-19T23:34:42.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:42 smithi177 conmon[43314]: 2024-02-19T23:34:42.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:42 smithi177 conmon[43314]: audit 2024-02-19T23:34:41.011803+0000 mgr.smithi038.xcqglv (mgr.14182) 288 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:42.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:42 smithi038 conmon[37921]: cluster 2024-02-19T23:34:40.545272+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:34:42.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:42 smithi038 conmon[37921]: ) 287 : 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-19T23:34:42.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:42 smithi038 conmon[37921]: audit 2024-02-19T23 2024-02-19T23:34:42.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:42 smithi038 conmon[37921]: :34:41.011803+0000 mgr.smithi038.xcqglv (mgr.14182) 288 : audit [DBG] from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:42.814 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:34:44.537 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:44 smithi038 conmon[37921]: cluster 2024-02-19T23:34:42.546284+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:34:44.537 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:44 smithi038 conmon[37921]: ) 289 : cluster [DBG] pgmap v240: 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-19T23:34:44.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:44 smithi177 conmon[43314]: cluster 2024-02-19T23:34:42.546284+0000 mgr.smithi038.xcqglv (mgr.14182) 289 : cluster [DBG] pgmap v240: 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-19T23:34:44.961 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:34:44.962 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:34:45.737 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:34:46.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:46 smithi177 conmon[43314]: cluster 2024-02-19T23:34:44.546871+0000 mgr.smithi038.xcqglv (mgr.14182) 290 : 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-19T23:34:46.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:46 smithi177 conmon[43314]: 2024-02-19T23:34:46.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:46 smithi177 conmon[43314]: audit 2024-02-19T23:34:44.955757+0000 mgr.smithi038.xcqglv (mgr.14182) 291 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:46.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:46 smithi038 conmon[37921]: cluster 2024-02-19T23:34:44.546871+0000 mgr.smithi038.xcqglv (mgr.14182) 290 : 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-19T23:34:46.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:46 smithi038 conmon[37921]: audit 2024-02-19T23:34:44.955757+0000 mgr.smithi038.xcqglv (mgr.14182) 291 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:46.738 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:34:48.353 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:48 smithi038 conmon[37921]: cluster 2024-02-19T23:34:46.547852+0000 mgr.smithi038.xcqglv (mgr.14182) 292 : 2024-02-19T23:34:48.354 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:48 smithi038 conmon[37921]: 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-19T23:34:48.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:48 smithi177 conmon[43314]: cluster 2024-02-19T23:34:46.547852+0000 mgr.smithi038.xcqglv (mgr.14182) 292 : 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-19T23:34:48.785 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:34:48.786 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:34:49.484 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:34:50.485 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:34:50.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:50 smithi038 conmon[37921]: cluster 2024-02-19T23:34:48.548436+0000 mgr.smithi038.xcqglv (mgr.14182) 293 : cluster [DBG] pgmap v243: 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-19T23:34:50.520 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:50 smithi038 conmon[37921]: audit 2024-02-19T23:34:48.780427+0000 mgr.smithi038.xcqglv (mgr.14182) 294 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:50.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:50 smithi177 conmon[43314]: cluster 2024-02-19T23:34:48.548436+0000 mgr.smithi038.xcqglv (mgr.14182) 293 : cluster [DBG] 2024-02-19T23:34:50.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:50 smithi177 conmon[43314]: pgmap v243: 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-19T23:34:50.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:50 smithi177 conmon[43314]: audit 2024-02-19T23:34:48.780427+0000 mgr.smithi038.xcqglv (mgr.14182) 294 : audit [DBG] from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:52.538 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:34:52.538 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:34:52.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:52 smithi177 conmon[43314]: cluster 2024-02-19T23:34:50.549058+0000 mgr.smithi038.xcqglv (mgr.14182) 295 : 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-19T23:34:52.563 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:52 smithi038 conmon[37921]: cluster 2024-02-19T23:34:50.549058+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:34:52.564 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:52 smithi038 conmon[37921]: ) 295 : 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-19T23:34:53.223 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:34:54.224 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:34:54.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:54 smithi177 conmon[43314]: audit 2024-02-19T23:34:52.531952+0000 mgr.smithi038.xcqglv (mgr.14182) 296 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:54.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:54 smithi177 conmon[43314]: 2024-02-19T23:34:54.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:54 smithi177 conmon[43314]: cluster 2024-02-19T23:34:52.549892+0000 mgr.smithi038.xcqglv (mgr.14182) 297 : cluster [DBG] pgmap v245: 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-19T23:34:54.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:54 smithi038 conmon[37921]: audit 2024-02-19T23:34:52.531952+0000 mgr.smithi038.xcqglv (mgr.14182) 296 : audit [DBG] from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:54.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:54 smithi038 conmon[37921]: cluster 2024-02-19T23:34:52.549892+0000 mgr.smithi038.xcqglv (mgr.14182) 297 : cluster [DBG] pgmap v245: 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-19T23:34:56.347 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:56 smithi038 conmon[37921]: cluster 2024-02-19T23:34:54.550681+0000 mgr.smithi038.xcqglv (mgr.14182) 298 : 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-19T23:34:56.371 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:34:56.371 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:34:56.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:56 smithi177 conmon[43314]: cluster 2024-02-19T23:34:54.550681+0000 mgr.smithi038.xcqglv (mgr.14182) 298 : 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-19T23:34:57.020 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:34:57.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:57 smithi038 conmon[37921]: audit 2024-02-19T23:34:56.366052+0000 mgr.smithi038.xcqglv 2024-02-19T23:34:57.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:57 smithi038 conmon[37921]: (mgr.14182) 299 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:57.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:57 smithi177 conmon[43314]: audit 2024-02-19T23:34:56.366052+0000 mgr.smithi038.xcqglv (mgr.14182) 299 : audit [DBG] from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:58.021 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:34:58.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:58 smithi038 conmon[37921]: cluster 2024-02-19T23:34:56.551660+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:34:58.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:34:58 smithi038 conmon[37921]: 300 : 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-19T23:34:58.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:58 smithi177 conmon[43314]: cluster 2024-02-19T23:34:56.551660+0000 mgr.smithi038.xcqglv (mgr.14182) 300 : 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-19T23:34:58.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:34:58 smithi177 conmon[43314]: 2024-02-19T23:35:00.059 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:35:00.059 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:35:00.346 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:00 smithi038 conmon[37921]: cluster 2024-02-19T23:34:58.552271+0000 mgr.smithi038.xcqglv (mgr.14182) 301 : cluster [DBG] pgmap v248: 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-19T23:35:00.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:00 smithi177 conmon[43314]: cluster 2024-02-19T23:34:58.552271+0000 mgr.smithi038.xcqglv (mgr.14182) 301 : cluster [DBG] pgmap v248: 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-19T23:35:00.720 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:35:01.541 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:01 smithi038 conmon[37921]: audit 2024-02-19T23:35:00.053489+0000 2024-02-19T23:35:01.541 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:01 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 302 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:01.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:01 smithi177 conmon[43314]: audit 2024-02-19T23:35:00.053489+0000 mgr.smithi038.xcqglv (mgr.14182) 302 : audit [DBG] from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:01.722 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:35:02.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:02 smithi177 conmon[43314]: cluster 2024-02-19T23:35:00.552852+0000 mgr.smithi038.xcqglv (mgr.14182) 303 : 2024-02-19T23:35:02.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:02 smithi177 conmon[43314]: 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-19T23:35:02.549 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:02 smithi038 conmon[37921]: cluster 2024-02-19T23:35:02.549 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:02 smithi038 conmon[37921]: 2024-02-19T23:35:00.552852+0000 mgr.smithi038.xcqglv (mgr.14182) 303 : 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-19T23:35:03.744 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:35:03.744 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:35:04.371 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:35:04.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:04 smithi177 conmon[43314]: cluster 2024-02-19T23:35:02.553856+0000 mgr.smithi038.xcqglv (mgr.14182) 304 : cluster [DBG] pgmap v250: 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-19T23:35:04.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:04 smithi177 conmon[43314]: 2024-02-19T23:35:04.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:04 smithi038 conmon[37921]: cluster 2024-02-19T23:35:02.553856+0000 mgr.smithi038.xcqglv (mgr.14182) 304 : cluster [DBG] pgmap v250: 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-19T23:35:05.371 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:35:05.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:05 smithi177 conmon[43314]: audit 2024-02-19T23:35:03.737854+0000 mgr.smithi038.xcqglv (mgr.14182) 305 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:05.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:05 smithi177 conmon[43314]: 2024-02-19T23:35:05.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:05 smithi038 conmon[37921]: audit 2024-02-19T23:35:03.737854+0000 2024-02-19T23:35:05.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:05 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 305 : audit [DBG] from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:06.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:06 smithi177 conmon[43314]: cluster 2024-02-19T23:35:04.554511+0000 mgr.smithi038.xcqglv (mgr.14182) 306 : cluster [DBG] 2024-02-19T23:35:06.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:06 smithi177 conmon[43314]: pgmap v251: 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-19T23:35:06.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:06 smithi038 conmon[37921]: cluster 2024-02-19T23:35:04.554511+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:35:06.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:06 smithi038 conmon[37921]: 306 : cluster [DBG] pgmap v251: 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-19T23:35:07.433 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:35:07.433 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:35:08.093 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:35:08.347 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:08 smithi038 conmon[37921]: cluster 2024-02-19T23:35:06.555524+0000 mgr.smithi038.xcqglv (mgr.14182) 307 : cluster [DBG] pgmap v252: 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-19T23:35:08.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:08 smithi038 conmon[37921]: audit 2024-02-19T23:35:07.427321+0000 mgr.smithi038.xcqglv (mgr.14182) 308 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:08.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:08 smithi177 conmon[43314]: cluster 2024-02-19T23:35:06.555524+0000 mgr.smithi038.xcqglv (mgr.14182) 307 : cluster [DBG] pgmap v252: 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-19T23:35:08.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:08 smithi177 conmon[43314]: audit 2024-02-19T23:35:07.427321+0000 mgr.smithi038.xcqglv (mgr.14182) 308 : audit [DBG] from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:09.093 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:35:09.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:09 smithi177 conmon[43314]: audit 2024-02-19T23:35:08.499672+0000 mon.smithi038 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.hsasoc"}]: dispatch 2024-02-19T23:35:09.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:09 smithi177 conmon[43314]: 2024-02-19T23:35:09.573 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:09 smithi038 conmon[37921]: audit 2024-02 2024-02-19T23:35:09.573 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:09 smithi038 conmon[37921]: -19T23:35:08.499672+0000 mon.smithi038 (mon.0) 700 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.hsasoc"}]: dispatch 2024-02-19T23:35:10.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: cephadm 2024-02-19T23:35:08.499016+0000 mgr.smithi038.xcqglv (mgr.14182) 309 : cephadm 2024-02-19T23:35:10.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc 2024-02-19T23:35:10.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc 2024-02-19T23:35:10.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc 2024-02-19T23:35:10.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc 2024-02-19T23:35:10.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi177.hsasoc ... 2024-02-19T23:35:10.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:35:10.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:35:10.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:33:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:33:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:34:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: stat: stderr 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-19T23:35:10.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:35:10.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: Traceback (most recent call last): 2024-02-19T23:35:10.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:35:10.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: yield (conn, connr) 2024-02-19T23:35:10.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:35:10.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: code, '\n'.join(err))) 2024-02-19T23:35:10.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: 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-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc 2024-02-19T23:35:10.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc 2024-02-19T23:35:10.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc 2024-02-19T23:35:10.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc 2024-02-19T23:35:10.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi177.hsasoc ... 2024-02-19T23:35:10.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:35:10.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:35:10.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:33:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:33:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:34:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: stat: stderr 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-19T23:35:10.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: ER 2024-02-19T23:35:10.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: ROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:35:10.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: cephadm 2024-02-19T23:35:08.499289+0000 mgr.smithi038.xcqglv (mgr.14182) 310 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.hsasoc 2024-02-19T23:35:10.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: cephadm 2024-02-19T23:35:08.500432+0000 mgr.smithi038.xcqglv (mgr.14182) 311 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc 2024-02-19T23:35:10.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc 2024-02-19T23:35:10.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc 2024-02-19T23:35:10.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc 2024-02-19T23:35:10.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi177.hsasoc ... 2024-02-19T23:35:10.547 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:35:10.547 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:35:10.547 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:33:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.547 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:33:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.547 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:34:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.547 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: stat: stderr 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-19T23:35:10.547 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.547 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:35:10.547 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: cephadm 2024-02-19T23:35:08.502306+0000 mgr.smithi038.xcqglv (mgr.14182) 312 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.qrjdhp on smithi038 2024-02-19T23:35:10.547 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: cluster 2024-02-19T23:35:08.556135+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:35:10.547 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:10 smithi177 conmon[43314]: mgr.14182) 313 : cluster [DBG] pgmap v253: 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-19T23:35:10.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: cephadm 2024-02-19T23:35:08.499016+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:35:10.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: ) 309 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc 2024-02-19T23:35:10.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc 2024-02-19T23:35:10.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc 2024-02-19T23:35:10.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc 2024-02-19T23:35:10.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi177.hsasoc ... 2024-02-19T23:35:10.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:35:10.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:35:10.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:33:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:33:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:34:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: stat: stderr 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-19T23:35:10.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:35:10.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: Traceback (most recent call last): 2024-02-19T23:35:10.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:35:10.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: yield (conn, connr) 2024-02-19T23:35:10.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:35:10.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: code, '\n'.join(err))) 2024-02-19T23:35:10.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: 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-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc 2024-02-19T23:35:10.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc 2024-02-19T23:35:10.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc 2024-02-19T23:35:10.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc 2024-02-19T23:35:10.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi177.hsasoc ... 2024-02-19T23:35:10.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:35:10.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:35:10.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:33:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:33:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:34:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: stat: stderr 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-19T23:35:10.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increa 2024-02-19T23:35:10.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: se-rate-limit 2024-02-19T23:35:10.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:35:10.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: cephadm 2024-02-19T23:35:08.499289+0000 mgr.smithi038.xcqglv (mgr.14182) 310 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.hsasoc 2024-02-19T23:35:10.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: cephadm 2024-02-19T23:35:08.500432+0000 mgr.smithi038.xcqglv (mgr.14182) 311 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc 2024-02-19T23:35:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc 2024-02-19T23:35:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc 2024-02-19T23:35:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc 2024-02-19T23:35:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi177.hsasoc ... 2024-02-19T23:35:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:35:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:35:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:33:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:33:49Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:34:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: stat: stderr 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-19T23:35:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:35:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:35:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: cephadm 2024-02-19T23:35:08.502306+0000 mgr.smithi038.xcqglv (mgr.14182) 312 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.qrjdhp on smithi038 2024-02-19T23:35:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:10 smithi038 conmon[37921]: cluster 2024-02-19T23:35:08.556135+0000 mgr.smithi038.xcqglv (mgr.14182) 313 : cluster [DBG] pgmap v253: 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-19T23:35:11.136 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:35:11.136 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:35:11.820 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:35:12.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:12 smithi177 conmon[43314]: cluster 2024-02-19T23:35:10.556861+0000 mgr.smithi038.xcqglv (mgr.14182) 314 : cluster [DBG] pgmap v254: 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-19T23:35:12.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:12 smithi177 conmon[43314]: audit 2024-02-19T23:35:11.130418+0000 mgr.smithi038.xcqglv (mgr.14182) 315 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:12.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:12 smithi038 conmon[37921]: cluster 2024-02-19T23:35:10.556861+0000 mgr.smithi038.xcqglv (mgr.14182) 314 : cluster 2024-02-19T23:35:12.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:12 smithi038 conmon[37921]: [DBG] pgmap v254: 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-19T23:35:12.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:12 smithi038 conmon[37921]: audit 2024-02-19T23:35:11.130418+0000 mgr.smithi038.xcqglv (mgr.14182) 315 : audit [DBG] from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:12.821 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:35:14.403 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:14 smithi038 conmon[37921]: cluster 2024-02-19T23:35:12.557996+0000 mgr.smithi038.xcqglv (mgr.14182) 316 : cluster [DBG] pgmap v255: 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-19T23:35:14.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:14 smithi177 conmon[43314]: cluster 2024-02-19T23:35:12.557996+0000 mgr.smithi038.xcqglv (mgr.14182) 316 : cluster [DBG] pgmap v255: 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-19T23:35:14.851 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:35:14.851 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:35:15.576 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:35:16.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:16 smithi177 conmon[43314]: cluster 2024-02-19T23:35:14.558512+0000 mgr.smithi038.xcqglv (mgr.14182) 317 : 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-19T23:35:16.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:16 smithi177 conmon[43314]: audit 2024-02-19T23:35:14.845759+0000 mgr.smithi038.xcqglv (mgr.14182) 318 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:16.577 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:35:16.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:16 smithi038 conmon[37921]: cluster 2024-02-19T23:35:14.558512+0000 mgr.smithi038.xcqglv (mgr.14182) 317 : 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-19T23:35:16.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:16 smithi038 conmon[37921]: audit 2024-02-19T23:35:14.845759+0000 mgr.smithi038.xcqglv (mgr.14182) 318 : audit [DBG] from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:18.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:18 smithi177 conmon[43314]: cluster 2024-02-19T23:35:16.559478+0000 mgr.smithi038.xcqglv (mgr.14182) 319 : 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-19T23:35:18.571 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:35:18.571 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:35:18.593 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:18 smithi038 conmon[37921]: cluster 2024-02-19T23:35:16.559478+0000 mgr.smithi038.xcqglv (mgr.14182) 319 : 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-19T23:35:19.308 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:35:20.309 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:35:20.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:20 smithi177 conmon[43314]: cluster 2024-02-19T23:35:18.560046+0000 mgr.smithi038.xcqglv (mgr.14182) 320 : cluster [DBG] pgmap v258: 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-19T23:35:20.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:20 smithi177 conmon[43314]: audit 2024-02-19T23:35:18.564992+0000 mgr.smithi038.xcqglv (mgr.14182) 321 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:20.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:20 smithi038 conmon[37921]: cluster 2024-02-19T23:35:18.560046+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:35:20.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:20 smithi038 conmon[37921]: 320 : cluster [DBG] pgmap v258: 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-19T23:35:20.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:20 smithi038 conmon[37921]: audit 2024-02- 2024-02-19T23:35:20.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:20 smithi038 conmon[37921]: 19T23:35:18.564992+0000 mgr.smithi038.xcqglv (mgr.14182) 321 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:22.347 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:22 smithi038 conmon[37921]: cluster 2024-02-19T23:35:20.560495+0000 mgr.smithi038.xcqglv (mgr.14182) 322 : 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-19T23:35:22.511 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:35:22.511 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:35:22.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:22 smithi177 conmon[43314]: cluster 2024-02-19T23:35:20.560495+0000 mgr.smithi038.xcqglv (mgr.14182) 322 : 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-19T23:35:22.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:22 smithi177 conmon[43314]: 2024-02-19T23:35:23.191 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:35:24.192 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:35:24.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:24 smithi177 conmon[43314]: audit 2024-02-19T23:35:22.505190+0000 mgr.smithi038.xcqglv (mgr.14182) 323 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:24.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:24 smithi177 conmon[43314]: 2024-02-19T23:35:24.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:24 smithi177 conmon[43314]: cluster 2024-02-19T23:35:22.561324+0000 mgr.smithi038.xcqglv (mgr.14182) 324 : cluster [DBG] pgmap v260: 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-19T23:35:24.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:24 smithi038 conmon[37921]: audit 2024-02-19T23:35:22.505190+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:35:24.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:24 smithi038 conmon[37921]: 323 : audit [DBG] from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:24.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:24 smithi038 conmon[37921]: cluster 2024-02-19T23:35:22.561324+0000 mgr.smithi038.xcqglv (mgr.14182) 324 : cluster [DBG] pgmap v260: 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-19T23:35:26.235 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:35:26.235 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:35:26.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:26 smithi038 conmon[37921]: cluster 2024-02-19T23:35:24.561817+0000 mgr.smithi038.xcqglv (mgr.14182) 325 : 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-19T23:35:26.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:26 smithi177 conmon[43314]: cluster 2024-02-19T23:35:24.561817+0000 mgr.smithi038.xcqglv (mgr.14182) 325 : cluster 2024-02-19T23:35:26.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:26 smithi177 conmon[43314]: [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-19T23:35:26.965 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:35:27.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:27 smithi038 conmon[37921]: audit 2024-02-19T23:35:26.228519+0000 mgr.smithi038.xcqglv (mgr.14182) 326 : audit 2024-02-19T23:35:27.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:27 smithi038 conmon[37921]: [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:27.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:27 smithi177 conmon[43314]: audit 2024-02-19T23:35:26.228519+0000 mgr.smithi038.xcqglv (mgr.14182) 326 : audit [DBG] from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:27.967 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:35:28.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:28 smithi038 conmon[37921]: cluster 2024-02-19T23:35:26.562847+0000 2024-02-19T23:35:28.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:28 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 327 : 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-19T23:35:28.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:28 smithi177 conmon[43314]: cluster 2024-02-19T23:35:26.562847+0000 mgr.smithi038.xcqglv (mgr.14182) 327 : 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-19T23:35:30.177 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:35:30.178 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:35:30.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:30 smithi038 conmon[37921]: cluster 2024-02-19T23:35:28.563625+0000 mgr.smithi038.xcqglv (mgr.14182) 328 : cluster [DBG] pgmap v263: 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-19T23:35:30.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:30 smithi177 conmon[43314]: cluster 2024-02-19T23:35:28.563625+0000 mgr.smithi038.xcqglv (mgr.14182) 328 : cluster [DBG] pgmap v263: 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-19T23:35:30.840 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:35:31.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:31 smithi038 conmon[37921]: audit 2024-02-19T23:35:30.171441+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:35:31.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:31 smithi038 conmon[37921]: ) 329 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:31.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:31 smithi177 conmon[43314]: audit 2024-02-19T23:35:30.171441+0000 mgr.smithi038.xcqglv (mgr.14182) 329 : audit 2024-02-19T23:35:31.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:31 smithi177 conmon[43314]: [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:31.841 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:35:32.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:32 smithi038 conmon[37921]: cluster 2024-02-19T23:35:30.564264+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:35:32.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:32 smithi038 conmon[37921]: .14182) 330 : 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-19T23:35:32.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:32 smithi177 conmon[43314]: cluster 2024-02-19T23:35:30.564264+0000 mgr.smithi038.xcqglv (mgr.14182) 330 : 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-19T23:35:32.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:32 smithi177 conmon[43314]: 2024-02-19T23:35:34.052 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:35:34.052 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:35:34.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:34 smithi038 conmon[37921]: cluster 2024-02-19T23:35:32.565161+0000 mgr.smithi038.xcqglv (mgr.14182) 331 : cluster [DBG] pgmap v265: 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-19T23:35:34.675 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:35:34.677 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:34 smithi177 conmon[43314]: cluster 2024-02-19T23:35:32.565161+0000 mgr.smithi038.xcqglv (mgr.14182) 331 : cluster [DBG] pgmap v265: 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-19T23:35:35.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:35 smithi038 conmon[37921]: audit 2024-02-19T23:35:34.046220+0000 mgr.smithi038.xcqglv (mgr.14182) 332 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:35.676 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:35:35.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:35 smithi177 conmon[43314]: audit 2024-02-19T23:35:34.046220+0000 mgr.smithi038.xcqglv (mgr.14182) 332 : audit [DBG] from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:36.576 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:36 smithi038 conmon[37921]: cluster 2024-02-19T23:35:34.565694+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:35:36.576 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:36 smithi038 conmon[37921]: 333 : 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-19T23:35:36.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:36 smithi177 conmon[43314]: cluster 2024-02-19T23:35:34.565694+0000 mgr.smithi038.xcqglv (mgr.14182) 333 : cluster [DBG] 2024-02-19T23:35:36.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:36 smithi177 conmon[43314]: 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-19T23:35:37.709 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:35:37.709 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:35:38.347 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:35:38.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:38 smithi038 conmon[37921]: cluster 2024-02-19T23:35:36.566668+0000 mgr.smithi038.xcqglv (mgr.14182) 334 : 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-19T23:35:38.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:38 smithi177 conmon[43314]: cluster 2024-02-19T23:35:36.566668+0000 mgr.smithi038.xcqglv (mgr.14182) 334 : 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-19T23:35:39.349 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:35:39.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:39 smithi177 conmon[43314]: audit 2024-02-19T23:35:37.702962+0000 mgr.smithi038.xcqglv (mgr.14182) 335 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:39.844 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:39 smithi038 conmon[37921]: audit 2024-02-19T23:35:37.702962+0000 mgr.smithi038.xcqglv (mgr.14182) 335 : audit [DBG] from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:40.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:40 smithi038 conmon[37921]: cluster 2024-02-19T23:35:38.567428+0000 mgr.smithi038.xcqglv (mgr.14182) 336 : 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-19T23:35:40.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:40 smithi177 conmon[43314]: cluster 2024-02-19T23:35:38.567428+0000 mgr.smithi038.xcqglv (mgr.14182) 336 : 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-19T23:35:41.394 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:35:41.394 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:35:42.097 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:35:42.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:42 smithi177 conmon[43314]: cluster 2024-02-19T23:35:40.568057+0000 mgr.smithi038.xcqglv (mgr.14182) 337 : cluster [DBG] pgmap v269: 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-19T23:35:42.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:42 smithi177 conmon[43314]: audit 2024-02-19T23:35:41.387444+0000 mgr.smithi038.xcqglv (mgr.14182) 338 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:42.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:42 smithi038 conmon[37921]: cluster 2024-02-19T23:35:40.568057+0000 mgr.smithi038.xcqglv (mgr.14182) 337 : cluster [DBG] pgmap v269: 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-19T23:35:42.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:42 smithi038 conmon[37921]: audit 2024-02-19T23:35:41.387444+0000 mgr.smithi038.xcqglv (mgr.14182) 338 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:43.098 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:35:44.677 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:44 smithi177 conmon[43314]: cluster 2024-02-19T23:35:42.569070+0000 mgr.smithi038.xcqglv (mgr.14182) 339 : cluster [DBG] pgmap v270: 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-19T23:35:44.677 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:44 smithi177 conmon[43314]: 2024-02-19T23:35:44.729 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:44 smithi038 conmon[37921]: cluster 2024-02-19T23:35:42.569070+0000 mgr.smithi038.xcqglv (mgr.14182) 339 : cluster [DBG] pgmap v270: 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-19T23:35:45.168 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:35:45.168 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:35:45.863 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:35:46.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:46 smithi177 conmon[43314]: cluster 2024-02-19T23:35:44.569577+0000 mgr.smithi038.xcqglv (mgr.14182) 340 : cluster [DBG] pgmap v271: 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-19T23:35:46.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:46 smithi177 conmon[43314]: audit 2024-02-19T23:35:45.162025+0000 mgr.smithi038.xcqglv (mgr.14182) 341 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:46.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:46 smithi038 conmon[37921]: cluster 2024-02-19T23:35:44.569577+0000 mgr.smithi038.xcqglv (mgr.14182) 340 : cluster [DBG] pgmap v271: 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-19T23:35:46.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:46 smithi038 conmon[37921]: audit 2024-02-19T23:35:45.162025+0000 mgr.smithi038.xcqglv (mgr.14182) 341 : audit [DBG] from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:46.864 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:35:48.544 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:48 smithi038 conmon[37921]: cluster 2024-02-19T23:35:46.570441+0000 2024-02-19T23:35:48.544 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:48 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 342 : cluster [DBG] pgmap v272: 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-19T23:35:48.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:48 smithi177 conmon[43314]: cluster 2024-02-19T23:35:46.570441+0000 mgr.smithi038.xcqglv (mgr.14182) 342 : cluster [DBG] pgmap v272: 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-19T23:35:48.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:48 smithi177 conmon[43314]: 2024-02-19T23:35:48.936 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:35:48.936 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:35:49.621 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:35:50.622 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:35:50.658 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:50 smithi038 conmon[37921]: cluster 2024-02-19T23:35:48.571061+0000 mgr.smithi038.xcqglv (mgr.14182) 343 : cluster [DBG] pgmap v273: 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-19T23:35:50.658 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:50 smithi038 conmon[37921]: audit 2024-02-19T23:35:48.929841+0000 mgr.smithi038.xcqglv (mgr.14182) 344 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:50.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:50 smithi177 conmon[43314]: cluster 2024-02-19T23:35:48.571061+0000 mgr.smithi038.xcqglv (mgr.14182) 343 : cluster [DBG] 2024-02-19T23:35:50.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:50 smithi177 conmon[43314]: pgmap v273: 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-19T23:35:50.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:50 smithi177 conmon[43314]: audit 2024-02-19T23:35:48.929841+0000 mgr.smithi038.xcqglv (mgr.14182) 344 : audit [DBG] from='client.14786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:52.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:52 smithi038 conmon[37921]: cluster 2024-02-19T23:35:50.571765+0000 mgr.smithi038.xcqglv (mgr.14182) 345 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-19T23:35:52.637 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:35:52.637 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:35:52.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:52 smithi177 conmon[43314]: cluster 2024-02-19T23:35:50.571765+0000 mgr.smithi038.xcqglv (mgr.14182) 345 : cluster [DBG] pgmap v274: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 85 B/s wr, 1 op/s 2024-02-19T23:35:53.296 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:35:54.297 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:35:54.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:54 smithi038 conmon[37921]: cluster 2024-02-19T23:35:52.572581+0000 mgr.smithi038.xcqglv (mgr.14182) 346 2024-02-19T23:35:54.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:54 smithi038 conmon[37921]: : cluster [DBG] pgmap v275: 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-19T23:35:54.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:54 smithi038 conmon[37921]: audit 2024-02-19T23:35:52.631148+0000 mgr.smithi038.xcqglv (mgr.14182) 347 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:54.677 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:54 smithi177 conmon[43314]: cluster 2024-02-19T23:35:52.572581+0000 mgr.smithi038.xcqglv (mgr.14182) 346 : cluster [DBG] 2024-02-19T23:35:54.677 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:54 smithi177 conmon[43314]: pgmap v275: 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-19T23:35:54.677 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:54 smithi177 conmon[43314]: audit 2024-02-19T23:35:52.631148+0000 mgr.smithi038.xcqglv (mgr.14182) 347 : audit [DBG] from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:56.412 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:35:56.412 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:35:56.657 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:56 smithi038 conmon[37921]: cluster 2024-02-19T23:35:54.573221+0000 mgr.smithi038.xcqglv (mgr.14182) 348 : 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-19T23:35:56.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:56 smithi177 conmon[43314]: cluster 2024-02-19T23:35:54.573221+0000 mgr.smithi038.xcqglv (mgr.14182) 348 : 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-19T23:35:57.105 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:35:57.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:57 smithi177 conmon[43314]: audit 2024-02-19T23:35:56.405386+0000 mgr.smithi038.xcqglv (mgr.14182) 349 : audit [DBG] from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:57.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:57 smithi038 conmon[37921]: audit 2024-02-19T23:35:56.405386+0000 mgr.smithi038.xcqglv (mgr.14182) 349 : audit [DBG] 2024-02-19T23:35:57.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:57 smithi038 conmon[37921]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:35:58.106 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:35:58.671 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:58 smithi038 conmon[37921]: cluster 2024-02-19T23:35:56.574281+0000 mgr.smithi038.xcqglv (mgr.14182) 350 : cluster [DBG] 2024-02-19T23:35:58.671 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:35:58 smithi038 conmon[37921]: 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-19T23:35:58.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:35:58 smithi177 conmon[43314]: cluster 2024-02-19T23:35:56.574281+0000 mgr.smithi038.xcqglv (mgr.14182) 350 : 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-19T23:36:00.292 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:36:00.292 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:36:00.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:00 smithi038 conmon[37921]: cluster 2024-02-19T23:35:58.575184+0000 mgr.smithi038.xcqglv (mgr.14182) 351 : cluster [DBG] pgmap v278: 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-19T23:36:00.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:00 smithi177 conmon[43314]: cluster 2024-02-19T23:35:58.575184+0000 mgr.smithi038.xcqglv (mgr.14182) 351 : cluster [DBG] pgmap v278: 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-19T23:36:01.005 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:36:01.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:01 smithi177 conmon[43314]: audit 2024-02-19T23:36:00.286072+0000 mgr.smithi038.xcqglv (mgr.14182) 352 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:01.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:01 smithi038 conmon[37921]: audit 2024-02-19T23:36:00.286072+0000 mgr.smithi038.xcqglv (mgr.14182) 352 : audit [DBG] from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:01.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:01 smithi038 conmon[37921]: 2024-02-19T23:36:02.006 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:36:02.760 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:02 smithi038 conmon[37921]: cluster 2024-02-19T23:36:00.575968+0000 mgr.smithi038.xcqglv (mgr.14182) 353 : cluster [DBG] 2024-02-19T23:36:02.761 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:02 smithi038 conmon[37921]: 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-19T23:36:02.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:02 smithi177 conmon[43314]: cluster 2024-02-19T23:36:00.575968+0000 mgr.smithi038.xcqglv (mgr.14182) 353 : 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-19T23:36:04.199 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:36:04.200 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:36:04.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:04 smithi038 conmon[37921]: cluster 2024-02-19T23:36:02.577197+0000 mgr.smithi038.xcqglv (mgr.14182) 354 : cluster [DBG] pgmap v280: 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-19T23:36:04.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:04 smithi177 conmon[43314]: cluster 2024-02-19T23:36:02.577197+0000 mgr.smithi038.xcqglv (mgr.14182) 354 : cluster [DBG] pgmap v280: 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-19T23:36:04.844 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:36:05.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:05 smithi177 conmon[43314]: audit 2024-02-19T23:36:04.193006+0000 mgr.smithi038.xcqglv (mgr.14182) 355 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:05.845 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:36:05.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:05 smithi038 conmon[37921]: audit 2024-02-19T23:36:04.193006+0000 2024-02-19T23:36:05.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:05 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 355 : audit [DBG] from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:06.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:06 smithi038 conmon[37921]: cluster 2024-02-19T23:36:04.577942+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:36:06.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:06 smithi038 conmon[37921]: ) 356 : cluster [DBG] pgmap v281: 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-19T23:36:06.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:06 smithi177 conmon[43314]: cluster 2024-02-19T23:36:04.577942+0000 mgr.smithi038.xcqglv (mgr.14182) 356 : cluster [DBG] pgmap v281: 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-19T23:36:07.899 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:36:07.899 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:36:08.535 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:36:08.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:08 smithi177 conmon[43314]: cluster 2024-02-19T23:36:06.578871+0000 mgr.smithi038.xcqglv (mgr.14182) 357 : cluster [DBG] pgmap v282: 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-19T23:36:08.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:08 smithi038 conmon[37921]: cluster 2024-02-19T23:36:06.578871+0000 mgr.smithi038.xcqglv (mgr.14182) 357 : cluster [DBG] pgmap v282: 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-19T23:36:09.536 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:36:09.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:09 smithi177 conmon[43314]: audit 2024-02-19T23:36:07.892786+0000 mgr.smithi038.xcqglv (mgr.14182) 358 : audit [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:09.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:09 smithi038 conmon[37921]: audit 2024-02-19T23:36:07.892786+0000 mgr.smithi038.xcqglv (mgr.14182) 358 : audit 2024-02-19T23:36:09.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:09 smithi038 conmon[37921]: [DBG] from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:10.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:10 smithi177 conmon[43314]: cluster 2024-02-19T23:36:08.579597+0000 mgr.smithi038.xcqglv (mgr.14182) 359 : cluster [DBG] pgmap v283: 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-19T23:36:10.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:10 smithi038 conmon[37921]: cluster 2024-02-19T23:36:08.579597+0000 mgr.smithi038.xcqglv (mgr.14182) 359 : cluster 2024-02-19T23:36:10.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:10 smithi038 conmon[37921]: [DBG] pgmap v283: 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-19T23:36:11.559 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:36:11.559 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:36:12.237 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:36:12.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:12 smithi177 conmon[43314]: cluster 2024-02-19T23:36:10.580176+0000 mgr.smithi038.xcqglv (mgr.14182) 360 : cluster [DBG] pgmap v284: 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-19T23:36:12.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:12 smithi038 conmon[37921]: cluster 2024-02-19T23:36:10.580176+0000 mgr.smithi038.xcqglv (mgr.14182) 360 : cluster [DBG] pgmap v284: 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-19T23:36:13.238 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:36:13.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:13 smithi038 conmon[37921]: audit 2024-02-19T23:36:11.551811+0000 mgr.smithi038.xcqglv (mgr.14182) 361 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:13.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:13 smithi038 conmon[37921]: 2024-02-19T23:36:13.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:13 smithi038 conmon[37921]: cluster 2024-02-19T23:36:12.581176+0000 mgr.smithi038.xcqglv (mgr.14182) 362 : cluster [DBG] pgmap v285: 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-19T23:36:13.792 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:13 smithi177 conmon[43314]: audit 2024-02-19T23:36:11.551811+0000 mgr.smithi038.xcqglv (mgr.14182) 361 : audit [DBG] from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:13.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:13 smithi177 conmon[43314]: cluster 2024-02-19T23:36:12.581176+0000 mgr.smithi038.xcqglv (mgr.14182) 362 : cluster [DBG] pgmap v285: 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-19T23:36:15.282 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:36:15.282 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:36:15.935 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:15 smithi038 conmon[37921]: cluster 2024-02-19T23:36:14.581710+0000 mgr.smithi038.xcqglv (mgr.14182) 363 : cluster [DBG] pgmap v286: 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-19T23:36:15.935 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:15 smithi038 conmon[37921]: audit 2024-02-19T23:36:15.275563+0000 mgr.smithi038.xcqglv (mgr.14182) 364 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:15.959 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:36:16.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:15 smithi177 conmon[43314]: cluster 2024-02-19T23:36:14.581710+0000 mgr.smithi038.xcqglv (mgr.14182) 363 : cluster [DBG] pgmap v286: 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-19T23:36:16.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:15 smithi177 conmon[43314]: audit 2024-02-19T23:36:15.275563+0000 mgr.smithi038.xcqglv (mgr.14182) 364 : audit [DBG] from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:16.960 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:36:17.821 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:17 smithi038 conmon[37921]: cluster 2024-02-19T23:36:16.582709+0000 mgr.smithi038.xcqglv (mgr.14182) 365 2024-02-19T23:36:17.821 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:17 smithi038 conmon[37921]: : cluster [DBG] pgmap v287: 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-19T23:36:18.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:17 smithi177 conmon[43314]: cluster 2024-02-19T23:36:16.582709+0000 mgr.smithi038.xcqglv (mgr.14182) 365 : cluster 2024-02-19T23:36:18.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:17 smithi177 conmon[43314]: [DBG] pgmap v287: 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-19T23:36:19.000 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:36:19.000 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:36:19.693 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:36:20.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:19 smithi177 conmon[43314]: cluster 2024-02-19T23:36:18.583439+0000 mgr.smithi038.xcqglv (mgr.14182) 366 : cluster [DBG] pgmap v288: 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-19T23:36:20.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:19 smithi177 conmon[43314]: audit 2024-02-19T23:36:18.993757+0000 mgr.smithi038.xcqglv (mgr.14182) 367 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:20.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:19 smithi038 conmon[37921]: cluster 2024-02-19T23:36:18.583439+0000 mgr.smithi038.xcqglv (mgr.14182) 366 : cluster [DBG] pgmap v288: 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-19T23:36:20.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:19 smithi038 conmon[37921]: audit 2024-02-19T23:36:18.993757+0000 mgr.smithi038.xcqglv (mgr.14182) 367 : audit [DBG] from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:20.693 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:36:21.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:21 smithi038 conmon[37921]: cluster 2024-02-19T23:36:20.584007+0000 mgr.smithi038.xcqglv (mgr.14182) 368 : cluster 2024-02-19T23:36:21.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:21 smithi038 conmon[37921]: [DBG] pgmap v289: 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-19T23:36:22.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:21 smithi177 conmon[43314]: cluster 2024-02-19T23:36:20.584007+0000 mgr.smithi038.xcqglv (mgr.14182) 368 : cluster [DBG] pgmap v289: 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-19T23:36:22.781 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:36:22.781 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:36:23.508 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:36:23.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:23 smithi038 conmon[37921]: cluster 2024-02-19T23:36:22.584782+0000 mgr.smithi038.xcqglv (mgr.14182) 369 : cluster [DBG] pgmap v290: 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-19T23:36:23.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:23 smithi038 conmon[37921]: audit 2024-02-19T23:36:22.774892+0000 mgr.smithi038.xcqglv (mgr.14182) 370 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:24.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:23 smithi177 conmon[43314]: cluster 2024-02-19T23:36:22.584782+0000 mgr.smithi038.xcqglv (mgr.14182) 369 : cluster [DBG] pgmap v290: 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-19T23:36:24.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:23 smithi177 conmon[43314]: audit 2024-02-19T23:36:22.774892+0000 mgr.smithi038.xcqglv (mgr.14182) 370 : audit [DBG] from='client.14822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:24.510 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:36:25.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:25 smithi038 conmon[37921]: cluster 2024-02-19T23:36:24.585424+0000 mgr.smithi038.xcqglv (mgr.14182) 371 : cluster [DBG] pgmap v291: 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-19T23:36:26.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:25 smithi177 conmon[43314]: cluster 2024-02-19T23:36:24.585424+0000 mgr.smithi038.xcqglv (mgr.14182) 371 : cluster [DBG] pgmap v291: 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-19T23:36:26.584 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:36:26.584 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:36:27.274 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:36:28.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:27 smithi177 conmon[43314]: audit 2024-02-19T23:36:26.577686+0000 mgr.smithi038.xcqglv (mgr.14182) 372 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:28.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:27 smithi177 conmon[43314]: cluster 2024-02-19T23:36:26.586196+0000 mgr.smithi038.xcqglv (mgr.14182) 373 : cluster [DBG] pgmap v292: 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-19T23:36:28.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:27 smithi038 conmon[37921]: audit 2024-02-19T23:36:26.577686+0000 mgr.smithi038.xcqglv (mgr.14182) 372 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:28.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:27 smithi038 conmon[37921]: cluster 2024-02-19T23:36:26.586196+0000 mgr.smithi038.xcqglv (mgr.14182) 373 : cluster [DBG] pgmap v292: 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-19T23:36:28.275 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:36:29.942 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:29 smithi038 conmon[37921]: cluster 2024-02-19T23:36:28.586797+0000 mgr.smithi038.xcqglv (mgr.14182) 374 : cluster [DBG] pgmap v293: 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-19T23:36:30.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:29 smithi177 conmon[43314]: cluster 2024-02-19T23:36:28.586797+0000 mgr.smithi038.xcqglv (mgr.14182) 374 : cluster [DBG] pgmap v293: 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-19T23:36:30.358 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:36:30.358 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:36:30.683 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:30 smithi038 conmon[37921]: audit 2024-02-19T23:36:30.352056+0000 mgr.smithi038.xcqglv (mgr.14182) 375 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:31.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:30 smithi177 conmon[43314]: audit 2024-02-19T23:36:30.352056+0000 mgr.smithi038.xcqglv (mgr.14182) 375 : audit [DBG] from='client.14830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:31.090 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:36:31.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:31 smithi038 conmon[37921]: cluster 2024-02-19T23:36:30.587479+0000 mgr.smithi038.xcqglv (mgr.14182) 376 : 2024-02-19T23:36:31.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:31 smithi038 conmon[37921]: cluster [DBG] pgmap v294: 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-19T23:36:32.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:31 smithi177 conmon[43314]: cluster 2024-02-19T23:36:30.587479+0000 mgr.smithi038.xcqglv (mgr.14182) 376 : cluster [DBG] pgmap v294: 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-19T23:36:32.091 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:36:33.722 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:33 smithi038 conmon[37921]: cluster 2024-02-19T23:36:32.588636+0000 mgr.smithi038.xcqglv (mgr.14182) 377 : cluster [DBG] pgmap v295: 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-19T23:36:34.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:33 smithi177 conmon[43314]: cluster 2024-02-19T23:36:32.588636+0000 mgr.smithi038.xcqglv (mgr.14182) 377 : cluster [DBG] pgmap v295: 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-19T23:36:34.146 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:36:34.146 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:36:34.856 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:36:35.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:34 smithi177 conmon[43314]: audit 2024-02-19T23:36:34.139824+0000 mgr.smithi038.xcqglv (mgr.14182) 378 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:35.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:34 smithi038 conmon[37921]: audit 2024-02-19T23:36:34.139824+0000 mgr.smithi038.xcqglv (mgr.14182) 378 : audit [DBG] from='client.14834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:35.857 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:36:36.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:35 smithi177 conmon[43314]: cluster 2024-02-19T23:36:34.589320+0000 mgr.smithi038.xcqglv (mgr.14182) 379 : cluster [DBG] pgmap v296: 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-19T23:36:36.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:35 smithi177 conmon[43314]: 2024-02-19T23:36:36.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:35 smithi038 conmon[37921]: cluster 2024-02-19T23:36:34.589320+0000 mgr.smithi038.xcqglv (mgr.14182) 379 2024-02-19T23:36:36.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:35 smithi038 conmon[37921]: : cluster [DBG] pgmap v296: 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-19T23:36:37.948 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:36:37.948 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:36:38.347 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:38 smithi038 conmon[37921]: cluster 2024-02-19T23:36:36.590215+0000 mgr.smithi038.xcqglv (mgr.14182) 380 : cluster [DBG] pgmap v297: 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-19T23:36:38.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:38 smithi177 conmon[43314]: cluster 2024-02-19T23:36:36.590215+0000 mgr.smithi038.xcqglv (mgr.14182) 380 : cluster [DBG] 2024-02-19T23:36:38.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:38 smithi177 conmon[43314]: pgmap v297: 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-19T23:36:38.774 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:36:39.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:39 smithi177 conmon[43314]: audit 2024-02-19T23:36:37.941011+0000 mgr.smithi038.xcqglv (mgr.14182) 381 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:39.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:39 smithi038 conmon[37921]: audit 2024-02-19T23:36:37.941011+0000 mgr.smithi038.xcqglv (mgr.14182) 381 : audit [DBG] from='client.14838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:39.774 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:36:40.467 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:40 smithi038 conmon[37921]: cluster 2024-02-19T23:36:38.590849+0000 mgr.smithi038.xcqglv (mgr.14182) 382 : cluster [DBG] pgmap v298: 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-19T23:36:40.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:40 smithi177 conmon[43314]: cluster 2024-02-19T23:36:38.590849+0000 mgr.smithi038.xcqglv (mgr.14182) 382 : cluster [DBG] pgmap v298: 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-19T23:36:40.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:40 smithi177 conmon[43314]: 2024-02-19T23:36:41.844 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:36:41.844 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:36:42.347 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:42 smithi038 conmon[37921]: cluster 2024-02-19T23:36:40.591457+0000 mgr.smithi038.xcqglv (mgr.14182) 383 : cluster [DBG] pgmap v299: 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-19T23:36:42.497 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:36:42.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:42 smithi177 conmon[43314]: cluster 2024-02-19T23:36:40.591457+0000 mgr.smithi038.xcqglv (mgr.14182) 383 : cluster [DBG] pgmap v299: 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-19T23:36:43.498 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:36:43.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:43 smithi038 conmon[37921]: audit 2024-02-19T23:36:41.837307+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:36:43.534 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:43 smithi038 conmon[37921]: ) 384 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:43.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:43 smithi177 conmon[43314]: audit 2024-02-19T23:36:41.837307+0000 mgr.smithi038.xcqglv (mgr.14182) 384 : audit [DBG] from='client.14842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:44.347 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:44 smithi038 conmon[37921]: cluster 2024-02-19T23:36:42.592473+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:36:44.347 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:44 smithi038 conmon[37921]: 14182) 385 : cluster [DBG] pgmap v300: 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-19T23:36:44.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:44 smithi177 conmon[43314]: cluster 2024-02-19T23:36:42.592473+0000 mgr.smithi038.xcqglv (mgr.14182) 385 : cluster [DBG] pgmap v300: 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-19T23:36:44.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:44 smithi177 conmon[43314]: 2024-02-19T23:36:45.636 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:36:45.636 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:36:46.255 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:36:46.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:46 smithi177 conmon[43314]: cluster 2024-02-19T23:36:44.593196+0000 mgr.smithi038.xcqglv (mgr.14182) 386 : cluster [DBG] pgmap v301: 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-19T23:36:46.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:46 smithi038 conmon[37921]: cluster 2024-02-19T23:36:44.593196+0000 mgr.smithi038.xcqglv (mgr.14182) 386 : cluster [DBG] pgmap v301: 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-19T23:36:47.256 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:36:47.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:47 smithi177 conmon[43314]: audit 2024-02-19T23:36:45.630096+0000 mgr.smithi038.xcqglv (mgr.14182) 387 : audit [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:47.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:47 smithi038 conmon[37921]: audit 2024-02-19T23:36:45.630096+0000 mgr.smithi038.xcqglv (mgr.14182) 387 : audit 2024-02-19T23:36:47.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:47 smithi038 conmon[37921]: [DBG] from='client.14846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:48.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:48 smithi177 conmon[43314]: cluster 2024-02-19T23:36:46.594215+0000 mgr.smithi038.xcqglv (mgr.14182) 388 : cluster [DBG] pgmap v302: 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-19T23:36:48.589 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:48 smithi038 conmon[37921]: cluster 2024-02-19T23:36:46.594215+0000 mgr.smithi038.xcqglv (mgr.14182) 388 : cluster 2024-02-19T23:36:48.589 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:48 smithi038 conmon[37921]: [DBG] pgmap v302: 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-19T23:36:49.273 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:36:49.273 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:36:49.941 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:36:50.347 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:50 smithi038 conmon[37921]: cluster 2024-02-19T23:36:48.594832+0000 mgr.smithi038.xcqglv (mgr.14182) 389 : cluster [DBG] pgmap v303: 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-19T23:36:50.347 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:50 smithi038 conmon[37921]: audit 2024-02-19T23:36:49.266876+0000 mgr.smithi038.xcqglv (mgr.14182) 390 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:50.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:50 smithi177 conmon[43314]: cluster 2024-02-19T23:36:48.594832+0000 mgr.smithi038.xcqglv (mgr.14182) 389 : cluster [DBG] pgmap v303: 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-19T23:36:50.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:50 smithi177 conmon[43314]: audit 2024-02-19T23:36:49.266876+0000 mgr.smithi038.xcqglv (mgr.14182) 390 : audit [DBG] from='client.14850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:50.942 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:36:52.513 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:52 smithi038 conmon[37921]: cluster 2024-02-19T23:36:50.595398+0000 mgr.smithi038.xcqglv (mgr.14182) 391 : cluster [DBG] pgmap v304: 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-19T23:36:52.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:52 smithi177 conmon[43314]: cluster 2024-02-19T23:36:50.595398+0000 mgr.smithi038.xcqglv (mgr.14182) 391 : cluster [DBG] pgmap v304: 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-19T23:36:52.954 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:36:52.954 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:36:53.663 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:36:54.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:54 smithi177 conmon[43314]: cluster 2024-02-19T23:36:52.596447+0000 mgr.smithi038.xcqglv (mgr.14182) 392 : cluster [DBG] pgmap v305: 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-19T23:36:54.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:54 smithi177 conmon[43314]: audit 2024-02-19T23:36:52.948385+0000 mgr.smithi038.xcqglv (mgr.14182) 393 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:54.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:54 smithi038 conmon[37921]: cluster 2024-02-19T23:36:52.596447+0000 mgr.smithi038.xcqglv (mgr.14182) 392 : cluster [DBG] pgmap v305: 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-19T23:36:54.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:54 smithi038 conmon[37921]: audit 2024-02-19T23:36:52.948385+0000 mgr.smithi038.xcqglv (mgr.14182) 393 : audit [DBG] from='client.14854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:54.664 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:36:56.464 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:56 smithi038 conmon[37921]: cluster 2024-02-19T23:36:54.596981+0000 mgr.smithi038.xcqglv (mgr.14182) 394 : cluster [DBG] pgmap v306: 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-19T23:36:56.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:56 smithi177 conmon[43314]: cluster 2024-02-19T23:36:54.596981+0000 mgr.smithi038.xcqglv (mgr.14182) 394 : cluster [DBG] pgmap v306: 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-19T23:36:56.925 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:36:56.925 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:36:57.598 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:36:58.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:58 smithi177 conmon[43314]: cluster 2024-02-19T23:36:56.597925+0000 mgr.smithi038.xcqglv (mgr.14182) 395 : cluster [DBG] pgmap v307: 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-19T23:36:58.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:58 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:36:58.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:36:58 smithi177 conmon[43314]: 02-19T23:36:56.919069+0000 mgr.smithi038.xcqglv (mgr.14182) 396 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:58.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:58 smithi038 conmon[37921]: cluster 2024-02-19T23:36:56.597925+0000 mgr.smithi038.xcqglv (mgr.14182) 395 : cluster [DBG] 2024-02-19T23:36:58.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:58 smithi038 conmon[37921]: pgmap v307: 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-19T23:36:58.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:36:58 smithi038 conmon[37921]: audit 2024-02-19T23:36:56.919069+0000 mgr.smithi038.xcqglv (mgr.14182) 396 : audit [DBG] from='client.14858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:36:58.598 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:37:00.219 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:00 smithi038 conmon[37921]: cluster 2024-02-19T23:36:58.598796+0000 mgr.smithi038.xcqglv (mgr.14182) 397 : cluster [DBG] pgmap v308: 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-19T23:37:00.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:00 smithi177 conmon[43314]: cluster 2024-02-19T23:36:58.598796+0000 mgr.smithi038.xcqglv (mgr.14182) 397 : cluster [DBG] pgmap v308: 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-19T23:37:00.659 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:37:00.659 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:37:01.389 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:37:02.390 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:37:02.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:02 smithi177 conmon[43314]: cluster 2024-02-19T23:37:00.599296+0000 mgr.smithi038.xcqglv (mgr.14182) 398 : cluster [DBG] pgmap v309: 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-19T23:37:02.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:02 smithi177 conmon[43314]: 2024-02-19T23:37:02.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:02 smithi177 conmon[43314]: audit 2024-02-19T23:37:00.653422+0000 mgr.smithi038.xcqglv (mgr.14182) 399 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:02.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:02 smithi038 conmon[37921]: cluster 2024-02-19T23:37:00.599296+0000 mgr.smithi038.xcqglv (mgr.14182) 398 : cluster [DBG] pgmap v309: 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-19T23:37:02.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:02 smithi038 conmon[37921]: audit 2024-02-19T23:37:00.653422+0000 mgr.smithi038.xcqglv (mgr.14182) 399 : audit [DBG] from='client.14862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:04.347 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:04 smithi038 conmon[37921]: cluster 2024-02-19T23:37:02.600412+0000 mgr.smithi038.xcqglv (mgr.14182) 400 : cluster [DBG] pgmap v310: 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-19T23:37:04.433 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:37:04.433 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:37:04.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:04 smithi177 conmon[43314]: cluster 2024-02-19T23:37:02.600412+0000 mgr.smithi038.xcqglv (mgr.14182) 400 : cluster [DBG] pgmap v310: 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-19T23:37:05.097 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:37:05.347 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:05 smithi038 conmon[37921]: audit 2024-02-19T23:37:04.426628+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:37:05.347 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:05 smithi038 conmon[37921]: ) 401 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:05.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:05 smithi177 conmon[43314]: audit 2024-02-19T23:37:04.426628+0000 mgr.smithi038.xcqglv (mgr.14182) 401 : audit [DBG] from='client.14866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:06.098 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:37:06.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:06 smithi177 conmon[43314]: cluster 2024-02-19T23:37:04.601183+0000 mgr.smithi038.xcqglv (mgr.14182) 402 : cluster [DBG] pgmap v311: 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-19T23:37:06.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:06 smithi038 conmon[37921]: cluster 2024-02-19T23:37:04.601183+0000 mgr.smithi038.xcqglv (mgr.14182) 402 : 2024-02-19T23:37:06.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:06 smithi038 conmon[37921]: cluster [DBG] pgmap v311: 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-19T23:37:08.213 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:37:08.214 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:37:08.473 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:08 smithi038 conmon[37921]: cluster 2024-02-19T23:37:06.602069+0000 mgr.smithi038.xcqglv (mgr.14182) 403 : cluster [DBG] pgmap v312: 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-19T23:37:08.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:08 smithi177 conmon[43314]: cluster 2024-02-19T23:37:06.602069+0000 mgr.smithi038.xcqglv (mgr.14182) 403 : cluster [DBG] pgmap v312: 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-19T23:37:08.922 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:37:09.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:09 smithi177 conmon[43314]: audit 2024-02-19T23:37:08.207447+0000 mgr.smithi038.xcqglv (mgr.14182) 404 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:09.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:09 smithi038 conmon[37921]: audit 2024-02-19T23:37:08.207447+0000 2024-02-19T23:37:09.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:09 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 404 : audit [DBG] from='client.14870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:09.923 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:37:10.496 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:10 smithi038 conmon[37921]: cluster 2024-02-19T23:37:08.602948+0000 mgr.smithi038.xcqglv (mgr.14182) 405 : cluster [DBG] pgmap v313: 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-19T23:37:10.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:10 smithi177 conmon[43314]: cluster 2024-02-19T23:37:08.602948+0000 mgr.smithi038.xcqglv (mgr.14182) 405 : cluster [DBG] pgmap v313: 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-19T23:37:10.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:10 smithi177 conmon[43314]: 2024-02-19T23:37:12.120 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:37:12.120 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:37:12.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:12 smithi177 conmon[43314]: cluster 2024-02-19T23:37:10.603529+0000 mgr.smithi038.xcqglv (mgr.14182) 406 : cluster [DBG] pgmap v314: 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-19T23:37:12.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:12 smithi038 conmon[37921]: cluster 2024-02-19T23:37:10.603529+0000 mgr.smithi038.xcqglv (mgr.14182) 406 : cluster 2024-02-19T23:37:12.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:12 smithi038 conmon[37921]: [DBG] pgmap v314: 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-19T23:37:12.794 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:37:13.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:13 smithi177 conmon[43314]: audit 2024-02-19T23:37:12.113909+0000 mgr.smithi038.xcqglv (mgr.14182) 407 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:13.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:13 smithi038 conmon[37921]: audit 2024-02-19T23:37:12.113909+0000 mgr.smithi038.xcqglv (mgr.14182) 407 : audit [DBG] 2024-02-19T23:37:13.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:13 smithi038 conmon[37921]: from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:13.794 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:37:14.531 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:14 smithi038 conmon[37921]: cluster 2024-02-19T23:37:12.604626+0000 mgr.smithi038.xcqglv (mgr.14182) 408 : cluster [DBG] pgmap v315: 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-19T23:37:14.542 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:14 smithi177 conmon[43314]: cluster 2024-02-19T23:37:12.604626+0000 mgr.smithi038.xcqglv (mgr.14182) 408 : cluster [DBG] pgmap v315: 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-19T23:37:14.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:14 smithi177 conmon[43314]: 2024-02-19T23:37:15.908 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:37:15.908 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:37:16.503 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:16 smithi038 conmon[37921]: cluster 2024-02-19T23:37:14.605172+0000 mgr.smithi038.xcqglv (mgr.14182) 409 : cluster 2024-02-19T23:37:16.503 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:16 smithi038 conmon[37921]: [DBG] pgmap v316: 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-19T23:37:16.527 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:37:16.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:16 smithi177 conmon[43314]: cluster 2024-02-19T23:37:14.605172+0000 mgr.smithi038.xcqglv (mgr.14182) 409 : cluster [DBG] pgmap v316: 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-19T23:37:17.528 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:37:17.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:17 smithi177 conmon[43314]: audit 2024-02-19T23:37:15.902184+0000 mgr.smithi038.xcqglv (mgr.14182) 410 : audit [DBG] from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:17.563 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:17 smithi038 conmon[37921]: audit 2024-02-19T23:37:15.902184+0000 mgr.smithi038.xcqglv (mgr.14182) 410 : audit [DBG] 2024-02-19T23:37:17.564 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:17 smithi038 conmon[37921]: from='client.14878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:18.347 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:18 smithi038 conmon[37921]: cluster 2024-02-19T23:37:16.606025+0000 mgr.smithi038.xcqglv (mgr.14182) 411 : cluster [DBG] pgmap v317: 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-19T23:37:18.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:18 smithi177 conmon[43314]: cluster 2024-02-19T23:37:16.606025+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:37:18.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:18 smithi177 conmon[43314]: 411 : cluster [DBG] pgmap v317: 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-19T23:37:19.748 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:37:19.748 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:37:20.386 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:37:20.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:20 smithi177 conmon[43314]: cluster 2024-02-19T23:37:18.606670+0000 mgr.smithi038.xcqglv (mgr.14182) 412 : cluster [DBG] pgmap v318: 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-19T23:37:20.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:20 smithi038 conmon[37921]: cluster 2024-02-19T23:37:18.606670+0000 mgr.smithi038.xcqglv (mgr.14182) 412 : cluster 2024-02-19T23:37:20.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:20 smithi038 conmon[37921]: [DBG] pgmap v318: 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-19T23:37:21.387 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:37:21.542 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:21 smithi038 conmon[37921]: audit 2024-02-19T23:37:19.741635+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:37:21.542 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:21 smithi038 conmon[37921]: 14182) 413 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:21.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:21 smithi177 conmon[43314]: audit 2024-02-19T23:37:19.741635+0000 mgr.smithi038.xcqglv (mgr.14182) 413 : audit [DBG] from='client.14882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:22.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:22 smithi177 conmon[43314]: cluster 2024-02-19T23:37:20.607405+0000 mgr.smithi038.xcqglv (mgr.14182) 414 : cluster [DBG] pgmap v319: 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-19T23:37:22.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:22 smithi177 conmon[43314]: 2024-02-19T23:37:22.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:22 smithi038 conmon[37921]: cluster 2024-02-19T23:37:20.607405+0000 mgr.smithi038.xcqglv (mgr.14182) 414 : cluster [DBG] 2024-02-19T23:37:22.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:22 smithi038 conmon[37921]: pgmap v319: 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-19T23:37:23.572 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:37:23.572 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:37:24.219 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:37:24.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:24 smithi177 conmon[43314]: cluster 2024-02-19T23:37:22.608370+0000 mgr.smithi038.xcqglv (mgr.14182) 415 : cluster [DBG] pgmap v320: 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-19T23:37:24.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:24 smithi038 conmon[37921]: cluster 2024-02-19T23:37:22.608370+0000 mgr.smithi038.xcqglv (mgr.14182) 415 : cluster [DBG] pgmap v320: 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-19T23:37:25.219 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:37:25.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:25 smithi177 conmon[43314]: audit 2024-02-19T23:37:23.565801+0000 mgr.smithi038.xcqglv (mgr.14182) 416 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:25.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:25 smithi038 conmon[37921]: audit 2024-02-19T23:37:23.565801 2024-02-19T23:37:25.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:25 smithi038 conmon[37921]: +0000 mgr.smithi038.xcqglv (mgr.14182) 416 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:26.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:26 smithi177 conmon[43314]: cluster 2024-02-19T23:37:24.609093+0000 mgr.smithi038.xcqglv (mgr.14182) 417 : cluster [DBG] pgmap v321: 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-19T23:37:26.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:26 smithi038 conmon[37921]: cluster 2024-02- 2024-02-19T23:37:26.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:26 smithi038 conmon[37921]: 19T23:37:24.609093+0000 mgr.smithi038.xcqglv (mgr.14182) 417 : cluster [DBG] pgmap v321: 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-19T23:37:27.428 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:37:27.428 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:37:28.092 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:37:28.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:28 smithi038 conmon[37921]: cluster 2024-02-19T23:37:26.610003+0000 mgr.smithi038.xcqglv (mgr.14182) 418 : cluster [DBG] pgmap v322: 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-19T23:37:28.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:28 smithi038 conmon[37921]: audit 2024-02-19T23:37:27.422484+0000 mgr.smithi038.xcqglv (mgr.14182) 419 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:28.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:28 smithi177 conmon[43314]: cluster 2024-02-19T23:37:26.610003+0000 mgr.smithi038.xcqglv (mgr.14182) 418 : cluster [DBG] pgmap v322: 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-19T23:37:28.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:28 smithi177 conmon[43314]: audit 2024-02-19T23:37:27.422484+0000 mgr.smithi038.xcqglv (mgr.14182) 419 : audit [DBG] from='client.14890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:29.093 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:37:30.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:30 smithi177 conmon[43314]: cluster 2024-02-19T23:37:28.610676+0000 mgr.smithi038.xcqglv (mgr.14182) 420 : cluster [DBG] pgmap v323: 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-19T23:37:30.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:30 smithi038 conmon[37921]: cluster 2024-02-19T23:37:28.610676+0000 mgr.smithi038.xcqglv (mgr.14182) 420 : cluster [DBG] pgmap v323: 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-19T23:37:31.146 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:37:31.146 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:37:31.859 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:37:32.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:32 smithi177 conmon[43314]: cluster 2024-02-19T23:37:30.611301+0000 mgr.smithi038.xcqglv (mgr.14182) 421 : cluster [DBG] pgmap v324: 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-19T23:37:32.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:32 smithi177 conmon[43314]: audit 2024-02-19T23:37:31.139940+0000 mgr.smithi038.xcqglv (mgr.14182) 422 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:32.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:32 smithi038 conmon[37921]: cluster 2024-02-19T23:37:30.611301+0000 mgr.smithi038.xcqglv (mgr.14182) 421 : cluster [DBG] pgmap v324: 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-19T23:37:32.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:32 smithi038 conmon[37921]: audit 2024-02-19T23:37:31.139940+0000 mgr.smithi038.xcqglv (mgr.14182) 422 : audit [DBG] from='client.14894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:32.860 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:37:34.513 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:34 smithi038 conmon[37921]: cluster 2024-02-19T23:37:32.612229+0000 mgr.smithi038.xcqglv (mgr.14182) 423 : cluster [DBG] pgmap v325: 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-19T23:37:34.677 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:34 smithi177 conmon[43314]: cluster 2024-02-19T23:37:32.612229+0000 mgr.smithi038.xcqglv (mgr.14182) 423 : cluster [DBG] pgmap v325: 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-19T23:37:34.938 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:37:34.939 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:37:35.652 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:37:36.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:36 smithi038 conmon[37921]: cluster 2024-02-19T23:37:34.612854+0000 mgr.smithi038.xcqglv (mgr.14182) 424 : cluster [DBG] pgmap v326: 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-19T23:37:36.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:36 smithi038 conmon[37921]: audit 2024-02-19T23:37:34.932667+0000 mgr.smithi038.xcqglv (mgr.14182) 425 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:36.653 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:37:36.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:36 smithi177 conmon[43314]: cluster 2024-02-19T23:37:34.612854+0000 mgr.smithi038.xcqglv (mgr.14182) 424 : cluster [DBG] pgmap v326: 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-19T23:37:36.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:36 smithi177 conmon[43314]: audit 2024-02-19T23:37:34.932667+0000 mgr.smithi038.xcqglv (mgr.14182) 425 : audit [DBG] from='client.14898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:38.318 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:38 smithi038 conmon[37921]: cluster 2024-02-19T23:37:36.613919+0000 mgr.smithi038.xcqglv (mgr.14182) 426 2024-02-19T23:37:38.318 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:38 smithi038 conmon[37921]: : cluster [DBG] pgmap v327: 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-19T23:37:38.773 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:37:38.773 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:37:38.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:38 smithi177 conmon[43314]: cluster 2024-02-19T23:37:36.613919+0000 mgr.smithi038.xcqglv (mgr.14182) 426 : cluster [DBG] pgmap v327: 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-19T23:37:39.500 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:37:40.501 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:37:40.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:40 smithi038 conmon[37921]: cluster 2024-02-19T23:37:38.614608+0000 mgr.smithi038.xcqglv (mgr.14182) 427 : cluster [DBG] pgmap v328: 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-19T23:37:40.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:40 smithi038 conmon[37921]: audit 2024-02-19T23:37:38.767152+0000 mgr.smithi038.xcqglv (mgr.14182) 428 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:40.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:40 smithi177 conmon[43314]: cluster 2024-02-19T23:37:38.614608+0000 mgr.smithi038.xcqglv (mgr.14182) 427 : cluster [DBG] pgmap v328: 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-19T23:37:40.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:40 smithi177 conmon[43314]: audit 2024-02-19T23:37:40.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:40 smithi177 conmon[43314]: 2024-02-19T23:37:38.767152+0000 mgr.smithi038.xcqglv (mgr.14182) 428 : audit [DBG] from='client.14902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:42.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:42 smithi038 conmon[37921]: cluster 2024-02-19T23:37:40.615111+0000 mgr.smithi038.xcqglv (mgr.14182) 429 : cluster [DBG] pgmap v329: 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-19T23:37:42.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:42 smithi038 conmon[37921]: audit 2024-02-19T23:37:41.673339+0000 mon.smithi038 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.qrjdhp"}]: dispatch 2024-02-19T23:37:42.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:42 smithi038 conmon[37921]: audit 2024-02-19T23:37:41.683211+0000 mon.smithi038 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:37:42.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:42 smithi038 conmon[37921]: audit 2024-02-19T23:37:41.685791+0000 mon.smithi038 (mon.0) 703 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:37:42.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:42 smithi038 conmon[37921]: audit 2024-02-19T23:37:41.979091+0000 mon.smithi038 (mon.0) 704 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:37:42.736 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:37:42.737 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:16.793060Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:16.793234Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:16.793330Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:16.793415Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:16.793498Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "ports": [8800], "running": 0, "size": 2}}] 2024-02-19T23:37:42.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:42 smithi177 conmon[43314]: cluster 2024-02-19T23:37:40.615111+0000 mgr.smithi038.xcqglv (mgr.14182) 429 : cluster [DBG] pgmap v329: 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-19T23:37:42.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:42 smithi177 conmon[43314]: audit 2024-02-19T23:37:41.673339+0000 mon.smithi038 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.qrjdhp"}]: dispatch 2024-02-19T23:37:42.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:42 smithi177 conmon[43314]: audit 2024-02-19T23:37:41.683211+0000 mon.smithi038 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:37:42.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:42 smithi177 conmon[43314]: audit 2024-02-19T23:37:41.685791+0000 mon.smithi038 (mon.0) 703 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:37:42.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:42 smithi177 conmon[43314]: audit 2024-02-19T23:37:41.979091+0000 mon.smithi038 (mon.0 2024-02-19T23:37:42.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:42 smithi177 conmon[43314]: ) 704 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:37:43.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: cephadm 2024-02-19T23:37:41.672662+0000 mgr.smithi038.xcqglv (mgr.14182) 430 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp 2024-02-19T23:37:43.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp 2024-02-19T23:37:43.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp 2024-02-19T23:37:43.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp 2024-02-19T23:37:43.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi038.qrjdhp ... 2024-02-19T23:37:43.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:37:43.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:37:43.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:35:45Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:37:43.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:36:22Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:37:43.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:37:01Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:37:43.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: stat: stderr 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-19T23:37:43.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:37:43.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:37:43.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: Traceback (most recent call last): 2024-02-19T23:37:43.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:37:43.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: yield (conn, connr) 2024-02-19T23:37:43.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:37:43.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: code, '\n'.join(err))) 2024-02-19T23:37:43.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: 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-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp 2024-02-19T23:37:43.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp 2024-02-19T23:37:43.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp 2024-02-19T23:37:43.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp 2024-02-19T23:37:43.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi038.qrjdhp ... 2024-02-19T23:37:43.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:37:43.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:37:43.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:35:45Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:37:43.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:36:22Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:37:43.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:37:01Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:37:43.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: stat: stderr 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-19T23:37:43.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-02-19T23:37:43.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T23:37:43.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:37:43.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: cephadm 2024-02-19T23:37:41.672875+0000 mgr.smithi038.xcqglv (mgr.14182) 431 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.qrjdhp 2024-02-19T23:37:43.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: cephadm 2024-02-19T23:37:41.674170+0000 mgr.smithi038.xcqglv (mgr.14182) 432 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp 2024-02-19T23:37:43.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp 2024-02-19T23:37:43.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp 2024-02-19T23:37:43.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp 2024-02-19T23:37:43.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi038.qrjdhp ... 2024-02-19T23:37:43.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:37:43.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:37:43.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:35:45Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:37:43.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:36:22Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:37:43.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:37:01Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:37:43.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: stat: stderr 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-19T23:37:43.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:37:43.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:37:43.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: cephadm 2024-02-19T23:37:41.683604+0000 mgr.smithi038.xcqglv (mgr.14182) 433 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:37:43.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: cephadm 2024-02-19T23:37:41.684824+0000 mgr.smithi038.xcqglv (mgr.14182) 434 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:37:43.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: cluster 2024-02-19T23:37:41.686007+0000 mgr.smithi038.xcqglv (mgr.14182) 435 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2024-02-19T23:37:43.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:43 smithi038 conmon[37921]: cluster 2024-02-19T23:37:42.681132+0000 mon.smithi038 (mon.0) 705 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:37:43.708 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:37:43.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: cephadm 2024-02-19T23:37:41.672662+0000 mgr.smithi038.xcqglv (mgr.14182) 430 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp 2024-02-19T23:37:43.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp 2024-02-19T23:37:43.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp 2024-02-19T23:37:43.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp 2024-02-19T23:37:43.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi038.qrjdhp ... 2024-02-19T23:37:43.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:37:43.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:37:43.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:35:45Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:37:43.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:36:22Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:37:43.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:37:01Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:37:43.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: stat: stderr 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-19T23:37:43.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:37:43.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:37:43.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: Traceback (most recent call last): 2024-02-19T23:37:43.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:37:43.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: yield (conn, connr) 2024-02-19T23:37:43.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:37:43.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: code, '\n'.join(err))) 2024-02-19T23:37:43.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: 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-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp 2024-02-19T23:37:43.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp 2024-02-19T23:37:43.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp 2024-02-19T23:37:43.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp 2024-02-19T23:37:43.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi038.qrjdhp ... 2024-02-19T23:37:43.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:37:43.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:37:43.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:35:45Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:37:43.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:36:22Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:37:43.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:37:01Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:37:43.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: stat: stderr 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-19T23:37:43.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-02-19T23:37:43.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T23:37:43.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:37:43.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: cephadm 2024-02-19T23:37:41.672875+0000 mgr.smithi038.xcqglv (mgr.14182) 431 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.qrjdhp 2024-02-19T23:37:43.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: cephadm 2024-02-19T23:37:41.674170+0000 mgr.smithi038.xcqglv (mgr.14182) 432 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp 2024-02-19T23:37:43.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp 2024-02-19T23:37:43.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp 2024-02-19T23:37:43.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp 2024-02-19T23:37:43.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi038.qrjdhp ... 2024-02-19T23:37:43.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:37:43.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:37:43.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:35:45Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:37:43.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:36:22Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:37:43.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:37:01Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:37:43.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: stat: stderr 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-19T23:37:43.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:37:43.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:37:43.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: cephadm 2024-02-19T23:37:41.683604+0000 mgr.smithi038.xcqglv (mgr.14182) 433 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:37:43.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: cephadm 2024-02-19T23:37:41.684824+0000 mgr.smithi038.xcqglv (mgr.14182) 434 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:37:43.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: cluster 2024-02-19T23:37:41.686007+0000 mgr.smithi038.xcqglv (mgr.14182) 435 : cluster [DBG] pgmap v330: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 184 B/s rd, 0 op/s 2024-02-19T23:37:43.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:43 smithi177 conmon[43314]: cluster 2024-02-19T23:37:42.681132+0000 mon.smithi038 (mon.0) 705 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:37:44.710 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:37:44.743 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:44 smithi038 conmon[37921]: audit 2024-02-19T23:37:42.729975+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:37:44.743 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:44 smithi038 conmon[37921]: .14182) 436 : audit [DBG] from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:44.743 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:44 smithi038 conmon[37921]: audit 2024-02-19T23:37:43.434903+0000 mon.smithi038 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:37:44.743 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:44 smithi038 conmon[37921]: audit 2024-02-19T23:37:43.460517+0000 mon.smithi038 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:37:44.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:44 smithi177 conmon[43314]: audit 2024-02-19T23:37:42.729975+0000 mgr.smithi038.xcqglv (mgr.14182) 436 : audit [DBG] 2024-02-19T23:37:44.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:44 smithi177 conmon[43314]: from='client.14906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:44.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:44 smithi177 conmon[43314]: audit 2024-02-19T23:37:43.434903+0000 mon.smithi038 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:37:44.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:44 smithi177 conmon[43314]: audit 2024-02-19T23:37:43.460517+0000 mon.smithi038 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:37:45.733 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:45 smithi038 conmon[37921]: cluster 2024-02-19T23:37:43.686752+0000 mgr.smithi038.xcqglv (mgr.14182) 437 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-19T23:37:45.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:45 smithi177 conmon[43314]: cluster 2024-02-19T23:37:43.686752+0000 mgr.smithi038.xcqglv (mgr.14182) 437 : cluster [DBG] pgmap v331: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-19T23:37:45.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:45 smithi177 conmon[43314]: 2024-02-19T23:37:47.466 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:37:47.466 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:32:21.677245Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:32:21.677321Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:32:21.677394Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:32:21.677158Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:32:21.676975Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "ports": [12049], "running": 0, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:32:21.677467Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:32:21.677612Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:32:21.677540Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 1, "size": 2}}] 2024-02-19T23:37:47.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:47 smithi177 conmon[43314]: cluster 2024-02-19T23:37:45.687504+0000 mgr.smithi038.xcqglv (mgr.14182) 438 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-19T23:37:47.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:47 smithi038 conmon[37921]: cluster 2024-02-19T23:37:45.687504+0000 mgr.smithi038.xcqglv (mgr.14182) 438 : cluster [DBG] pgmap v332: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-19T23:37:48.322 INFO:tasks.cephadm:nfs.foo has 0/1 2024-02-19T23:37:48.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:48 smithi038 conmon[37921]: audit 2024-02-19T23:37:47.459400+0000 mgr.smithi038.xcqglv (mgr.14182) 439 : audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:48.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:48 smithi038 conmon[37921]: audit 2024-02-19T23:37:47.734553+0000 mon.smithi038 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:37:48.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:48 smithi038 conmon[37921]: audit 2024-02-19T23:37:48.200121+0000 mon.smithi038 (mon.0) 709 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:37:48.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:48 smithi038 conmon[37921]: audit 2024-02-19T23:37:48.200943+0000 mon.smithi038 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:37:48.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:48 smithi177 conmon[43314]: audit 2024-02-19T23:37:47.459400+0000 mgr.smithi038.xcqglv (mgr.14182) 439 : 2024-02-19T23:37:48.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:48 smithi177 conmon[43314]: audit [DBG] from='client.14910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:48.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:48 smithi177 conmon[43314]: audit 2024-02-19T23:37:47.734553+0000 mon.smithi038 (mon.0) 708 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:37:48.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:48 smithi177 conmon[43314]: audit 2024-02-19T23:37:48 2024-02-19T23:37:48.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:48 smithi177 conmon[43314]: .200121+0000 mon.smithi038 (mon.0) 709 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:37:48.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:48 smithi177 conmon[43314]: audit 2024-02-19T23: 2024-02-19T23:37:48.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:48 smithi177 conmon[43314]: 37:48.200943+0000 mon.smithi038 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:37:49.323 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:37:49.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:49 smithi177 conmon[43314]: cluster 2024-02-19T23:37:47.688846+0000 mgr.smithi038.xcqglv (mgr.14182) 440 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-19T23:37:49.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:49 smithi177 conmon[43314]: cephadm 2024-02-19T23:37:48.204528+0000 mgr.smithi038.xcqglv (mgr.14182) 441 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-19T23:37:49.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:49 smithi177 conmon[43314]: audit 2024-02-19T23:37:48.501889+0000 mon.smithi038 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:37:49.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:49 smithi177 conmon[43314]: audit 2024-02-19T23:37:48.508015+0000 mon.smithi038 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:37:49.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:49 smithi177 conmon[43314]: audit 2024-02-19T23:37:48.512905+0000 mon.smithi038 (mon.0) 713 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:37:49.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:49 smithi177 conmon[43314]: audit 2024-02-19T23:37:48.521176+0000 mon.smithi038 (mon.0) 714 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:37:49.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:49 smithi177 conmon[43314]: audit 2024-02-19T23:37:48.533068+0000 mon.smithi038 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:37:49.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:49 smithi177 conmon[43314]: audit 2024-02-19T23:37:48.638506+0000 mon.smithi038 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:37:49.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:49 smithi038 conmon[37921]: cluster 2024-02-19T23:37:47.688846+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:37:49.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:49 smithi038 conmon[37921]: 440 : cluster [DBG] pgmap v333: 225 pgs: 225 active+clean; 7.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 92 B/s rd, 0 op/s 2024-02-19T23:37:49.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:49 smithi038 conmon[37921]: cephadm 2024-02-19T23:37:48.204528+0000 mgr.smithi038.xcqglv (mgr.14182) 441 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-19T23:37:49.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:49 smithi038 conmon[37921]: audit 2024-02-19T23:37:48.501889+0000 mon.smithi038 (mon.0) 711 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:37:49.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:49 smithi038 conmon[37921]: audit 2024-02-19T23:37:48.508015+0000 mon.smithi038 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:37:49.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:49 smithi038 conmon[37921]: audit 2024-02-19T23:37:48.512905+0000 mon.smithi038 (mon.0) 713 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:37:49.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:49 smithi038 conmon[37921]: audit 2024-02-19T23:37:48.521176+0000 mon.smithi038 (mon.0) 714 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:37:49.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:49 smithi038 conmon[37921]: audit 2024-02-19T23:37:48.533068+0000 mon.smithi038 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:37:49.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:49 smithi038 conmon[37921]: audit 2024-02-19T23:37:48.638506+0000 mon.smithi038 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:37:50.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:50 smithi177 conmon[43314]: cluster 2024-02-19T23:37:48.513980+0000 mgr.smithi038.xcqglv (mgr.14182) 442 : cluster [DBG] pgmap v334: 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-19T23:37:50.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:50 smithi177 conmon[43314]: cephadm 2024-02-19T23:37:48.536221+0000 mgr.smithi038.xcqglv (mgr.14182) 443 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.vkyexa on smithi177 2024-02-19T23:37:50.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:50 smithi177 conmon[43314]: cluster 2024-02-19T23:37:49.511105+0000 mon.smithi038 (mon.0) 717 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:37:50.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:50 smithi177 conmon[43314]: cluster 2024-02-19T23:37: 2024-02-19T23:37:50.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:50 smithi177 conmon[43314]: 49.511126+0000 mon.smithi038 (mon.0) 718 : cluster [INF] Cluster is now healthy 2024-02-19T23:37:50.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:50 smithi038 conmon[37921]: cluster 2024-02-19T23:37:48.513980+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:37:50.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:50 smithi038 conmon[37921]: ) 442 : cluster [DBG] pgmap v334: 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-19T23:37:50.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:50 smithi038 conmon[37921]: cephadm 2024-02-19T23:37:48.536221+0000 mgr.smithi038.xcqglv (mgr.14182) 443 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.vkyexa on smithi177 2024-02-19T23:37:50.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:50 smithi038 conmon[37921]: cluster 2024-02-19T23:37:49.511105+0000 mon.smithi038 (mon.0) 717 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:37:50.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:50 smithi038 conmon[37921]: cluster 2024-02-19T23:37:49.511126+0000 mon.smithi038 (mon.0) 718 : cluster [INF] Cluster is now healthy 2024-02-19T23:37:51.499 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:37:51.499 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:37:52.090 INFO:tasks.cephadm:nfs.foo has 1/1 2024-02-19T23:37:52.090 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-19T23:37:52.101 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-02-19T23:37:52.102 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:37:52.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:52 smithi177 conmon[43314]: cluster 2024-02-19T23:37:50.514661+0000 mgr.smithi038.xcqglv (mgr.14182) 444 : cluster [DBG] pgmap v335: 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-19T23:37:52.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:52 smithi177 conmon[43314]: audit 2024-02-19T23:37:51.491304+0000 mgr.smithi038.xcqglv (mgr.14182) 445 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:52.803 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:52 smithi038 conmon[37921]: cluster 2024-02-19T23:37:50.514661+0000 mgr.smithi038.xcqglv (mgr.14182) 444 : cluster [DBG] pgmap v335: 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-19T23:37:52.803 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:52 smithi038 conmon[37921]: audit 2024-02-19T23:37:51.491304+0000 mgr.smithi038.xcqglv (mgr.14182) 445 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:54.138 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:37:54.138 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:37:54.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:54 smithi177 conmon[43314]: cluster 2024-02-19T23:37:52.515575+0000 mgr.smithi038.xcqglv (mgr.14182) 446 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 189 B/s wr, 1 op/s 2024-02-19T23:37:54.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:54 smithi177 conmon[43314]: 2024-02-19T23:37:54.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:54 smithi038 conmon[37921]: cluster 2024-02-19T23:37:52.515575+0000 mgr.smithi038.xcqglv (mgr.14182) 446 : cluster [DBG] pgmap v336: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 189 B/s wr, 1 op/s 2024-02-19T23:37:54.866 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:37:55.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:55 smithi177 conmon[43314]: audit 2024-02-19T23:37:54.131470+0000 mgr.smithi038.xcqglv (mgr.14182) 447 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:55.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:55 smithi038 conmon[37921]: audit 2024-02-19T23:37:54.131470+0000 mgr.smithi038.xcqglv (mgr.14182) 447 : audit [DBG] 2024-02-19T23:37:55.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:55 smithi038 conmon[37921]: from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:55.867 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:37:56.771 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:56 smithi038 conmon[37921]: cluster 2024-02-19T23:37:54.516122+0000 2024-02-19T23:37:56.771 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:56 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 448 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 189 B/s wr, 2 op/s 2024-02-19T23:37:56.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:56 smithi177 conmon[43314]: cluster 2024-02-19T23:37:54.516122+0000 mgr.smithi038.xcqglv (mgr.14182) 448 : cluster [DBG] pgmap v337: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 189 B/s wr, 2 op/s 2024-02-19T23:37:57.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:57 smithi038 conmon[37921]: cluster 2024-02-19T23:37:56.517121+0000 mgr.smithi038.xcqglv (mgr.14182) 449 : cluster [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 189 B/s wr, 2 op/s 2024-02-19T23:37:57.871 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:37:57.872 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:37:58.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:57 smithi177 conmon[43314]: cluster 2024-02-19T23:37:56.517121+0000 mgr.smithi038.xcqglv (mgr.14182) 449 : cluster 2024-02-19T23:37:58.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:57 smithi177 conmon[43314]: [DBG] pgmap v338: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 189 B/s wr, 2 op/s 2024-02-19T23:37:58.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:37:58.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:58 smithi038 conmon[37921]: audit 2024-02-19T23:37:57.864398+0000 mgr.smithi038.xcqglv (mgr.14182) 450 : audit 2024-02-19T23:37:58.870 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:58 smithi038 conmon[37921]: [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:59.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:58 smithi177 conmon[43314]: audit 2024-02-19T23:37:57.864398+0000 mgr.smithi038.xcqglv (mgr.14182) 450 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:37:59.525 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:37:59.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:37:59 smithi038 conmon[37921]: cluster 2024-02-19T23:37:58.517732+0000 mgr.smithi038.xcqglv (mgr.14182) 451 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 189 B/s wr, 2 op/s 2024-02-19T23:38:00.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:37:59 smithi177 conmon[43314]: cluster 2024-02-19T23:37:58.517732+0000 mgr.smithi038.xcqglv (mgr.14182) 451 : cluster [DBG] pgmap v339: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.3 KiB/s rd, 189 B/s wr, 2 op/s 2024-02-19T23:38:01.634 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:38:01.634 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:38:01.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:01 smithi038 conmon[37921]: cluster 2024-02-19T23:38:00.518283+0000 mgr.smithi038.xcqglv (mgr.14182) 452 : cluster [DBG] pgmap v340: 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-19T23:38:02.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:01 smithi177 conmon[43314]: cluster 2024-02-19T23:38:00.518283+0000 mgr.smithi038.xcqglv (mgr.14182) 452 : cluster [DBG] pgmap v340: 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-19T23:38:02.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:38:02.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:02 smithi038 conmon[37921]: audit 2024-02-19T23:38:01.626639+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:38:02.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:02 smithi038 conmon[37921]: ) 453 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:03.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:02 smithi177 conmon[43314]: audit 2024-02-19T23:38:01.626639+0000 mgr.smithi038.xcqglv (mgr.14182) 453 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:03.333 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:38:03.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:03 smithi038 conmon[37921]: cluster 2024-02-19T23:38:02.519188+0000 2024-02-19T23:38:03.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:03 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 454 : cluster [DBG] pgmap v341: 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-19T23:38:04.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:03 smithi177 conmon[43314]: cluster 2024-02-19T23:38:02.519188+0000 mgr.smithi038.xcqglv (mgr.14182) 454 : cluster [DBG] pgmap v341: 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-19T23:38:04.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:03 smithi177 conmon[43314]: 2024-02-19T23:38:04.953 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:04 smithi038 conmon[37921]: audit 2024-02-19T23:38:03.637038+0000 mon.smithi038 (mon.0) 719 2024-02-19T23:38:04.954 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:04 smithi038 conmon[37921]: : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:38:05.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:04 smithi177 conmon[43314]: audit 2024-02-19T23:38:03.637038+0000 mon.smithi038 (mon.0) 719 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:38:05.392 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:38:05.393 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:38:05.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:05 smithi038 conmon[37921]: cluster 2024-02-19T23:38:04.519823+0000 mgr.smithi038.xcqglv (mgr.14182) 455 : cluster [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2024-02-19T23:38:05.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:05 smithi038 conmon[37921]: audit 2024-02-19T23:38:05.385696+0000 mgr.smithi038.xcqglv (mgr.14182) 456 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:06.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:05 smithi177 conmon[43314]: cluster 2024-02-19T23:38:04.519823+0000 mgr.smithi038.xcqglv (mgr.14182) 455 : cluster 2024-02-19T23:38:06.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:05 smithi177 conmon[43314]: [DBG] pgmap v342: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 938 B/s rd, 0 op/s 2024-02-19T23:38:06.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:05 smithi177 conmon[43314]: audit 2024-02-19T23:38: 2024-02-19T23:38:06.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:05 smithi177 conmon[43314]: 05.385696+0000 mgr.smithi038.xcqglv (mgr.14182) 456 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:06.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:38:07.053 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:38:07.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:07 smithi038 conmon[37921]: cluster 2024-02-19T23:38:06.520919+0000 mgr.smithi038.xcqglv (mgr.14182) 457 : 2024-02-19T23:38:07.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:07 smithi038 conmon[37921]: 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-19T23:38:08.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:07 smithi177 conmon[43314]: cluster 2024-02-19T23:38:06.520919+0000 mgr.smithi038.xcqglv (mgr.14182) 457 : 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-19T23:38:09.096 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:38:09.096 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:38:09.788 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:38:10.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:09 smithi177 conmon[43314]: cluster 2024-02-19T23:38:08.521569+0000 mgr.smithi038.xcqglv (mgr.14182) 458 : cluster [DBG] 2024-02-19T23:38:10.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:09 smithi177 conmon[43314]: pgmap v344: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:38:10.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:09 smithi177 conmon[43314]: audit 2024-02-19T23:38:09.088719+0000 mgr.smithi038.xcqglv (mgr.14182) 459 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:10.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:09 smithi038 conmon[37921]: cluster 2024-02-19T23:38:08.521569+0000 mgr.smithi038.xcqglv (mgr.14182) 458 : cluster [DBG] pgmap v344: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:38:10.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:09 smithi038 conmon[37921]: audit 2024-02-19T23:38:09.088719+0000 mgr.smithi038.xcqglv (mgr.14182) 459 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:10.790 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:38:11.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:11 smithi038 conmon[37921]: cluster 2024-02-19T23:38:10.522096+0000 mgr.smithi038.xcqglv (mgr.14182) 460 : cluster 2024-02-19T23:38:11.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:11 smithi038 conmon[37921]: [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-19T23:38:12.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:11 smithi177 conmon[43314]: cluster 2024-02-19T23:38:10.522096+0000 mgr.smithi038.xcqglv (mgr.14182) 460 : 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-19T23:38:12.800 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:38:12.800 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:38:13.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:38:13.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:13 smithi038 conmon[37921]: cluster 2024-02-19T23:38:12.522957+0000 mgr.smithi038.xcqglv (mgr.14182) 461 : cluster [DBG] pgmap v346: 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-19T23:38:13.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:13 smithi038 conmon[37921]: audit 2024-02-19T23:38:12.792674+0000 mgr.smithi038.xcqglv (mgr.14182) 462 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:14.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:13 smithi177 conmon[43314]: cluster 2024-02-19T23:38:12.522957+0000 mgr.smithi038.xcqglv (mgr.14182) 461 : cluster [DBG] pgmap v346: 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-19T23:38:14.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:13 smithi177 conmon[43314]: 2024-02-19T23:38:14.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:13 smithi177 conmon[43314]: audit 2024-02-19T23:38:12.792674+0000 mgr.smithi038.xcqglv (mgr.14182) 462 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:14.471 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:38:16.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:15 smithi177 conmon[43314]: cluster 2024-02-19T23:38:14.523395+0000 mgr.smithi038.xcqglv (mgr.14182) 463 : 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-19T23:38:16.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:15 smithi177 conmon[43314]: 2024-02-19T23:38:16.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:15 smithi038 conmon[37921]: cluster 2024-02-19T23:38:14.523395+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:38:16.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:15 smithi038 conmon[37921]: .14182) 463 : 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-19T23:38:16.560 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:38:16.560 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:38:17.327 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:38:18.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:17 smithi177 conmon[43314]: cluster 2024-02-19T23:38:16.524178+0000 mgr.smithi038.xcqglv (mgr.14182) 464 : 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-19T23:38:18.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:17 smithi177 conmon[43314]: audit 2024-02-19T23:38:16.552638+0000 mgr.smithi038.xcqglv (mgr.14182) 465 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:18.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:17 smithi038 conmon[37921]: cluster 2024-02-19T23:38:16.524178+0000 mgr.smithi038.xcqglv (mgr.14182) 464 : 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-19T23:38:18.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:17 smithi038 conmon[37921]: audit 2024-02-19T23:38:16.552638+0000 mgr.smithi038.xcqglv (mgr.14182) 465 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:18.328 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:38:19.961 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:19 smithi038 conmon[37921]: cluster 2024-02-19T23:38:18.524702+0000 mgr.smithi038.xcqglv (mgr.14182) 466 2024-02-19T23:38:19.961 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:19 smithi038 conmon[37921]: : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:38:20.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:19 smithi177 conmon[43314]: cluster 2024-02-19T23:38:18.524702+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:38:20.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:19 smithi177 conmon[43314]: mgr.14182) 466 : cluster [DBG] pgmap v349: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:38:20.399 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:38:20.399 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:38:21.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:20 smithi177 conmon[43314]: audit 2024-02-19T23:38:20.391687+0000 mgr.smithi038.xcqglv (mgr.14182) 467 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:21.073 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:20 smithi038 conmon[37921]: audit 2024-02-19T23:38:20.391687+0000 mgr.smithi038.xcqglv (mgr.14182) 467 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:21.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:38:21.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:21 smithi038 conmon[37921]: cluster 2024-02-19T23:38:20.525267+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:38:21.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:21 smithi038 conmon[37921]: mgr.14182) 468 : 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-19T23:38:22.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:21 smithi177 conmon[43314]: cluster 2024-02-19T23:38:20.525267+0000 mgr.smithi038.xcqglv (mgr.14182) 468 : 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-19T23:38:22.095 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:38:23.725 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:23 smithi038 conmon[37921]: cluster 2024-02-19T23:38:22.526167+0000 mgr.smithi038.xcqglv (mgr.14182) 469 : cluster [DBG] pgmap v351: 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-19T23:38:24.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:23 smithi177 conmon[43314]: cluster 2024-02-19T23:38:22.526167+0000 mgr.smithi038.xcqglv (mgr.14182) 469 : cluster 2024-02-19T23:38:24.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:23 smithi177 conmon[43314]: [DBG] pgmap v351: 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-19T23:38:24.131 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:38:24.131 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:38:24.835 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:38:25.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:24 smithi177 conmon[43314]: audit 2024-02-19T23:38:24.124302+0000 mgr.smithi038.xcqglv (mgr.14182) 470 : 2024-02-19T23:38:25.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:24 smithi177 conmon[43314]: audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:25.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:24 smithi038 conmon[37921]: audit 2024-02-19T23:38:24.124302+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:38:25.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:24 smithi038 conmon[37921]: .14182) 470 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:25.836 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:38:26.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:25 smithi177 conmon[43314]: cluster 2024-02-19T23:38:24.526763+0000 mgr.smithi038.xcqglv (mgr.14182) 471 : 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-19T23:38:26.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:25 smithi038 conmon[37921]: cluster 2024-02-19T23:38:24.526763+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:38:26.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:25 smithi038 conmon[37921]: 14182) 471 : 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-19T23:38:27.859 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:38:27.859 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:38:28.347 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:28 smithi038 conmon[37921]: cluster 2024-02-19T23:38:26.527832+0000 mgr.smithi038.xcqglv (mgr.14182) 472 : 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-19T23:38:28.534 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:38:28.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:28 smithi177 conmon[43314]: cluster 2024-02-19T23:38:26.527832+0000 mgr.smithi038.xcqglv (mgr.14182) 472 : 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-19T23:38:29.535 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:38:29.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:29 smithi177 conmon[43314]: audit 2024-02-19T23:38:27.851407+0000 mgr.smithi038.xcqglv (mgr.14182) 473 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:29.571 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:29 smithi038 conmon[37921]: audit 2024-02-19T23:38:27.851407+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:38:29.571 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:29 smithi038 conmon[37921]: mgr.14182) 473 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:30.347 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:30 smithi038 conmon[37921]: cluster 2024-02-19T23:38:28.528591+0000 mgr.smithi038.xcqglv 2024-02-19T23:38:30.347 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:30 smithi038 conmon[37921]: (mgr.14182) 474 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:38:30.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:30 smithi177 conmon[43314]: cluster 2024-02-19T23:38:28.528591+0000 mgr.smithi038.xcqglv (mgr.14182) 474 : cluster [DBG] pgmap v354: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:38:31.591 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:38:31.591 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:38:32.268 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:38:32.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:32 smithi177 conmon[43314]: cluster 2024-02-19T23:38:30.529296+0000 mgr.smithi038.xcqglv (mgr.14182) 475 : 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-19T23:38:32.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:32 smithi038 conmon[37921]: cluster 2024-02-19T23:38:30.529296+0000 mgr.smithi038.xcqglv (mgr.14182) 475 : 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-19T23:38:33.269 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:38:33.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:33 smithi177 conmon[43314]: audit 2024-02-19T23:38:31.583253+0000 mgr.smithi038.xcqglv (mgr.14182) 476 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:33.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:33 smithi038 conmon[37921]: audit 2024-02-19T23:38:31.583253+0000 mgr.smithi038.xcqglv (mgr.14182) 476 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:34.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:34 smithi177 conmon[43314]: cluster 2024-02-19T23:38:32.530420+0000 mgr.smithi038.xcqglv (mgr.14182) 477 : cluster [DBG] pgmap v356: 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-19T23:38:34.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:34 smithi038 conmon[37921]: cluster 2024-02-19T23:38:32.530420+0000 mgr.smithi038.xcqglv (mgr.14182) 477 : cluster [DBG] pgmap v356: 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-19T23:38:35.291 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:38:35.291 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:38:35.984 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:38:36.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:36 smithi038 conmon[37921]: cluster 2024-02-19T23:38:34.531068+0000 mgr.smithi038.xcqglv (mgr.14182) 478 : 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-19T23:38:36.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:36 smithi038 conmon[37921]: audit 2024-02-19T23:38:35.283254+0000 mgr.smithi038.xcqglv (mgr.14182) 479 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:36.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:36 smithi177 conmon[43314]: cluster 2024-02-19T23:38:34.531068+0000 mgr.smithi038.xcqglv (mgr.14182) 478 : 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-19T23:38:36.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:36 smithi177 conmon[43314]: audit 2024-02-19T23:38:35.283254+0000 mgr.smithi038.xcqglv (mgr.14182) 479 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:36.985 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:38:38.347 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:38 smithi038 conmon[37921]: cluster 2024-02-19T23:38:36.532027+0000 mgr.smithi038.xcqglv (mgr.14182) 480 : 2024-02-19T23:38:38.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:38 smithi038 conmon[37921]: 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-19T23:38:38.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:38 smithi177 conmon[43314]: cluster 2024-02-19T23:38:36.532027+0000 mgr.smithi038.xcqglv (mgr.14182) 480 : 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-19T23:38:39.053 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:38:39.054 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:38:39.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:38:40.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:40 smithi177 conmon[43314]: cluster 2024-02-19T23:38:38.532681+0000 mgr.smithi038.xcqglv (mgr.14182) 481 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:38:40.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:40 smithi177 conmon[43314]: audit 2024-02-19T23:38:40.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:40 smithi177 conmon[43314]: 2024-02-19T23:38:39.045986+0000 mgr.smithi038.xcqglv (mgr.14182) 482 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:40.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:40 smithi038 conmon[37921]: cluster 2024-02-19T23:38:38.532681+0000 mgr.smithi038.xcqglv (mgr.14182) 481 : cluster [DBG] pgmap v359: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:38:40.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:40 smithi038 conmon[37921]: audit 2024-02-19T23:38:39.045986+0000 mgr.smithi038.xcqglv (mgr.14182) 482 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:40.753 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:38:42.431 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:42 smithi038 conmon[37921]: cluster 2024-02-19T23:38:40.533312+0000 2024-02-19T23:38:42.431 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:42 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 483 : 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-19T23:38:42.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:42 smithi177 conmon[43314]: cluster 2024-02-19T23:38:40.533312+0000 mgr.smithi038.xcqglv (mgr.14182) 483 : 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-19T23:38:42.877 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:38:42.877 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:38:43.541 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:38:44.542 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:38:44.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:44 smithi177 conmon[43314]: cluster 2024-02-19T23:38:42.534209+0000 mgr.smithi038.xcqglv (mgr.14182) 484 : cluster [DBG] pgmap v361: 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-19T23:38:44.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:44 smithi177 conmon[43314]: audit 2024-02-19T23:38:42.869957+0000 mgr.smithi038.xcqglv (mgr.14182) 485 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:44.580 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:44 smithi038 conmon[37921]: cluster 2024-02-19T23:38:42.534209+0000 mgr.smithi038.xcqglv (mgr.14182) 484 : cluster [DBG] pgmap v361: 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-19T23:38:44.580 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:44 smithi038 conmon[37921]: audit 2024-02-19T23:38:42.869957+0000 mgr.smithi038.xcqglv (mgr.14182) 485 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:46.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:46 smithi038 conmon[37921]: cluster 2024-02-19T23:38:44.534842+0000 mgr.smithi038.xcqglv (mgr.14182) 486 : 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-19T23:38:46.542 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:38:46.542 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:38:46.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:46 smithi177 conmon[43314]: cluster 2024-02-19T23:38:44.534842+0000 mgr.smithi038.xcqglv (mgr.14182) 486 : cluster [DBG] 2024-02-19T23:38:46.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:46 smithi177 conmon[43314]: 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-19T23:38:47.256 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:38:48.257 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:38:48.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:48 smithi177 conmon[43314]: audit 2024-02-19T23:38:46.535356+0000 mgr.smithi038.xcqglv (mgr.14182) 487 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:48.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:48 smithi177 conmon[43314]: cluster 2024-02 2024-02-19T23:38:48.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:48 smithi177 conmon[43314]: -19T23:38:46.536024+0000 mgr.smithi038.xcqglv (mgr.14182) 488 : 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-19T23:38:48.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:48 smithi038 conmon[37921]: audit 2024-02-19T23:38:46.535356+0000 mgr.smithi038.xcqglv (mgr.14182) 487 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:48.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:48 smithi038 conmon[37921]: 2024-02-19T23:38:48.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:48 smithi038 conmon[37921]: cluster 2024-02-19T23:38:46.536024+0000 mgr.smithi038.xcqglv (mgr.14182) 488 : 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-19T23:38:50.255 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:38:50.256 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:38:50.509 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:50 smithi038 conmon[37921]: cluster 2024-02-19T23:38:48.536739+0000 mgr.smithi038.xcqglv (mgr.14182) 489 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:38:50.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:50 smithi177 conmon[43314]: cluster 2024-02-19T23:38:48.536739+0000 mgr.smithi038.xcqglv (mgr.14182) 489 : cluster [DBG] pgmap v364: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:38:50.932 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:38:51.543 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:51 smithi038 conmon[37921]: audit 2024-02-19T23:38:50.247593+0000 mgr.smithi038.xcqglv (mgr.14182) 490 2024-02-19T23:38:51.543 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:51 smithi038 conmon[37921]: : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:51.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:51 smithi177 conmon[43314]: audit 2024-02-19T23:38:50.247593+0000 mgr.smithi038.xcqglv (mgr.14182) 490 : audit [DBG] 2024-02-19T23:38:51.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:51 smithi177 conmon[43314]: from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:51.932 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:38:52.347 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:52 smithi038 conmon[37921]: cluster 2024-02-19T23:38:50 2024-02-19T23:38:52.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:52 smithi038 conmon[37921]: .537371+0000 mgr.smithi038.xcqglv (mgr.14182) 491 : 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-19T23:38:52.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:52 smithi177 conmon[43314]: cluster 2024-02-19T23:38:50.537371+0000 mgr.smithi038.xcqglv (mgr.14182) 491 : 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-19T23:38:53.905 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:38:53.905 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:38:54.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:54 smithi177 conmon[43314]: cluster 2024-02-19T23:38:52.538243+0000 mgr.smithi038.xcqglv (mgr.14182) 492 : cluster [DBG] pgmap v366: 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-19T23:38:54.575 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:54 smithi038 conmon[37921]: cluster 2024-02-19T23:38:52.538243+0000 mgr.smithi038.xcqglv (mgr.14182) 492 : cluster [DBG] pgmap v366: 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-19T23:38:54.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:38:55.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:55 smithi177 conmon[43314]: audit 2024-02-19T23:38:53.897654+0000 mgr.smithi038.xcqglv (mgr.14182) 493 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:55.597 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:38:55.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:55 smithi038 conmon[37921]: audit 2024-02-19T23:38:53.897654+0000 2024-02-19T23:38:55.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:55 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 493 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:56.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:56 smithi038 conmon[37921]: cluster 2024-02-19T23:38:54.538896+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:38:56.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:56 smithi038 conmon[37921]: mgr.14182) 494 : 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-19T23:38:56.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:56 smithi177 conmon[43314]: cluster 2024-02-19T23:38:54.538896+0000 mgr.smithi038.xcqglv (mgr.14182) 494 : 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-19T23:38:57.629 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:38:57.630 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:38:58.258 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:38:58.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:58 smithi177 conmon[43314]: cluster 2024-02-19T23:38:56.539845+0000 mgr.smithi038.xcqglv (mgr.14182) 495 : 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-19T23:38:58.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:58 smithi038 conmon[37921]: cluster 2024-02-19T23:38:56.539845+0000 mgr.smithi038.xcqglv (mgr.14182) 495 : 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-19T23:38:59.259 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:38:59.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:38:59 smithi177 conmon[43314]: audit 2024-02-19T23:38:57.622574+0000 mgr.smithi038.xcqglv (mgr.14182) 496 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:38:59.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:59 smithi038 conmon[37921]: audit 2024-02-19T23:38:57.622574+0000 mgr.smithi038.xcqglv (mgr.14182) 496 2024-02-19T23:38:59.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:38:59 smithi038 conmon[37921]: : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:00.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:00 smithi177 conmon[43314]: cluster 2024-02-19T23:38:58.540637+0000 mgr.smithi038.xcqglv (mgr.14182) 497 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:39:00.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:00 smithi038 conmon[37921]: cluster 2024-02-19T23:38:58.540637+0000 mgr.smithi038.xcqglv (mgr.14182) 497 : cluster [DBG] pgmap v369: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:39:01.377 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:39:01.378 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:39:02.013 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:39:02.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:02 smithi177 conmon[43314]: cluster 2024-02-19T23:39:00.541240+0000 mgr.smithi038.xcqglv (mgr.14182) 498 : 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-19T23:39:02.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:02 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:39:02.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:02 smithi177 conmon[43314]: 02-19T23:39:01.370287+0000 mgr.smithi038.xcqglv (mgr.14182) 499 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:02.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:02 smithi038 conmon[37921]: cluster 2024-02-19T23:39:00.541240+0000 2024-02-19T23:39:02.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:02 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 498 : 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-19T23:39:02.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:02 smithi038 conmon[37921]: audit 2024-02-19T23:39:01.370287+0000 mgr.smithi038.xcqglv (mgr.14182) 499 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:03.014 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:39:04.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:04 smithi177 conmon[43314]: cluster 2024-02-19T23:39:02.542210+0000 mgr.smithi038.xcqglv (mgr.14182) 500 : cluster [DBG] pgmap v371: 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-19T23:39:04.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:04 smithi038 conmon[37921]: cluster 2024-02-19T23:39:02.542210+0000 mgr.smithi038.xcqglv (mgr.14182) 500 : cluster [DBG] pgmap v371: 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-19T23:39:05.123 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:39:05.124 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:39:05.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:39:06.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:06 smithi177 conmon[43314]: cluster 2024-02-19T23:39:04.542827+0000 mgr.smithi038.xcqglv (mgr.14182) 501 : 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-19T23:39:06.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:06 smithi177 conmon[43314]: audit 2024-02-19T23:39:05.116724+0000 mgr.smithi038.xcqglv (mgr.14182) 502 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:06.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:06 smithi038 conmon[37921]: cluster 2024-02-19T23:39:04.542827+0000 mgr.smithi038.xcqglv (mgr.14182) 501 : 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-19T23:39:06.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:06 smithi038 conmon[37921]: audit 2024-02-19T23:39:05.116724+0000 mgr.smithi038.xcqglv (mgr.14182) 502 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:06.888 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:39:08.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:08 smithi177 conmon[43314]: cluster 2024-02-19T23:39:06.543739+0000 mgr.smithi038.xcqglv (mgr.14182) 503 : 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-19T23:39:08.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:08 smithi038 conmon[37921]: cluster 2024-02-19T23:39:06.543739+0000 mgr.smithi038.xcqglv (mgr.14182) 503 : 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-19T23:39:09.007 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:39:09.008 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:39:09.621 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:39:10.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:10 smithi177 conmon[43314]: cluster 2024-02-19T23:39:08.544461+0000 mgr.smithi038.xcqglv (mgr.14182) 504 : cluster [DBG] 2024-02-19T23:39:10.643 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:10 smithi177 conmon[43314]: pgmap v374: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:39:10.644 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:10 smithi177 conmon[43314]: audit 2024-02-19T23:39:09.000799+0000 mgr.smithi038.xcqglv (mgr.14182) 505 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:10.644 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:39:10.645 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:10 smithi038 conmon[37921]: cluster 2024-02-19T23:39:08.544461+0000 mgr.smithi038.xcqglv (mgr.14182) 504 : cluster [DBG] pgmap v374: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:39:10.645 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:10 smithi038 conmon[37921]: audit 2024-02-19T23:39:09.000799+0000 mgr.smithi038.xcqglv (mgr.14182) 505 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:12.347 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:12 smithi038 conmon[37921]: cluster 2024-02-19T23:39:10.545128+0000 mgr.smithi038.xcqglv (mgr.14182) 506 : 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-19T23:39:12.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:12 smithi177 conmon[43314]: cluster 2024-02-19T23:39:10.545128+0000 mgr.smithi038.xcqglv (mgr.14182) 506 : 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-19T23:39:12.780 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:39:12.781 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:39:13.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:39:14.500 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:39:14.536 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:14 smithi038 conmon[37921]: cluster 2024-02-19T23:39:12.545963+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:39:14.536 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:14 smithi038 conmon[37921]: 507 : cluster [DBG] pgmap v376: 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-19T23:39:14.536 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:14 smithi038 conmon[37921]: audit 2024-02-19T23:39:12.773632+0000 mgr.smithi038.xcqglv (mgr.14182) 508 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:14.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:14 smithi177 conmon[43314]: cluster 2024-02-19T23:39:12.545963+0000 mgr.smithi038.xcqglv (mgr.14182) 507 : cluster [DBG] pgmap v376: 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-19T23:39:14.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:14 smithi177 conmon[43314]: audit 2024-02-19T23:39:12.773632+0000 mgr.smithi038.xcqglv (mgr.14182) 508 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:16.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:16 smithi177 conmon[43314]: cluster 2024-02-19T23:39:14.546485+0000 mgr.smithi038.xcqglv (mgr.14182) 509 : 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-19T23:39:16.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:16 smithi038 conmon[37921]: cluster 2024-02-19T23:39:14.546485+0000 mgr.smithi038.xcqglv (mgr.14182) 509 : 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-19T23:39:16.674 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:39:16.674 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:39:17.337 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:39:18.339 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:39:18.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:18 smithi177 conmon[43314]: cluster 2024-02-19T23:39:16.547286+0000 mgr.smithi038.xcqglv (mgr.14182) 510 : 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-19T23:39:18.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:18 smithi177 conmon[43314]: audit 2024-02- 2024-02-19T23:39:18.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:18 smithi177 conmon[43314]: 19T23:39:16.666712+0000 mgr.smithi038.xcqglv (mgr.14182) 511 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:18.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:18 smithi038 conmon[37921]: cluster 2024-02-19T23:39:16.547286+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:39:18.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:18 smithi038 conmon[37921]: 14182) 510 : 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-19T23:39:18.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:18 smithi038 conmon[37921]: audit 2024-02-19T23:39:16.666712+0000 mgr.smithi038.xcqglv (mgr.14182) 511 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:20.421 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:39:20.421 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:39:20.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:20 smithi038 conmon[37921]: cluster 2024-02-19T23:39:18.547811+0000 mgr.smithi038.xcqglv (mgr.14182) 512 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:39:20.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:20 smithi177 conmon[43314]: cluster 2024-02-19T23:39:18.547811+0000 mgr.smithi038.xcqglv (mgr.14182) 512 : cluster [DBG] pgmap v379: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:39:21.111 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:39:21.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:21 smithi038 conmon[37921]: audit 2024-02-19T23:39:20.412582+0000 mgr.smithi038.xcqglv (mgr.14182) 513 : audit [DBG] 2024-02-19T23:39:21.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:21 smithi038 conmon[37921]: from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:21.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:21 smithi177 conmon[43314]: audit 2024-02-19T23:39:20.412582+0000 mgr.smithi038.xcqglv (mgr.14182) 513 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:22.112 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:39:22.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:22 smithi038 conmon[37921]: cluster 2024-02-19T23:39:20.548338+0000 mgr.smithi038.xcqglv (mgr.14182) 514 : 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-19T23:39:22.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:22 smithi177 conmon[43314]: cluster 2024-02-19T23:39:20.548338+0000 mgr.smithi038.xcqglv (mgr.14182) 514 : 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-19T23:39:24.226 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:39:24.226 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:39:24.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:24 smithi038 conmon[37921]: cluster 2024-02-19T23:39:22.549271+0000 mgr.smithi038.xcqglv (mgr.14182) 515 : cluster [DBG] pgmap v381: 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-19T23:39:24.678 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:24 smithi177 conmon[43314]: cluster 2024-02-19T23:39:22.549271+0000 mgr.smithi038.xcqglv (mgr.14182) 515 : cluster [DBG] pgmap v381: 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-19T23:39:24.835 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:39:25.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:25 smithi038 conmon[37921]: audit 2024-02-19T23: 2024-02-19T23:39:25.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:25 smithi038 conmon[37921]: 39:24.218511+0000 mgr.smithi038.xcqglv (mgr.14182) 516 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:25.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:25 smithi177 conmon[43314]: audit 2024-02-19T23:39:24.218511+0000 mgr.smithi038.xcqglv (mgr.14182) 516 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:25.836 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:39:26.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:26 smithi038 conmon[37921]: cluster 2024-02-19T23:39:24.549801+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:39:26.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:26 smithi038 conmon[37921]: 517 : 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-19T23:39:26.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:26 smithi177 conmon[43314]: cluster 2024-02-19T23:39:24.549801+0000 mgr.smithi038.xcqglv (mgr.14182) 517 : 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-19T23:39:27.764 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:39:27.764 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:39:28.501 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:39:28.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:28 smithi038 conmon[37921]: cluster 2024-02-19T23:39:26.550987+0000 mgr.smithi038.xcqglv (mgr.14182) 518 : 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-19T23:39:28.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:28 smithi177 conmon[43314]: cluster 2024-02-19T23:39:26.550987+0000 mgr.smithi038.xcqglv (mgr.14182) 518 : 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-19T23:39:28.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:28 smithi177 conmon[43314]: 2024-02-19T23:39:29.502 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:39:29.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:29 smithi038 conmon[37921]: audit 2024-02-19T23:39:27.756650+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:39:29.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:29 smithi038 conmon[37921]: 519 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:29.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:29 smithi177 conmon[43314]: audit 2024-02-19T23:39:27.756650+0000 mgr.smithi038.xcqglv (mgr.14182) 519 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:30.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:30 smithi038 conmon[37921]: cluster 2024-02-19T23:39:28.551661+0000 mgr.smithi038.xcqglv (mgr.14182) 520 : cluster 2024-02-19T23:39:30.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:30 smithi038 conmon[37921]: [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:39:30.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:30 smithi177 conmon[43314]: cluster 2024-02-19T23:39:28.551661+0000 mgr.smithi038.xcqglv (mgr.14182) 520 : cluster [DBG] pgmap v384: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:39:31.578 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:39:31.579 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:39:32.269 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:39:32.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:32 smithi038 conmon[37921]: cluster 2024-02-19T23:39:30.552207+0000 mgr.smithi038.xcqglv (mgr.14182) 521 : cluster 2024-02-19T23:39:32.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:32 smithi038 conmon[37921]: [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-19T23:39:32.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:32 smithi177 conmon[43314]: cluster 2024-02-19T23:39:30.552207+0000 mgr.smithi038.xcqglv (mgr.14182) 521 : 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-19T23:39:33.269 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:39:33.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:33 smithi038 conmon[37921]: audit 2024-02-19T23:39:31.570904+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:39:33.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:33 smithi038 conmon[37921]: 14182) 522 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:33.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:33 smithi177 conmon[43314]: audit 2024-02-19T23:39:31.570904+0000 mgr.smithi038.xcqglv (mgr.14182) 522 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:34.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:34 smithi038 conmon[37921]: cluster 2024-02-19T23:39:32.553088+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:39:34.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:34 smithi038 conmon[37921]: 523 : cluster [DBG] pgmap v386: 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-19T23:39:34.677 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:34 smithi177 conmon[43314]: cluster 2024-02-19T23:39:32.553088+0000 mgr.smithi038.xcqglv (mgr.14182) 523 : cluster [DBG] pgmap v386: 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-19T23:39:35.322 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:39:35.322 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:39:35.950 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:39:36.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:36 smithi177 conmon[43314]: cluster 2024-02-19T23:39:34.553586+0000 mgr.smithi038.xcqglv (mgr.14182) 524 : 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-19T23:39:36.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:36 smithi177 conmon[43314]: audit 2024-02-19T23:39:35.314305+0000 mgr.smithi038.xcqglv (mgr.14182) 525 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:36.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:36 smithi038 conmon[37921]: cluster 2024-02-19T23:39:34.553586+0000 mgr.smithi038.xcqglv (mgr.14182) 524 : 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-19T23:39:36.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:36 smithi038 conmon[37921]: audit 2024-02-19T23:39:35.314305+0000 mgr.smithi038.xcqglv (mgr.14182) 525 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:36.951 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:39:38.715 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:38 smithi038 conmon[37921]: cluster 2024-02-19T23:39:36.554453+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:39:38.715 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:38 smithi038 conmon[37921]: ) 526 : 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-19T23:39:38.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:38 smithi177 conmon[43314]: cluster 2024-02-19T23:39:36.554453+0000 mgr.smithi038.xcqglv (mgr.14182) 526 : 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-19T23:39:39.125 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:39:39.125 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:39:39.752 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:39:40.752 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:39:40.788 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:40 smithi038 conmon[37921]: cluster 2024-02-19T23:39:38.555002+0000 mgr.smithi038.xcqglv (mgr.14182) 527 : cluster [DBG] pgmap v389: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:39:40.789 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:40 smithi038 conmon[37921]: audit 2024-02-19T23:39:39.117373+0000 mgr.smithi038.xcqglv (mgr.14182) 528 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:40.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:40 smithi177 conmon[43314]: cluster 2024-02-19T23:39:38.555002+0000 mgr.smithi038.xcqglv (mgr.14182) 527 : cluster [DBG] 2024-02-19T23:39:40.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:40 smithi177 conmon[43314]: pgmap v389: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:39:40.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:40 smithi177 conmon[43314]: audit 2024-02-19T23:39:39.117373+0000 mgr.smithi038.xcqglv (mgr.14182) 528 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:42.736 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:39:42.736 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:39:42.763 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:42 smithi038 conmon[37921]: cluster 2024-02-19T23:39:40.555650 2024-02-19T23:39:42.763 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:42 smithi038 conmon[37921]: +0000 mgr.smithi038.xcqglv (mgr.14182) 529 : 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-19T23:39:42.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:42 smithi177 conmon[43314]: cluster 2024-02-19T23:39:40.555650+0000 mgr.smithi038.xcqglv (mgr.14182) 529 : 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-19T23:39:43.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:39:44.350 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:39:44.678 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:44 smithi177 conmon[43314]: cluster 2024-02-19T23:39:42.556472+0000 mgr.smithi038.xcqglv (mgr.14182) 530 : cluster [DBG] pgmap v391: 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-19T23:39:44.678 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:44 smithi177 conmon[43314]: audit 2024-02-19T23:39:42.728594+0000 mgr.smithi038.xcqglv (mgr.14182) 531 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:44.838 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:44 smithi038 conmon[37921]: cluster 2024-02-19T23:39:42.556472+0000 mgr.smithi038.xcqglv (mgr.14182) 530 : cluster [DBG] pgmap v391: 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-19T23:39:44.838 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:44 smithi038 conmon[37921]: audit 2024-02-19T23:39:42.728594+0000 mgr.smithi038.xcqglv (mgr.14182) 531 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:46.385 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:39:46.385 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:39:46.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:46 smithi177 conmon[43314]: cluster 2024-02-19T23:39:44.556928+0000 mgr.smithi038.xcqglv (mgr.14182) 532 : 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-19T23:39:46.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:46 smithi038 conmon[37921]: cluster 2024-02-19T23:39:44.556928+0000 mgr.smithi038.xcqglv (mgr.14182) 532 : 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-19T23:39:47.025 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:39:47.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:47 smithi177 conmon[43314]: audit 2024-02-19T23:39:46.377213+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:39:47.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:47 smithi177 conmon[43314]: .14182) 533 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:47.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:47 smithi038 conmon[37921]: audit 2024-02-19T23:39:46.377213+0000 mgr.smithi038.xcqglv (mgr.14182) 533 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:48.025 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:39:48.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:48 smithi177 conmon[43314]: cluster 2024-02-19T23:39:46.557923+0000 mgr.smithi038.xcqglv (mgr.14182) 534 : 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-19T23:39:48.801 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:48 smithi038 conmon[37921]: cluster 2024-02-19T23:39:46.557923+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:39:48.801 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:48 smithi038 conmon[37921]: ) 534 : 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-19T23:39:50.140 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:39:50.141 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:39:50.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:50 smithi177 conmon[43314]: cluster 2024-02-19T23:39:48.558589+0000 mgr.smithi038.xcqglv (mgr.14182) 535 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:39:50.796 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:50 smithi038 conmon[37921]: cluster 2024-02-19T23:39:48.558589+0000 mgr.smithi038.xcqglv (mgr.14182) 535 : cluster [DBG] pgmap v394: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:39:50.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:39:51.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:51 smithi177 conmon[43314]: audit 2024-02-19T23:39:50.132843+0000 mgr.smithi038.xcqglv (mgr.14182) 536 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:51.817 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:39:51.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:51 smithi038 conmon[37921]: audit 2024-02-19T23:39:50.132843+0000 mgr.smithi038.xcqglv (mgr.14182) 536 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:52.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:52 smithi038 conmon[37921]: cluster 2024-02-19T23:39:50.559259+0000 mgr.smithi038.xcqglv (mgr.14182) 537 : 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-19T23:39:52.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:52 smithi177 conmon[43314]: cluster 2024-02-19T23:39:50.559259+0000 mgr.smithi038.xcqglv (mgr.14182) 537 : 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-19T23:39:53.944 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:39:53.944 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:39:54.618 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:39:54.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:54 smithi177 conmon[43314]: cluster 2024-02-19T23:39:52.560321+0000 mgr.smithi038.xcqglv (mgr.14182) 538 : cluster [DBG] pgmap v396: 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-19T23:39:54.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:54 smithi038 conmon[37921]: cluster 2024-02-19T23:39:52.560321+0000 mgr.smithi038.xcqglv (mgr.14182) 538 : cluster [DBG] pgmap v396: 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-19T23:39:55.619 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:39:55.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:55 smithi177 conmon[43314]: audit 2024-02-19T23:39:53.936453+0000 mgr.smithi038.xcqglv (mgr.14182) 539 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:55.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:55 smithi038 conmon[37921]: audit 2024-02-19T23:39:53.936453+0000 mgr.smithi038.xcqglv (mgr.14182) 539 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:56.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:56 smithi177 conmon[43314]: cluster 2024-02-19T23:39:54.560971+0000 mgr.smithi038.xcqglv (mgr.14182) 540 : 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-19T23:39:56.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:56 smithi038 conmon[37921]: cluster 2024-02-19T23:39:54.560971+0000 mgr.smithi038.xcqglv (mgr.14182) 540 : 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-19T23:39:57.659 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:39:57.659 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:39:58.315 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:39:58.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:58 smithi038 conmon[37921]: cluster 2024-02-19T23:39:56.561807+0000 mgr.smithi038.xcqglv (mgr.14182) 541 : 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-19T23:39:58.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:58 smithi177 conmon[43314]: cluster 2024-02-19T23:39:56.561807+0000 mgr.smithi038.xcqglv (mgr.14182) 541 : 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-19T23:39:59.316 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:39:59.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:39:59 smithi177 conmon[43314]: audit 2024-02-19T23:39:57.651917+0000 mgr.smithi038.xcqglv (mgr.14182) 542 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:59.827 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:39:59 smithi038 conmon[37921]: audit 2024-02-19T23:39:57.651917+0000 mgr.smithi038.xcqglv (mgr.14182) 542 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:00.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:00 smithi038 conmon[37921]: cluster 2024-02-19T23:39:58.562656+0000 mgr.smithi038.xcqglv (mgr.14182) 543 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:40:00.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:00 smithi038 conmon[37921]: cluster 2024-02-19T23:40:00.000124+0000 mon.smithi038 (mon.0) 720 : cluster [INF] overall HEALTH_OK 2024-02-19T23:40:00.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:00 smithi177 conmon[43314]: cluster 2024-02-19T23:39:58.562656+0000 mgr.smithi038.xcqglv (mgr.14182) 543 : cluster [DBG] pgmap v399: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:40:00.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:00 smithi177 conmon[43314]: cluster 2024-02-19T23:40:00.000124+0000 mon.smithi038 (mon.0) 720 : cluster [INF] overall HEALTH_OK 2024-02-19T23:40:01.369 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:40:01.370 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:40:02.050 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:40:02.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:02 smithi177 conmon[43314]: cluster 2024-02-19T23:40:00.563287+0000 mgr.smithi038.xcqglv (mgr.14182) 544 : 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-19T23:40:02.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:02 smithi177 conmon[43314]: audit 2024-02-19T23:40:01.362449+0000 mgr.smithi038.xcqglv (mgr.14182) 545 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:02.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:02 smithi038 conmon[37921]: cluster 2024-02-19T23:40:00.563287+0000 mgr.smithi038.xcqglv (mgr.14182) 544 : 2024-02-19T23:40:02.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:02 smithi038 conmon[37921]: 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-19T23:40:02.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:02 smithi038 conmon[37921]: audit 2024-02-19T23:40:01.362449+0000 2024-02-19T23:40:02.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:02 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 545 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:03.051 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:40:04.687 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:04 smithi038 conmon[37921]: cluster 2024-02-19T23:40:02.564298+0000 mgr.smithi038.xcqglv (mgr.14182) 546 : cluster [DBG] pgmap v401: 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-19T23:40:04.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:04 smithi177 conmon[43314]: cluster 2024-02-19T23:40:02.564298+0000 mgr.smithi038.xcqglv (mgr.14182) 546 : cluster [DBG] pgmap v401: 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-19T23:40:05.099 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:40:05.099 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:40:05.730 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:40:06.731 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:40:06.768 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:06 smithi038 conmon[37921]: cluster 2024-02-19T23:40:04.564998+0000 mgr.smithi038.xcqglv (mgr.14182) 547 : 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-19T23:40:06.768 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:06 smithi038 conmon[37921]: audit 2024-02-19T23:40:05.091897+0000 mgr.smithi038.xcqglv (mgr.14182) 548 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:06.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:06 smithi177 conmon[43314]: cluster 2024-02-19T23:40:04.564998+0000 mgr.smithi038.xcqglv (mgr.14182) 547 : 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-19T23:40:06.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:06 smithi177 conmon[43314]: audit 2024-02-19T23:40:05.091897+0000 mgr.smithi038.xcqglv (mgr.14182) 548 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:08.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:08 smithi038 conmon[37921]: cluster 2024-02-19T23:40:06.565894+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:40:08.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:08 smithi038 conmon[37921]: .14182) 549 : 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-19T23:40:08.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:08 smithi177 conmon[43314]: cluster 2024-02-19T23:40:06.565894+0000 mgr.smithi038.xcqglv (mgr.14182) 549 : 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-19T23:40:08.795 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:40:08.795 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:40:09.440 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:40:10.441 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:40:10.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:10 smithi177 conmon[43314]: cluster 2024-02-19T23:40:08.566473+0000 mgr.smithi038.xcqglv (mgr.14182) 550 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:40:10.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:10 smithi177 conmon[43314]: audit 2024-02-19T23:40:08.787907+0000 mgr.smithi038.xcqglv (mgr.14182) 551 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:10.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:10 smithi038 conmon[37921]: cluster 2024-02-19T23:40:08.566473+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:40:10.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:10 smithi038 conmon[37921]: .14182) 550 : cluster [DBG] pgmap v404: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:40:10.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:10 smithi038 conmon[37921]: audit 2024-02-19T23:40:08.787907+0000 mgr.smithi038.xcqglv (mgr.14182) 551 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:12.515 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:40:12.515 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:40:12.748 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:12 smithi038 conmon[37921]: cluster 2024-02-19T23:40:10.567095+0000 mgr.smithi038.xcqglv (mgr.14182) 552 2024-02-19T23:40:12.748 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:12 smithi038 conmon[37921]: : 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-19T23:40:12.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:12 smithi177 conmon[43314]: cluster 2024-02-19T23:40:10.567095+0000 mgr.smithi038.xcqglv (mgr.14182) 552 : 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-19T23:40:13.148 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:40:13.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:13 smithi177 conmon[43314]: audit 2024-02-19T23:40:12.507258+0000 mgr.smithi038.xcqglv (mgr.14182) 553 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:13.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:13 smithi038 conmon[37921]: audit 2024-02-19T23:40:12.507258+0000 mgr.smithi038.xcqglv (mgr.14182) 553 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:14.149 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:40:14.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:14 smithi177 conmon[43314]: cluster 2024-02-19T23:40:12.567914+0000 mgr.smithi038.xcqglv (mgr.14182) 554 : cluster [DBG] pgmap v406: 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-19T23:40:14.819 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:14 smithi038 conmon[37921]: cluster 2024-02-19T23:40:12.567914+0000 mgr.smithi038.xcqglv (mgr.14182) 554 : cluster [DBG] pgmap v406: 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-19T23:40:16.170 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:40:16.171 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:40:16.793 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:16 smithi038 conmon[37921]: cluster 2024-02-19T23:40:14.568458+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:40:16.794 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:16 smithi038 conmon[37921]: .14182) 555 : 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-19T23:40:16.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:16 smithi177 conmon[43314]: cluster 2024-02-19T23:40:14.568458+0000 mgr.smithi038.xcqglv (mgr.14182) 555 : 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-19T23:40:16.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:40:17.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:17 smithi177 conmon[43314]: audit 2024-02-19T23:40:16.163484+0000 mgr.smithi038.xcqglv (mgr.14182) 556 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:17.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:17 smithi177 conmon[43314]: 2024-02-19T23:40:17.817 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:40:17.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:17 smithi038 conmon[37921]: audit 2024-02-19T23:40:16.163484+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:40:17.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:17 smithi038 conmon[37921]: ) 556 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:18.619 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:18 smithi038 conmon[37921]: cluster 2024-02-19T23:40:16.569428+0000 mgr.smithi038.xcqglv (mgr.14182) 557 : 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-19T23:40:18.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:18 smithi177 conmon[43314]: cluster 2024-02-19T23:40:16.569428+0000 mgr.smithi038.xcqglv (mgr.14182) 557 : 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-19T23:40:19.900 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:40:19.901 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:23.736200Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:40:20.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:40:20.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:20 smithi177 conmon[43314]: cluster 2024-02-19T23:40:18.570109+0000 mgr.smithi038.xcqglv (mgr.14182) 558 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:40:20.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:20 smithi038 conmon[37921]: cluster 2024-02-19T23:40:18.570109+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:40:20.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:20 smithi038 conmon[37921]: 558 : cluster [DBG] pgmap v409: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:40:21.521 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:40:21.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:21 smithi177 conmon[43314]: audit 2024-02-19T23:40:19.893208+0000 mgr.smithi038.xcqglv (mgr.14182) 559 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:21.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:21 smithi038 conmon[37921]: audit 2024-02-19T23:40:19.893208+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:40:21.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:21 smithi038 conmon[37921]: 14182) 559 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:22.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:22 smithi177 conmon[43314]: cluster 2024-02-19T23:40:20.570629+0000 mgr.smithi038.xcqglv (mgr.14182) 560 : 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-19T23:40:22.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:22 smithi177 conmon[43314]: audit 2024-02-19T23:40:21.723490+0000 mon.smithi038 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.vkyexa"}]: dispatch 2024-02-19T23:40:22.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:22 smithi038 conmon[37921]: cluster 2024-02-19T23:40:20.570629+0000 mgr.smithi038.xcqglv (mgr.14182) 560 : 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-19T23:40:22.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:22 smithi038 conmon[37921]: audit 2024-02-19T23:40:21.723490+0000 mon.smithi038 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.vkyexa"}]: dispatch 2024-02-19T23:40:23.611 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:40:23.611 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:40:23.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: cephadm 2024-02-19T23:40:21.722970+0000 mgr.smithi038.xcqglv (mgr.14182) 561 : cephadm 2024-02-19T23:40:23.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa 2024-02-19T23:40:23.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa 2024-02-19T23:40:23.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa 2024-02-19T23:40:23.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa 2024-02-19T23:40:23.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi177.vkyexa ... 2024-02-19T23:40:23.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:40:23.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:40:23.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:38:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:23.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:39:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:23.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:39:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:23.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: stat: stderr 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-19T23:40:23.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:23.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:40:23.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: Traceback (most recent call last): 2024-02-19T23:40:23.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:40:23.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: yield (conn, connr) 2024-02-19T23:40:23.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:40:23.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: code, '\n'.join(err))) 2024-02-19T23:40:23.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: 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-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa 2024-02-19T23:40:23.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa 2024-02-19T23:40:23.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa 2024-02-19T23:40:23.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa 2024-02-19T23:40:23.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi177.vkyexa ... 2024-02-19T23:40:23.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:40:23.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:40:23.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:38:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:23.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:39:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:23.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:39:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:23.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: stat: stderr 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-19T23:40:23.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:23.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: E 2024-02-19T23:40:23.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: RROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:40:23.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: cephadm 2024-02-19T23:40:21.723168+0000 mgr.smithi038.xcqglv (mgr.14182) 562 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.vkyexa 2024-02-19T23:40:23.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: cephadm 2024-02-19T23:40:21.724129+0000 mgr.smithi038.xcqglv (mgr.14182) 563 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa 2024-02-19T23:40:23.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa 2024-02-19T23:40:23.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa 2024-02-19T23:40:23.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa 2024-02-19T23:40:23.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi177.vkyexa ... 2024-02-19T23:40:23.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:40:23.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:40:23.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:38:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:23.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:39:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:23.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:39:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:23.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: stat: stderr 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-19T23:40:23.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:23.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:40:23.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:23 smithi038 conmon[37921]: cephadm 2024-02-19T23:40:21.725649+0000 mgr.smithi038.xcqglv (mgr.14182) 564 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.dashhf on smithi038 2024-02-19T23:40:24.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: cephadm 2024-02-19T23:40:21.722970+0000 mgr.smithi038.xcqglv (mgr.14182) 561 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa 2024-02-19T23:40:24.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa 2024-02-19T23:40:24.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa 2024-02-19T23:40:24.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa 2024-02-19T23:40:24.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi177.vkyexa ... 2024-02-19T23:40:24.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:40:24.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:40:24.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:38:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:24.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:39:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:24.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:39:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:24.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: stat: stderr 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-19T23:40:24.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:24.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:40:24.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: Traceback (most recent call last): 2024-02-19T23:40:24.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:40:24.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: yield (conn, connr) 2024-02-19T23:40:24.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:40:24.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: code, '\n'.join(err))) 2024-02-19T23:40:24.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: 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-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa 2024-02-19T23:40:24.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa 2024-02-19T23:40:24.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa 2024-02-19T23:40:24.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa 2024-02-19T23:40:24.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi177.vkyexa ... 2024-02-19T23:40:24.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:40:24.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:40:24.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:38:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:24.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:39:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:24.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:39:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:24.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: stat: stderr 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-19T23:40:24.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-02-19T23:40:24.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T23:40:24.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:40:24.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: cephadm 2024-02-19T23:40:21.723168+0000 mgr.smithi038.xcqglv (mgr.14182) 562 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.vkyexa 2024-02-19T23:40:24.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: cephadm 2024-02-19T23:40:21.724129+0000 mgr.smithi038.xcqglv (mgr.14182) 563 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa 2024-02-19T23:40:24.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa 2024-02-19T23:40:24.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa 2024-02-19T23:40:24.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa 2024-02-19T23:40:24.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi177.vkyexa ... 2024-02-19T23:40:24.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:40:24.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:40:24.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:38:25Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:24.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:39:02Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:24.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:39:41Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:24.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: stat: stderr 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-19T23:40:24.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:40:24.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:40:24.048 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: cephadm 2024-02-19T23:40:21.725649+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:40:24.048 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:23 smithi177 conmon[43314]: mgr.14182) 564 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.dashhf on smithi038 2024-02-19T23:40:24.286 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:40:24.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:24 smithi038 conmon[37921]: cluster 2024-02-19T23:40:22.571684+0000 2024-02-19T23:40:24.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:24 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 565 : cluster [DBG] pgmap v411: 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-19T23:40:24.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:24 smithi038 conmon[37921]: audit 2024-02-19T23:40:23.603887+0000 mgr.smithi038.xcqglv (mgr.14182) 566 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:25.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:24 smithi177 conmon[43314]: cluster 2024-02-19T23:40:22.571684+0000 mgr.smithi038.xcqglv (mgr.14182) 565 : cluster [DBG] pgmap v411: 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-19T23:40:25.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:24 smithi177 conmon[43314]: audit 2024-02-19T23:40:23.603887+0000 mgr.smithi038.xcqglv (mgr.14182) 566 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:25.286 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:40:25.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:25 smithi038 conmon[37921]: cluster 2024-02-19T23:40:24.572402+0000 mgr.smithi038.xcqglv (mgr.14182) 567 : 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-19T23:40:26.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:25 smithi177 conmon[43314]: cluster 2024-02-19T23:40:24.572402+0000 mgr.smithi038.xcqglv (mgr.14182) 567 : 2024-02-19T23:40:26.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:25 smithi177 conmon[43314]: 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-19T23:40:27.440 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:40:27.440 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:40:27.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:27 smithi038 conmon[37921]: cluster 2024-02-19T23:40:26.573308+0000 mgr.smithi038.xcqglv (mgr.14182) 568 : cluster 2024-02-19T23:40:27.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:27 smithi038 conmon[37921]: [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-19T23:40:27.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:27 smithi038 conmon[37921]: audit 2024-02-19T23:40:27.432565+0000 mgr.smithi038.xcqglv (mgr.14182) 569 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:28.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:27 smithi177 conmon[43314]: cluster 2024-02-19T23:40:26.573308+0000 mgr.smithi038.xcqglv (mgr.14182) 568 : 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-19T23:40:28.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:27 smithi177 conmon[43314]: audit 2024-02-19T 2024-02-19T23:40:28.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:27 smithi177 conmon[43314]: 23:40:27.432565+0000 mgr.smithi038.xcqglv (mgr.14182) 569 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:28.087 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:40:29.089 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:40:30.013 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:29 smithi038 conmon[37921]: cluster 2024-02-19T23:40:28.573885+0000 mgr.smithi038.xcqglv (mgr.14182) 570 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:40:30.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:29 smithi177 conmon[43314]: cluster 2024-02-19T23:40:28.573885+0000 mgr.smithi038.xcqglv (mgr.14182) 570 : cluster [DBG] pgmap v414: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:40:31.148 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:40:31.148 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:40:31.819 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:31 smithi038 conmon[37921]: cluster 2024-02-19T23:40:30.574572+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:40:31.820 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:31 smithi038 conmon[37921]: 571 : 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-19T23:40:31.820 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:31 smithi038 conmon[37921]: audit 2024-02-19T23:40:31.140397+0000 mgr.smithi038.xcqglv (mgr.14182) 572 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:31.844 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:40:32.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:31 smithi177 conmon[43314]: cluster 2024-02-19T23:40:30.574572+0000 mgr.smithi038.xcqglv (mgr.14182) 571 : 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-19T23:40:32.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:31 smithi177 conmon[43314]: audit 2024-02-19T23:40:31.140397+0000 mgr.smithi038.xcqglv (mgr.14182) 572 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:32.845 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:40:34.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:33 smithi177 conmon[43314]: cluster 2024-02-19T23:40:32.575703+0000 mgr.smithi038.xcqglv (mgr.14182) 573 : cluster [DBG] pgmap v416: 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-19T23:40:34.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:33 smithi038 conmon[37921]: cluster 2024-02-19T23:40:32.575703+0000 mgr.smithi038.xcqglv (mgr.14182) 573 : cluster [DBG] pgmap v416: 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-19T23:40:34.884 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:40:34.884 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:40:35.486 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:40:35.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:35 smithi038 conmon[37921]: cluster 2024-02-19T23:40:34.576397+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:40:35.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:35 smithi038 conmon[37921]: 574 : 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-19T23:40:35.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:35 smithi038 conmon[37921]: audit 2024-02-19T23:40:34.876847+0000 mgr.smithi038.xcqglv (mgr.14182) 575 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:36.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:35 smithi177 conmon[43314]: cluster 2024-02-19T23:40:34.576397+0000 mgr.smithi038.xcqglv (mgr.14182) 574 : 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-19T23:40:36.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:35 smithi177 conmon[43314]: audit 2024-02-19T23:40:34.876847+0000 mgr.smithi038.xcqglv (mgr.14182) 575 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:36.487 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:40:38.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:37 smithi177 conmon[43314]: cluster 2024-02-19T23:40:36.577299+0000 mgr.smithi038.xcqglv (mgr.14182) 576 : 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-19T23:40:38.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:37 smithi038 conmon[37921]: cluster 2024-02-19T23:40:36.577299+0000 mgr.smithi038.xcqglv (mgr.14182) 576 : 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-19T23:40:38.595 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:40:38.595 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:40:39.312 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:40:40.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:39 smithi177 conmon[43314]: cluster 2024-02-19T23:40:38.577843+0000 mgr.smithi038.xcqglv (mgr.14182) 577 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:40:40.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:39 smithi177 conmon[43314]: audit 2024-02-19T23:40:38.588290+0000 mgr.smithi038.xcqglv (mgr.14182) 578 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:40.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:39 smithi038 conmon[37921]: cluster 2024-02-19T23:40:38.577843+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:40:40.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:39 smithi038 conmon[37921]: mgr.14182) 577 : cluster [DBG] pgmap v419: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:40:40.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:39 smithi038 conmon[37921]: audit 2024-02-19T23:40:38.588290+0000 mgr.smithi038.xcqglv (mgr.14182) 578 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:40.312 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:40:41.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:41 smithi038 conmon[37921]: cluster 2024-02-19T23:40:40.578477+0000 mgr.smithi038.xcqglv (mgr.14182) 579 : 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-19T23:40:42.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:41 smithi177 conmon[43314]: cluster 2024-02-19T23:40:40.578477+0000 mgr.smithi038.xcqglv (mgr.14182) 579 : 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-19T23:40:42.487 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:40:42.487 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:40:42.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:42 smithi038 conmon[37921]: audit 2024-02-19T23:40:42.479485+0000 mgr.smithi038.xcqglv (mgr.14182) 580 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:43.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:42 smithi177 conmon[43314]: audit 2024-02-19T23:40:42.479485+0000 mgr.smithi038.xcqglv (mgr.14182) 580 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:43.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:42 smithi177 conmon[43314]: 2024-02-19T23:40:43.091 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:40:44.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:43 smithi177 conmon[43314]: cluster 2024-02-19T23:40:42.579517+0000 mgr.smithi038.xcqglv (mgr.14182) 581 : cluster [DBG] pgmap v421: 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-19T23:40:44.092 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:40:44.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:43 smithi038 conmon[37921]: cluster 2024-02-19T23:40:42.579517+0000 mgr.smithi038.xcqglv (mgr.14182) 581 : cluster [DBG] pgmap v421: 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-19T23:40:45.733 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:45 smithi038 conmon[37921]: cluster 2024-02-19T23:40:44.580232+0000 mgr.smithi038.xcqglv (mgr.14182) 582 : 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-19T23:40:46.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:45 smithi177 conmon[43314]: cluster 2024-02-19T23:40:44.580232+0000 mgr.smithi038.xcqglv (mgr.14182) 582 : 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-19T23:40:46.164 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:40:46.164 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:40:46.826 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:40:47.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:46 smithi177 conmon[43314]: audit 2024-02-19T23:40:46.156592+0000 mgr.smithi038.xcqglv (mgr.14182) 583 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:47.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:46 smithi038 conmon[37921]: audit 2024-02-19T23:40:46.156592+0000 mgr.smithi038.xcqglv 2024-02-19T23:40:47.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:46 smithi038 conmon[37921]: (mgr.14182) 583 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:47.827 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:40:48.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:47 smithi177 conmon[43314]: cluster 2024-02-19T23:40:46.581110+0000 mgr.smithi038.xcqglv (mgr.14182) 584 : 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-19T23:40:48.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:47 smithi038 conmon[37921]: cluster 2024-02-19T23:40:46.581110+0000 mgr.smithi038.xcqglv (mgr.14182) 584 : 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-19T23:40:49.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:49 smithi038 conmon[37921]: cluster 2024-02-19T23:40:48.581745+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:40:49.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:49 smithi038 conmon[37921]: 14182) 585 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:40:49.906 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:40:49.907 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:40:50.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:49 smithi177 conmon[43314]: cluster 2024-02-19T23:40:48.581745+0000 mgr.smithi038.xcqglv (mgr.14182) 585 : cluster [DBG] pgmap v424: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:40:50.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:40:50.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:50 smithi038 conmon[37921]: audit 2024-02-19T23:40:49.898872+0000 mgr.smithi038.xcqglv (mgr.14182) 586 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:51.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:50 smithi177 conmon[43314]: audit 2024-02-19T23:40:49.898872+0000 mgr.smithi038.xcqglv (mgr.14182) 586 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:51.525 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:40:51.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:51 smithi038 conmon[37921]: cluster 2024-02-19T23:40:50.582417+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:40:51.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:51 smithi038 conmon[37921]: ) 587 : 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-19T23:40:52.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:51 smithi177 conmon[43314]: cluster 2024-02-19T23:40:50.582417+0000 mgr.smithi038.xcqglv (mgr.14182) 587 : 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-19T23:40:53.698 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:40:53.698 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:40:54.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:53 smithi177 conmon[43314]: cluster 2024-02-19T23:40:52.583444+0000 mgr.smithi038.xcqglv (mgr.14182) 588 : cluster [DBG] pgmap v426: 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-19T23:40:54.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:53 smithi038 conmon[37921]: cluster 2024-02-19T23:40:52.583444+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:40:54.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:53 smithi038 conmon[37921]: .14182) 588 : cluster [DBG] pgmap v426: 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-19T23:40:54.322 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:40:55.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:54 smithi177 conmon[43314]: audit 2024-02-19T23:40:53.690351+0000 mgr.smithi038.xcqglv (mgr.14182) 589 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:55.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:54 smithi038 conmon[37921]: audit 2024-02-19T23:40:53.690351+0000 mgr.smithi038.xcqglv (mgr.14182) 589 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:55.323 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:40:56.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:55 smithi177 conmon[43314]: cluster 2024-02-19T23:40:54.583997+0000 mgr.smithi038.xcqglv (mgr.14182) 590 : 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-19T23:40:56.081 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:55 smithi038 conmon[37921]: cluster 2024-02-19T23:40:54.583997+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:40:56.082 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:55 smithi038 conmon[37921]: mgr.14182) 590 : 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-19T23:40:57.323 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:40:57.324 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:40:57.923 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:40:58.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:57 smithi177 conmon[43314]: cluster 2024-02-19T23:40:56.584836+0000 mgr.smithi038.xcqglv (mgr.14182) 591 : 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-19T23:40:58.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:57 smithi177 conmon[43314]: audit 2024-02-19T23:40:57.315819+0000 mgr.smithi038.xcqglv (mgr.14182) 592 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:58.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:57 smithi038 conmon[37921]: cluster 2024-02-19T23:40:56.584836+0000 mgr.smithi038.xcqglv (mgr.14182) 591 : 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-19T23:40:58.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:57 smithi038 conmon[37921]: audit 2024-02-19T23:40:57.315819+0000 mgr.smithi038.xcqglv (mgr.14182) 592 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:58.924 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:00.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:40:59 smithi177 conmon[43314]: cluster 2024-02-19T23:40:58.585602+0000 mgr.smithi038.xcqglv (mgr.14182) 593 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:00.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:59 smithi038 conmon[37921]: cluster 2024-02-19T23:40:58.585602+0000 mgr.smithi038.xcqglv (mgr.14182) 593 : cluster [DBG] pgmap v429: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:00.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:40:59 smithi038 conmon[37921]: 2024-02-19T23:41:00.956 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:41:00.956 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:41:01.647 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:01.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:01 smithi038 conmon[37921]: cluster 2024-02-19T23:41:00.586312+0000 mgr.smithi038.xcqglv (mgr.14182) 594 : 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-19T23:41:01.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:01 smithi038 conmon[37921]: audit 2024-02-19T23:41:00.948449+0000 mgr.smithi038.xcqglv (mgr.14182) 595 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:02.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:01 smithi177 conmon[43314]: cluster 2024-02-19T23:41:00.586312+0000 mgr.smithi038.xcqglv (mgr.14182) 594 : 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-19T23:41:02.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:01 smithi177 conmon[43314]: audit 2024-02-19T23:41:00.948449+0000 mgr.smithi038.xcqglv (mgr.14182) 595 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:02.648 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:03.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:03 smithi038 conmon[37921]: cluster 2024-02-19T23:41:02.587527+0000 mgr.smithi038.xcqglv (mgr.14182) 596 : cluster [DBG] pgmap v431: 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-19T23:41:04.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:03 smithi177 conmon[43314]: cluster 2024-02-19T23:41:02.587527+0000 mgr.smithi038.xcqglv (mgr.14182) 596 : cluster [DBG] pgmap v431: 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-19T23:41:04.716 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:41:04.716 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:41:05.448 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:06.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:05 smithi177 conmon[43314]: cluster 2024-02-19T23:41:04.588159+0000 mgr.smithi038.xcqglv (mgr.14182) 597 : cluster [DBG] 2024-02-19T23:41:06.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:05 smithi177 conmon[43314]: 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-19T23:41:06.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:05 smithi177 conmon[43314]: audit 2024-02-19T23:41:04.707613+0000 mgr.smithi038.xcqglv (mgr.14182) 598 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:06.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:05 smithi038 conmon[37921]: cluster 2024-02-19T23:41:04.588159+0000 mgr.smithi038.xcqglv (mgr.14182) 597 : 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-19T23:41:06.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:05 smithi038 conmon[37921]: audit 2024-02-19T23:41:04.707613+0000 mgr.smithi038.xcqglv (mgr.14182) 598 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:06.449 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:08.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:07 smithi177 conmon[43314]: cluster 2024-02-19T23:41:06.588985+0000 mgr.smithi038.xcqglv (mgr.14182) 599 : 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-19T23:41:08.071 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:07 smithi038 conmon[37921]: cluster 2024-02-19T23:41:06.588985+0000 mgr.smithi038.xcqglv (mgr.14182) 599 : cluster [DBG] 2024-02-19T23:41:08.071 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:07 smithi038 conmon[37921]: 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-19T23:41:08.504 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:41:08.504 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:41:09.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:08 smithi177 conmon[43314]: audit 2024-02-19T23:41:08.496519+0000 mgr.smithi038.xcqglv (mgr.14182) 600 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:09.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:08 smithi038 conmon[37921]: audit 2024-02-19T23:41:08.496519+0000 mgr.smithi038.xcqglv (mgr.14182) 600 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:09.205 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:10.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:09 smithi177 conmon[43314]: cluster 2024-02-19T23:41:08.589520+0000 mgr.smithi038.xcqglv (mgr.14182) 601 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:10.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:09 smithi038 conmon[37921]: cluster 2024-02-19T23:41:08.589520+0000 mgr.smithi038.xcqglv (mgr.14182) 601 : cluster [DBG] pgmap v434: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:10.206 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:12.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:11 smithi038 conmon[37921]: cluster 2024-02-19T23:41:10.590215+0000 2024-02-19T23:41:12.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:11 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 602 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:12.287 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:41:12.288 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:41:12.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:11 smithi177 conmon[43314]: cluster 2024-02-19T23:41:10.590215+0000 mgr.smithi038.xcqglv (mgr.14182) 602 : cluster [DBG] pgmap v435: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:12.971 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:13.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:12 smithi038 conmon[37921]: audit 2024-02-19T23:41:12.279475+0000 mgr.smithi038.xcqglv (mgr.14182) 603 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:13.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:12 smithi177 conmon[43314]: audit 2024-02-19T23:41:12.279475+0000 mgr.smithi038.xcqglv (mgr.14182) 603 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:13.972 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:14.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:13 smithi038 conmon[37921]: cluster 2024-02-19T23:41:12.591336+0000 mgr.smithi038.xcqglv (mgr.14182) 604 2024-02-19T23:41:14.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:13 smithi038 conmon[37921]: : cluster [DBG] pgmap v436: 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-19T23:41:14.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:13 smithi177 conmon[43314]: cluster 2024-02-19T23:41:12.591336+0000 mgr.smithi038.xcqglv (mgr.14182) 604 : cluster [DBG] pgmap v436: 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-19T23:41:15.954 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:41:15.954 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:41:16.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:15 smithi038 conmon[37921]: cluster 2024-02-19T23:41:14.591867+0000 mgr.smithi038.xcqglv (mgr.14182) 605 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:16.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:15 smithi177 conmon[43314]: cluster 2024-02-19T23:41:14.591867+0000 mgr.smithi038.xcqglv (mgr.14182) 605 : cluster [DBG] pgmap v437: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:16.597 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:16.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:16 smithi038 conmon[37921]: audit 2024-02-19T23:41:15.945346+0000 mgr.smithi038.xcqglv (mgr.14182) 606 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:17.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:16 smithi177 conmon[43314]: audit 2024-02-19T23:41:15.945346+0000 mgr.smithi038.xcqglv (mgr.14182) 606 : audit [DBG] 2024-02-19T23:41:17.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:16 smithi177 conmon[43314]: from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:17.598 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:18.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:17 smithi038 conmon[37921]: cluster 2024-02-19T23:41:16.592899+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:41:18.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:17 smithi038 conmon[37921]: 14182) 607 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:18.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:17 smithi177 conmon[43314]: cluster 2024-02-19T23:41:16.592899+0000 mgr.smithi038.xcqglv (mgr.14182) 607 : cluster [DBG] pgmap v438: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:19.766 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:41:19.766 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:41:20.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:19 smithi038 conmon[37921]: cluster 2024-02-19T23:41:18.593722+0000 mgr.smithi038.xcqglv (mgr.14182) 608 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:20.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:19 smithi177 conmon[43314]: cluster 2024-02-19T23:41:18.593722+0000 mgr.smithi038.xcqglv (mgr.14182) 608 : cluster [DBG] pgmap v439: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:20.352 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:21.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:20 smithi038 conmon[37921]: audit 2024-02-19T23:41:19.757723+0000 mgr.smithi038.xcqglv (mgr.14182) 609 : audit [DBG] from='client.24929 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:21.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:20 smithi177 conmon[43314]: audit 2024-02-19T23:41:19.757723+0000 mgr.smithi038.xcqglv (mgr.14182) 609 : audit [DBG] from='client.24929 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:21.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:20 smithi177 conmon[43314]: 2024-02-19T23:41:21.353 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:22.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:21 smithi038 conmon[37921]: cluster 2024-02-19T23:41:20.594289+0000 mgr.smithi038.xcqglv (mgr.14182) 610 : cluster 2024-02-19T23:41:22.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:21 smithi038 conmon[37921]: [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:22.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:21 smithi177 conmon[43314]: cluster 2024-02-19T23:41:20.594289+0000 mgr.smithi038.xcqglv (mgr.14182) 610 : cluster [DBG] pgmap v440: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:23.385 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:41:23.385 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:41:24.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:24.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:23 smithi177 conmon[43314]: cluster 2024-02-19T23:41:22.595221+0000 mgr.smithi038.xcqglv (mgr.14182) 611 : cluster [DBG] pgmap v441: 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-19T23:41:24.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:23 smithi177 conmon[43314]: audit 2024-02-19 2024-02-19T23:41:24.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:23 smithi177 conmon[43314]: T23:41:23.376780+0000 mgr.smithi038.xcqglv (mgr.14182) 612 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:24.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:23 smithi038 conmon[37921]: cluster 2024-02-19T23:41:22.595221+0000 mgr.smithi038.xcqglv (mgr.14182) 611 : cluster [DBG] pgmap v441: 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-19T23:41:24.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:23 smithi038 conmon[37921]: audit 2024-02-19T23:41:23.376780+0000 mgr.smithi038.xcqglv (mgr.14182) 612 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:25.062 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:26.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:25 smithi177 conmon[43314]: cluster 2024-02-19T23:41:24.595831+0000 mgr.smithi038.xcqglv (mgr.14182) 613 : 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-19T23:41:26.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:25 smithi038 conmon[37921]: cluster 2024-02-19T23:41:24.595831+0000 mgr.smithi038.xcqglv (mgr.14182) 613 : cluster [DBG] 2024-02-19T23:41:26.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:25 smithi038 conmon[37921]: 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-19T23:41:27.049 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:41:27.049 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:41:27.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:28.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:27 smithi038 conmon[37921]: cluster 2024-02-19T23:41:26.596782+0000 mgr.smithi038.xcqglv (mgr.14182) 614 : 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-19T23:41:28.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:27 smithi038 conmon[37921]: audit 2024-02-19T23:41:27.040954+0000 mgr.smithi038.xcqglv (mgr.14182) 615 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:28.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:27 smithi177 conmon[43314]: cluster 2024-02-19T23:41:26.596782+0000 mgr.smithi038.xcqglv (mgr.14182) 614 : 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-19T23:41:28.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:27 smithi177 conmon[43314]: audit 2024-02-19T23:41:27.040954+0000 mgr.smithi038.xcqglv (mgr.14182) 615 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:28.644 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:30.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:29 smithi038 conmon[37921]: cluster 2024-02-19T23:41:28.597461+0000 mgr.smithi038.xcqglv (mgr.14182) 616 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:30.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:29 smithi177 conmon[43314]: cluster 2024-02-19T23:41:28.597461+0000 mgr.smithi038.xcqglv (mgr.14182) 616 : cluster [DBG] pgmap v444: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:30.713 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:41:30.713 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:41:31.419 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:32.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:31 smithi177 conmon[43314]: cluster 2024-02-19T23:41:30.597929+0000 mgr.smithi038.xcqglv (mgr.14182) 617 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:32.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:31 smithi177 conmon[43314]: audit 2024-02-19T23:41:30.705215+0000 mgr.smithi038.xcqglv (mgr.14182) 618 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:32.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:31 smithi038 conmon[37921]: cluster 2024-02-19T23:41:30.597929+0000 mgr.smithi038.xcqglv (mgr.14182) 617 : cluster [DBG] pgmap v445: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:32.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:31 smithi038 conmon[37921]: audit 2024-02-19T23:41:30.705215+0000 mgr.smithi038.xcqglv (mgr.14182) 618 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:32.420 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:34.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:33 smithi038 conmon[37921]: cluster 2024-02-19T23:41:32.598743+0000 mgr.smithi038.xcqglv (mgr.14182) 619 : cluster [DBG] 2024-02-19T23:41:34.003 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:33 smithi038 conmon[37921]: pgmap v446: 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-19T23:41:34.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:33 smithi177 conmon[43314]: cluster 2024-02-19T23:41:32.598743+0000 mgr.smithi038.xcqglv (mgr.14182) 619 : cluster [DBG] pgmap v446: 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-19T23:41:34.445 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:41:34.445 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:41:35.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:34 smithi177 conmon[43314]: audit 2024-02-19T23:41:34.436438+0000 mgr.smithi038.xcqglv (mgr.14182) 620 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:35.101 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:35.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:34 smithi038 conmon[37921]: audit 2024-02-19T23:41:34.436438+0000 mgr.smithi038.xcqglv (mgr.14182) 620 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:36.102 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:36.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:35 smithi177 conmon[43314]: cluster 2024-02-19T23:41:34.599308+0000 mgr.smithi038.xcqglv (mgr.14182) 621 : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:36.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:35 smithi038 conmon[37921]: cluster 2024-02-19T23:41:34.599308+0000 mgr.smithi038.xcqglv (mgr.14182) 621 2024-02-19T23:41:36.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:35 smithi038 conmon[37921]: : cluster [DBG] pgmap v447: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:38.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:37 smithi038 conmon[37921]: cluster 2024-02-19T23:41:36.600207+0000 mgr.smithi038.xcqglv (mgr.14182) 622 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:38.123 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:41:38.123 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:41:38.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:37 smithi177 conmon[43314]: cluster 2024-02-19T23:41:36.600207+0000 mgr.smithi038.xcqglv (mgr.14182) 622 : cluster [DBG] pgmap v448: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:38.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:37 smithi177 conmon[43314]: 2024-02-19T23:41:38.783 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:39.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:38 smithi038 conmon[37921]: audit 2024-02-19T23:41:38.115715+0000 mgr.smithi038.xcqglv (mgr.14182) 623 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:39.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:38 smithi177 conmon[43314]: audit 2024-02-19T23:41:38.115715+0000 mgr.smithi038.xcqglv (mgr.14182) 623 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:39.785 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:40.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:39 smithi038 conmon[37921]: cluster 2024-02-19T23:41:38.600854+0000 mgr.smithi038.xcqglv (mgr.14182) 624 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:40.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:39 smithi177 conmon[43314]: cluster 2024-02-19T23:41:38.600854+0000 mgr.smithi038.xcqglv (mgr.14182) 624 : cluster [DBG] pgmap v449: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:41.853 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:41:41.854 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:41:42.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:41 smithi177 conmon[43314]: cluster 2024-02-19T23:41:40.601478+0000 mgr.smithi038.xcqglv (mgr.14182) 625 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:42.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:41 smithi038 conmon[37921]: cluster 2024-02-19T23:41:40.601478+0000 2024-02-19T23:41:42.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:41 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 625 : cluster [DBG] pgmap v450: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:42.510 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:43.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:42 smithi177 conmon[43314]: audit 2024-02-19T23:41:41.845888+0000 mgr.smithi038.xcqglv (mgr.14182) 626 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:43.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:42 smithi038 conmon[37921]: audit 2024-02-19T23:41:41.845888+0000 mgr.smithi038.xcqglv (mgr.14182) 626 : audit [DBG] 2024-02-19T23:41:43.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:42 smithi038 conmon[37921]: from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:43.512 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:44.240 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:43 smithi038 conmon[37921]: cluster 2024-02-19T23:41:42.602440+0000 mgr.smithi038.xcqglv (mgr.14182) 627 : cluster 2024-02-19T23:41:44.240 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:43 smithi038 conmon[37921]: [DBG] pgmap v451: 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-19T23:41:44.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:43 smithi177 conmon[43314]: cluster 2024-02-19T23:41:42.602440+0000 mgr.smithi038.xcqglv (mgr.14182) 627 : cluster [DBG] pgmap v451: 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-19T23:41:45.527 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:41:45.527 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:41:46.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:46.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:45 smithi177 conmon[43314]: cluster 2024-02-19T23:41:44.603162+0000 mgr.smithi038.xcqglv (mgr.14182) 628 : cluster [DBG] 2024-02-19T23:41:46.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:45 smithi177 conmon[43314]: 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-19T23:41:46.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:45 smithi177 conmon[43314]: audit 2024-02-19T23:41:45.518613+0000 mgr.smithi038.xcqglv (mgr.14182) 629 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:46.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:45 smithi038 conmon[37921]: cluster 2024-02-19T23:41:44.603162+0000 mgr.smithi038.xcqglv (mgr.14182) 628 : 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-19T23:41:46.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:45 smithi038 conmon[37921]: audit 2024-02-19T23:41:45.518613+0000 mgr.smithi038.xcqglv (mgr.14182) 629 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:47.193 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:48.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:47 smithi177 conmon[43314]: cluster 2024-02-19T23:41:46.603983+0000 mgr.smithi038.xcqglv (mgr.14182) 630 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:48.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:47 smithi038 conmon[37921]: cluster 2024-02-19T23:41:46.603983+0000 mgr.smithi038.xcqglv (mgr.14182) 630 : cluster [DBG] pgmap v453: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:49.193 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:41:49.193 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:41:49.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:50.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:49 smithi038 conmon[37921]: cluster 2024-02-19T23:41:48.604584+0000 mgr.smithi038.xcqglv (mgr.14182) 631 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:50.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:49 smithi038 conmon[37921]: audit 2024-02-19T23:41:49.184778+0000 mgr.smithi038.xcqglv (mgr.14182) 632 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:50.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:49 smithi177 conmon[43314]: cluster 2024-02-19T23:41:48.604584+0000 mgr.smithi038.xcqglv (mgr.14182) 631 : cluster [DBG] pgmap v454: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:50.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:49 smithi177 conmon[43314]: audit 2024-02-19T23:41:49.184778+0000 mgr.smithi038.xcqglv (mgr.14182) 632 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:50.867 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:52.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:51 smithi038 conmon[37921]: cluster 2024-02-19T23:41:50.605176+0000 mgr.smithi038.xcqglv (mgr.14182) 633 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:52.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:51 smithi177 conmon[43314]: cluster 2024-02-19T23:41:50.605176+0000 mgr.smithi038.xcqglv (mgr.14182) 633 : cluster [DBG] pgmap v455: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:52.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:51 smithi177 conmon[43314]: 2024-02-19T23:41:52.959 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:41:52.959 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:41:53.649 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:54.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:53 smithi177 conmon[43314]: cluster 2024-02-19T23:41:52.606374+0000 mgr.smithi038.xcqglv (mgr.14182) 634 : cluster [DBG] pgmap v456: 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-19T23:41:54.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:53 smithi177 conmon[43314]: audit 2024-02-19T23:41:52.950439+0000 mgr.smithi038.xcqglv (mgr.14182) 635 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:54.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:53 smithi038 conmon[37921]: cluster 2024-02-19T23:41:52.606374+0000 mgr.smithi038.xcqglv (mgr.14182) 634 : cluster [DBG] pgmap v456: 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-19T23:41:54.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:53 smithi038 conmon[37921]: audit 2024-02-19T23:41:52.950439+0000 mgr.smithi038.xcqglv (mgr.14182) 635 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:54.649 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:56.264 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:55 smithi038 conmon[37921]: cluster 2024-02-19T23:41:54.606891+0000 mgr.smithi038.xcqglv (mgr.14182) 636 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:56.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:55 smithi177 conmon[43314]: cluster 2024-02-19T23:41:54.606891+0000 mgr.smithi038.xcqglv (mgr.14182) 636 : cluster [DBG] pgmap v457: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:56.661 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:41:56.662 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:41:57.325 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:58.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:57 smithi177 conmon[43314]: cluster 2024-02-19T23:41:56.607694+0000 mgr.smithi038.xcqglv (mgr.14182) 637 : cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:58.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:57 smithi177 conmon[43314]: audit 2024-02-19T23:41:56.653437+0000 mgr.smithi038.xcqglv (mgr.14182) 638 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:58.326 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:58.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:57 smithi038 conmon[37921]: cluster 2024-02-19T23:41:56.607694+0000 mgr.smithi038.xcqglv (mgr.14182) 637 : 2024-02-19T23:41:58.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:57 smithi038 conmon[37921]: cluster [DBG] pgmap v458: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:41:58.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:57 smithi038 conmon[37921]: audit 2024-02-19T23:41:56.653437+0000 mgr.smithi038.xcqglv (mgr.14182) 638 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:00.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:41:59 smithi177 conmon[43314]: cluster 2024-02-19T23:41:58.608273+0000 mgr.smithi038.xcqglv (mgr.14182) 639 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:42:00.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:41:59 smithi038 conmon[37921]: cluster 2024-02-19T23:41:58.608273+0000 mgr.smithi038.xcqglv (mgr.14182) 639 : cluster [DBG] pgmap v459: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:42:00.353 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:42:00.353 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:42:01.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:01.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:00 smithi177 conmon[43314]: audit 2024-02-19T23:42:00.344921+0000 mgr.smithi038.xcqglv (mgr.14182) 640 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:01.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:00 smithi038 conmon[37921]: audit 2024-02-19T23:42 2024-02-19T23:42:01.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:00 smithi038 conmon[37921]: :00.344921+0000 mgr.smithi038.xcqglv (mgr.14182) 640 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:02.091 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:02.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:01 smithi177 conmon[43314]: cluster 2024-02-19T23:42:00.608863+0000 mgr.smithi038.xcqglv (mgr.14182) 641 : cluster [DBG] pgmap v460: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:42:02.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:01 smithi038 conmon[37921]: cluster 2024-02-19T23:42:00.608863+0000 mgr.smithi038.xcqglv (mgr.14182) 641 : cluster [DBG] 2024-02-19T23:42:02.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:01 smithi038 conmon[37921]: pgmap v460: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:42:04.127 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:42:04.127 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:42:04.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:03 smithi177 conmon[43314]: cluster 2024-02-19T23:42:02.609894+0000 mgr.smithi038.xcqglv (mgr.14182) 642 : cluster [DBG] pgmap v461: 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-19T23:42:04.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:03 smithi038 conmon[37921]: cluster 2024-02-19T23:42:02.609894+0000 mgr.smithi038.xcqglv (mgr.14182) 642 : cluster [DBG] pgmap v461: 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-19T23:42:04.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:05.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:04 smithi038 conmon[37921]: audit 2024-02-19T23:42:04.118084+0000 mgr.smithi038.xcqglv (mgr.14182) 643 : audit 2024-02-19T23:42:05.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:04 smithi038 conmon[37921]: [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:05.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:04 smithi177 conmon[43314]: audit 2024-02-19T23:42:04.118084+0000 mgr.smithi038.xcqglv (mgr.14182) 643 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:05.783 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:06.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:05 smithi038 conmon[37921]: cluster 2024-02-19T23:42:04.610515+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:42:06.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:05 smithi038 conmon[37921]: 644 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:42:06.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:05 smithi177 conmon[43314]: cluster 2024-02-19T23:42:04.610515+0000 mgr.smithi038.xcqglv (mgr.14182) 644 : cluster [DBG] pgmap v462: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:42:07.913 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:42:07.913 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:42:08.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:08 smithi177 conmon[43314]: cluster 2024-02-19T23:42:06.611652+0000 mgr.smithi038.xcqglv (mgr.14182) 645 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:42:08.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:08 smithi038 conmon[37921]: cluster 2024-02-19T23:42:06.611652+0000 mgr.smithi038.xcqglv (mgr.14182) 645 : cluster [DBG] pgmap v463: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:42:08.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:09.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:09 smithi177 conmon[43314]: audit 2024-02-19T23:42:07.904758+0000 mgr.smithi038.xcqglv (mgr.14182) 646 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:09.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:09 smithi038 conmon[37921]: audit 2024-02-19T23:42:07.904758+0000 mgr.smithi038.xcqglv (mgr.14182) 646 : audit 2024-02-19T23:42:09.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:09 smithi038 conmon[37921]: [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:09.590 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:10.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:10 smithi177 conmon[43314]: cluster 2024-02-19T23:42:08.612331+0000 mgr.smithi038.xcqglv (mgr.14182) 647 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:42:10.335 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:10 smithi038 conmon[37921]: cluster 2024-02-19T23:42:08.612331+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:42:10.335 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:10 smithi038 conmon[37921]: 14182) 647 : cluster [DBG] pgmap v464: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:42:11.709 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:42:11.709 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:42:12.290 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:12 smithi038 conmon[37921]: cluster 2024-02-19T23:42:10.612950+0000 mgr.smithi038.xcqglv (mgr.14182) 648 : cluster [DBG] 2024-02-19T23:42:12.290 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:12 smithi038 conmon[37921]: pgmap v465: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:42:12.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:12 smithi177 conmon[43314]: cluster 2024-02-19T23:42:10.612950+0000 mgr.smithi038.xcqglv (mgr.14182) 648 : cluster [DBG] pgmap v465: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:42:12.314 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:13.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:13 smithi177 conmon[43314]: audit 2024-02-19T23:42:11.701002+0000 mgr.smithi038.xcqglv (mgr.14182) 649 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:13.315 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:13.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:13 smithi038 conmon[37921]: audit 2024-02-19T23:42:11.701002+0000 mgr.smithi038.xcqglv (mgr.14182) 649 : 2024-02-19T23:42:13.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:13 smithi038 conmon[37921]: audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:14.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:14 smithi038 conmon[37921]: cluster 2024-02-19T23:42:12.613892+0000 mgr.smithi038.xcqglv (mgr.14182) 650 : cluster [DBG] pgmap v466: 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-19T23:42:14.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:14 smithi177 conmon[43314]: cluster 2024-02-19T23:42:12.613892+0000 mgr.smithi038.xcqglv (mgr.14182) 650 : cluster [DBG] pgmap v466: 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-19T23:42:15.465 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:42:15.465 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:42:16.163 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:16.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:16 smithi038 conmon[37921]: cluster 2024-02-19T23:42:14.614564+0000 mgr.smithi038.xcqglv (mgr.14182) 651 : cluster 2024-02-19T23:42:16.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:16 smithi038 conmon[37921]: [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-19T23:42:16.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:16 smithi038 conmon[37921]: audit 2024-02-19T23:42:15.457117+0000 mgr.smithi038.xcqglv (mgr.14182) 652 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:16.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:16 smithi177 conmon[43314]: cluster 2024-02-19T23:42:14.614564+0000 mgr.smithi038.xcqglv (mgr.14182) 651 : 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-19T23:42:16.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:16 smithi177 conmon[43314]: audit 2024-02-19T23:42:15.457117+0000 mgr.smithi038.xcqglv (mgr.14182) 652 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:17.163 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:18.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:18 smithi038 conmon[37921]: cluster 2024-02-19T23:42:16.615597+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:42:18.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:18 smithi038 conmon[37921]: 653 : 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-19T23:42:18.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:18 smithi177 conmon[43314]: cluster 2024-02-19T23:42:16.615597+0000 mgr.smithi038.xcqglv (mgr.14182) 653 : 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-19T23:42:19.172 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:42:19.172 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:42:19.862 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:20.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:20 smithi038 conmon[37921]: cluster 2024-02-19T23:42:18.616347+0000 mgr.smithi038.xcqglv (mgr.14182) 654 : 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-19T23:42:20.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:20 smithi038 conmon[37921]: audit 2024-02-19T23:42:19.164127+0000 mgr.smithi038.xcqglv (mgr.14182) 655 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:20.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:20 smithi177 conmon[43314]: cluster 2024-02-19T23:42:18.616347+0000 mgr.smithi038.xcqglv (mgr.14182) 654 : 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-19T23:42:20.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:20 smithi177 conmon[43314]: audit 2024-02- 2024-02-19T23:42:20.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:20 smithi177 conmon[43314]: 19T23:42:19.164127+0000 mgr.smithi038.xcqglv (mgr.14182) 655 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:20.862 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:22.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:22 smithi038 conmon[37921]: cluster 2024-02-19T23:42:20.616867+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:42:22.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:22 smithi038 conmon[37921]: ) 656 : cluster [DBG] pgmap v470: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:42:22.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:22 smithi177 conmon[43314]: cluster 2024-02-19T23:42:20.616867+0000 mgr.smithi038.xcqglv (mgr.14182) 656 : cluster [DBG] 2024-02-19T23:42:22.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:22 smithi177 conmon[43314]: pgmap v470: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:42:22.972 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:42:22.972 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:42:23.620 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:24.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:24 smithi038 conmon[37921]: cluster 2024-02-19T23:42:22.617782+0000 mgr.smithi038.xcqglv (mgr.14182) 657 : cluster [DBG] pgmap v471: 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-19T23:42:24.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:24 smithi038 conmon[37921]: audit 2024-02-19T23:42:22.964150+0000 mgr.smithi038.xcqglv (mgr.14182) 658 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:24.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:24 smithi177 conmon[43314]: cluster 2024-02-19T23:42:22.617782+0000 mgr.smithi038.xcqglv (mgr.14182) 657 : cluster [DBG] pgmap v471: 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-19T23:42:24.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:24 smithi177 conmon[43314]: audit 2024-02- 2024-02-19T23:42:24.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:24 smithi177 conmon[43314]: 19T23:42:22.964150+0000 mgr.smithi038.xcqglv (mgr.14182) 658 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:24.621 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:26.318 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:26 smithi038 conmon[37921]: cluster 2024-02-19T23:42:24.618460+0000 mgr.smithi038.xcqglv (mgr.14182) 659 : 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-19T23:42:26.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:26 smithi177 conmon[43314]: cluster 2024-02-19T23:42:24.618460+0000 mgr.smithi038.xcqglv (mgr.14182) 659 : 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-19T23:42:26.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:26 smithi177 conmon[43314]: 2024-02-19T23:42:26.725 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:42:26.725 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:42:27.362 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:28.363 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:28.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:28 smithi177 conmon[43314]: cluster 2024-02-19T23:42:26.619234+0000 mgr.smithi038.xcqglv (mgr.14182) 660 : 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-19T23:42:28.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:28 smithi177 conmon[43314]: audit 2024-02-19T23:42:26.717202+0000 mgr.smithi038.xcqglv (mgr.14182) 661 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:28.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:28 smithi038 conmon[37921]: cluster 2024-02-19T23:42:26.619234+0000 mgr.smithi038.xcqglv (mgr.14182) 660 : 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-19T23:42:28.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:28 smithi038 conmon[37921]: audit 2024-02-19T23:42:26.717202+0000 mgr.smithi038.xcqglv (mgr.14182) 661 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:30.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:30 smithi038 conmon[37921]: cluster 2024-02-19T23:42:28.619853+0000 mgr.smithi038.xcqglv (mgr.14182) 662 : cluster [DBG] 2024-02-19T23:42:30.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:30 smithi038 conmon[37921]: 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-19T23:42:30.427 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:42:30.428 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:42:30.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:30 smithi177 conmon[43314]: cluster 2024-02-19T23:42:28.619853+0000 mgr.smithi038.xcqglv (mgr.14182) 662 : 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-19T23:42:31.113 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:31.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:31 smithi038 conmon[37921]: audit 2024-02-19T23:42:30.419694+0000 mgr.smithi038.xcqglv (mgr.14182) 663 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:31.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:31 smithi177 conmon[43314]: audit 2024-02-19T23:42:30.419694+0000 mgr.smithi038.xcqglv (mgr.14182) 663 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:32.114 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:32.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:32 smithi177 conmon[43314]: cluster 2024-02-19T23:42:30.620420+0000 mgr.smithi038.xcqglv (mgr.14182) 664 : cluster [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:42:32.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:32 smithi038 conmon[37921]: cluster 2024-02-19T23:42:30.620420+0000 mgr.smithi038.xcqglv (mgr.14182) 664 : cluster 2024-02-19T23:42:32.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:32 smithi038 conmon[37921]: [DBG] pgmap v475: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:42:34.282 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:42:34.282 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:42:34.489 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:34 smithi038 conmon[37921]: cluster 2024-02-19T23:42:32.621584+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:42:34.489 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:34 smithi038 conmon[37921]: 14182) 665 : cluster [DBG] pgmap v476: 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-19T23:42:34.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:34 smithi177 conmon[43314]: cluster 2024-02-19T23:42:32.621584+0000 mgr.smithi038.xcqglv (mgr.14182) 665 : cluster [DBG] pgmap v476: 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-19T23:42:35.002 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:35.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:35 smithi177 conmon[43314]: audit 2024-02-19T23:42:34.274505+0000 mgr.smithi038.xcqglv (mgr.14182) 666 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:35.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:35 smithi038 conmon[37921]: audit 2024-02-19T23:42:34.274505+0000 mgr.smithi038.xcqglv (mgr.14182) 666 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:36.002 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:36.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:36 smithi038 conmon[37921]: cluster 2024-02-19T23:42:34.622194+0000 2024-02-19T23:42:36.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:36 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 667 : 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-19T23:42:36.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:36 smithi177 conmon[43314]: cluster 2024-02-19T23:42:34.622194+0000 mgr.smithi038.xcqglv (mgr.14182) 667 : 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-19T23:42:38.235 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:42:38.235 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:42:38.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:38 smithi177 conmon[43314]: cluster 2024-02-19T23:42:36.623191+0000 mgr.smithi038.xcqglv (mgr.14182) 668 2024-02-19T23:42:38.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:38 smithi177 conmon[43314]: : 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-19T23:42:38.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:38 smithi038 conmon[37921]: cluster 2024-02-19T23:42:36.623191+0000 2024-02-19T23:42:38.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:38 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 668 : 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-19T23:42:39.085 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:39.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:39 smithi038 conmon[37921]: audit 2024-02-19T23:42:38.226788 2024-02-19T23:42:39.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:39 smithi038 conmon[37921]: +0000 mgr.smithi038.xcqglv (mgr.14182) 669 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:39.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:39 smithi177 conmon[43314]: audit 2024-02-19T23:42:38.226788+0000 mgr.smithi038.xcqglv (mgr.14182) 669 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:40.086 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:40.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:40 smithi177 conmon[43314]: cluster 2024-02-19T23:42:38.623902+0000 mgr.smithi038.xcqglv (mgr.14182) 670 : cluster [DBG] 2024-02-19T23:42:40.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:40 smithi177 conmon[43314]: pgmap v479: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2024-02-19T23:42:40.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:40 smithi038 conmon[37921]: cluster 2024-02-19T23:42:38.623902+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:42:40.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:40 smithi038 conmon[37921]: .14182) 670 : cluster [DBG] pgmap v479: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.6 KiB/s rd, 0 B/s wr, 2 op/s 2024-02-19T23:42:42.154 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:42:42.154 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:42:42.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:42 smithi177 conmon[43314]: cluster 2024-02-19T23:42:40.624493+0000 mgr.smithi038.xcqglv (mgr.14182) 671 : cluster [DBG] pgmap v480: 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, 19 op/s 2024-02-19T23:42:42.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:42 smithi038 conmon[37921]: cluster 2024-02-19T23:42:40.624493 2024-02-19T23:42:42.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:42 smithi038 conmon[37921]: +0000 mgr.smithi038.xcqglv (mgr.14182) 671 : cluster [DBG] pgmap v480: 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, 19 op/s 2024-02-19T23:42:42.785 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:43.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:43 smithi177 conmon[43314]: audit 2024-02-19T23:42:42.145942+0000 mgr.smithi038.xcqglv (mgr.14182) 672 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:43.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:43 smithi177 conmon[43314]: 2024-02-19T23:42:43.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:43 smithi038 conmon[37921]: audit 2024-02-19T23:42:42.145942+0000 mgr.smithi038.xcqglv (mgr.14182) 672 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:43.786 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:44.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:44 smithi177 conmon[43314]: cluster 2024-02-19T23:42:42.625508+0000 mgr.smithi038.xcqglv (mgr.14182) 673 : cluster [DBG] 2024-02-19T23:42:44.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:44 smithi177 conmon[43314]: pgmap v481: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 110 op/s 2024-02-19T23:42:44.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:44 smithi038 conmon[37921]: cluster 2024-02-19T23:42:42.625508+0000 mgr.smithi038.xcqglv (mgr.14182) 673 : cluster [DBG] pgmap v481: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 110 op/s 2024-02-19T23:42:45.807 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:42:45.807 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:42:46.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:46.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:46 smithi177 conmon[43314]: cluster 2024-02-19T23:42:44.626007+0000 mgr.smithi038.xcqglv (mgr.14182) 674 : cluster [DBG] 2024-02-19T23:42:46.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:46 smithi177 conmon[43314]: pgmap v482: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 110 op/s 2024-02-19T23:42:46.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:46 smithi038 conmon[37921]: cluster 2024-02-19T23:42:44.626007+0000 mgr.smithi038.xcqglv (mgr.14182) 674 : cluster [DBG] pgmap v482: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 110 op/s 2024-02-19T23:42:47.504 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:47.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:47 smithi038 conmon[37921]: audit 2024-02-19T23:42:45.799136+0000 mgr.smithi038.xcqglv (mgr.14182) 675 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:47.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:47 smithi177 conmon[43314]: audit 2024-02-19T23:42:45.799136+0000 mgr.smithi038.xcqglv (mgr.14182) 675 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:48.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:48 smithi038 conmon[37921]: cluster 2024-02-19T23:42:46.626862+0000 mgr.smithi038.xcqglv (mgr.14182) 676 : cluster 2024-02-19T23:42:48.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:48 smithi038 conmon[37921]: [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 110 op/s 2024-02-19T23:42:48.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:48 smithi177 conmon[43314]: cluster 2024-02-19T23:42:46.626862+0000 mgr.smithi038.xcqglv (mgr.14182) 676 : cluster [DBG] pgmap v483: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 110 op/s 2024-02-19T23:42:49.567 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:42:49.567 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:42:50.234 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:50.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:50 smithi038 conmon[37921]: cluster 2024-02-19T23:42:48.627676+0000 mgr.smithi038.xcqglv (mgr.14182) 677 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 110 op/s 2024-02-19T23:42:50.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:50 smithi038 conmon[37921]: audit 2024-02-19T23:42:49.559049+0000 mgr.smithi038.xcqglv (mgr.14182) 678 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:50.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:50 smithi177 conmon[43314]: cluster 2024-02-19T23:42:48.627676+0000 mgr.smithi038.xcqglv (mgr.14182) 677 : cluster [DBG] pgmap v484: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 110 op/s 2024-02-19T23:42:50.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:50 smithi177 conmon[43314]: audit 2024-02-19T23:42:49.559049+0000 mgr.smithi038.xcqglv (mgr.14182) 678 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:51.235 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:52.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:52 smithi038 conmon[37921]: cluster 2024-02-19T23:42:50.628338+0000 mgr.smithi038.xcqglv (mgr.14182) 679 : cluster 2024-02-19T23:42:52.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:52 smithi038 conmon[37921]: [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 65 KiB/s rd, 0 B/s wr, 108 op/s 2024-02-19T23:42:52.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:52 smithi177 conmon[43314]: cluster 2024-02-19T23:42:50.628338+0000 mgr.smithi038.xcqglv (mgr.14182) 679 : cluster [DBG] pgmap v485: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 65 KiB/s rd, 0 B/s wr, 108 op/s 2024-02-19T23:42:53.322 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:42:53.322 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:43.453485Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:35:08.500318Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.hsasoc on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-hsasoc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.hsasoc\nDeploy daemon haproxy.nfs.foo.smithi177.hsasoc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:33:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:33:49Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:34:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.674070Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.qrjdhp on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-qrjdhp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.qrjdhp\nDeploy daemon haproxy.nfs.foo.smithi038.qrjdhp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:35:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:36:22Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:37:01Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:37:41.683475Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.eyebua on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:43.453681Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:43.453779Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:43.453864Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:43.453945Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:43.454295Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:42:54.009 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:54.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:54 smithi038 conmon[37921]: cluster 2024-02-19T23:42:52.629492+0000 mgr.smithi038.xcqglv (mgr.14182) 680 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 55 KiB/s rd, 0 B/s wr, 91 op/s 2024-02-19T23:42:54.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:54 smithi038 conmon[37921]: audit 2024-02-19T23:42:53.313310+0000 mgr.smithi038.xcqglv (mgr.14182) 681 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:54.678 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:54 smithi177 conmon[43314]: cluster 2024-02-19T23:42:52.629492+0000 mgr.smithi038.xcqglv (mgr.14182) 680 : cluster [DBG] pgmap v486: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 55 KiB/s rd, 0 B/s wr, 91 op/s 2024-02-19T23:42:54.678 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:54 smithi177 conmon[43314]: audit 2024-02-19T23:42:53.313310+0000 mgr.smithi038.xcqglv (mgr.14182) 681 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:55.010 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:55.592 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:55 smithi038 conmon[37921]: audit 2024-02-19T23: 2024-02-19T23:42:55.592 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:55 smithi038 conmon[37921]: 42:55.137644+0000 mon.smithi038 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.dashhf"}]: dispatch 2024-02-19T23:42:55.592 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:55 smithi038 conmon[37921]: audit 2024-02-19T23:42:55.146487+0000 mon.smithi038 ( 2024-02-19T23:42:55.592 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:55 smithi038 conmon[37921]: mon.0) 723 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:42:55.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:55 smithi177 conmon[43314]: audit 2024-02-19T23:42:55.137644+0000 mon.smithi038 (mon.0) 722 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.dashhf"}]: dispatch 2024-02-19T23:42:55.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:55 smithi177 conmon[43314]: 2024-02-19T23:42:55.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:55 smithi177 conmon[43314]: audit 2024-02-19T23:42:55.146487+0000 mon.smithi038 (mon.0) 723 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:42:56.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: cluster 2024-02-19T23:42:54.630108+0000 2024-02-19T23:42:56.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 682 : 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-19T23:42:56.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: cephadm 2024-02-19T23:42:55.137046+0000 mgr.smithi038.xcqglv (mgr.14182) 683 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf 2024-02-19T23:42:56.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf 2024-02-19T23:42:56.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf 2024-02-19T23:42:56.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf 2024-02-19T23:42:56.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi038.dashhf ... 2024-02-19T23:42:56.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:42:56.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:40:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:41:36Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:42:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: stat: stderr 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-19T23:42:56.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: Traceback (most recent call last): 2024-02-19T23:42:56.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:42:56.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: yield (conn, connr) 2024-02-19T23:42:56.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:42:56.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: code, '\n'.join(err))) 2024-02-19T23:42:56.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: 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-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf 2024-02-19T23:42:56.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf 2024-02-19T23:42:56.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf 2024-02-19T23:42:56.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf 2024-02-19T23:42:56.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi038.dashhf ... 2024-02-19T23:42:56.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:42:56.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:40:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:41:36Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:42:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: stat: stderr 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-19T23:42:56.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): 2024-02-19T23:42:56.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: cephadm 2024-02-19T23:42:55.137273+0000 mgr.smithi038.xcqglv (mgr.14182) 684 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.dashhf 2024-02-19T23:42:56.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: cephadm 2024-02-19T23:42:55.138382+0000 mgr.smithi038.xcqglv (mgr.14182) 685 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf 2024-02-19T23:42:56.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf 2024-02-19T23:42:56.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf 2024-02-19T23:42:56.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf 2024-02-19T23:42:56.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi038.dashhf ... 2024-02-19T23:42:56.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:42:56.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:40:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:41:36Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:42:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: stat: stderr 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-19T23:42:56.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: cephadm 2024-02-19T23:42:55.140622+0000 mgr.smithi038.xcqglv (mgr.14182) 686 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:42:56.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: cephadm 2024-02-19T23:42:55.141979+0000 mgr.smithi038.xcqglv (mgr.14182) 687 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:42:56.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: cluster 2024-02-19T23:42:55.142768+0000 mgr.smithi038.xcqglv (mgr.14182) 688 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-19T23:42:56.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: cluster 2024-02-19T23:42:55.317873+0000 mon.smithi038 (mon.0) 724 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:42:56.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:56 smithi038 conmon[37921]: audit 2024-02-19T23:42:55.414430+0000 mon.smithi038 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:42:56.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: cluster 2024-02-19T23:42:54.630108+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:42:56.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: mgr.14182) 682 : 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-19T23:42:56.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: cephadm 2024-02-19T23:42:55.137046+0000 mgr.smithi038.xcqglv (mgr.14182) 683 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf 2024-02-19T23:42:56.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf 2024-02-19T23:42:56.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf 2024-02-19T23:42:56.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf 2024-02-19T23:42:56.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi038.dashhf ... 2024-02-19T23:42:56.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:42:56.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:40:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:41:36Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:42:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: stat: stderr 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-19T23:42:56.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: Traceback (most recent call last): 2024-02-19T23:42:56.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:42:56.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: yield (conn, connr) 2024-02-19T23:42:56.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:42:56.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: code, '\n'.join(err))) 2024-02-19T23:42:56.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: 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-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf 2024-02-19T23:42:56.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf 2024-02-19T23:42:56.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf 2024-02-19T23:42:56.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf 2024-02-19T23:42:56.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi038.dashhf ... 2024-02-19T23:42:56.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:42:56.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:40:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:41:36Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:42:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: stat: stderr 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-19T23:42:56.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/hap 2024-02-19T23:42:56.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: roxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: cephadm 2024-02-19T23:42:55.137273+0000 mgr.smithi038.xcqglv (mgr.14182) 684 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.dashhf 2024-02-19T23:42:56.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: cephadm 2024-02-19T23:42:55.138382+0000 mgr.smithi038.xcqglv (mgr.14182) 685 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf 2024-02-19T23:42:56.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf 2024-02-19T23:42:56.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf 2024-02-19T23:42:56.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf 2024-02-19T23:42:56.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi038.dashhf ... 2024-02-19T23:42:56.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:42:56.799 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:40:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.799 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:41:36Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.799 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:42:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.799 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: stat: stderr 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-19T23:42:56.799 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:42:56.799 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.799 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: cephadm 2024-02-19T23:42:55.140622+0000 mgr.smithi038.xcqglv (mgr.14182) 686 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:42:56.799 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: cephadm 2024-02-19T23:42:55.141979+0000 mgr.smithi038.xcqglv (mgr.14182) 687 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:42:56.799 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: cluster 2024-02-19T23:42:55.142768+0000 mgr.smithi038.xcqglv (mgr.14182) 688 : cluster [DBG] pgmap v488: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-19T23:42:56.799 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: cluster 2024-02-19T23:42:55.317873+0000 mon.smithi038 (mon.0) 724 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:42:56.799 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:56 smithi177 conmon[43314]: audit 2024-02-19T23:42:55.414430+0000 mon.smithi038 (mon.0) 725 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:42:57.265 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:42:57.265 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:47.726907Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:47.726742Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:47.726579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:47.727070Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:47.727228Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:47.727525Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:42:58.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:58.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:58 smithi177 conmon[43314]: audit 2024-02-19T23:42:57.127693+0000 mon.smithi038 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:42:58.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:58 smithi177 conmon[43314]: cluster 2024-02-19T23:42:57.143773+0000 mgr.smithi038.xcqglv (mgr.14182) 689 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-19T23:42:58.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:58 smithi177 conmon[43314]: audit 2024-02-19T23:42:57.255560+0000 mgr.smithi038.xcqglv (mgr.14182) 690 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:58.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:58 smithi177 conmon[43314]: audit 2024-02-19T23:42:57.431554+0000 mon.smithi038 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:42:58.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:58 smithi177 conmon[43314]: audit 2024-02-19T23:42:57.432396+0000 mon.smithi038 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:42:58.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:58 smithi177 conmon[43314]: audit 2024-02-19T23:42:57.433135+0000 mon.smithi038 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:42:58.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:58 smithi177 conmon[43314]: audit 2024-02-19T23:42:57.433822+0000 mon.smithi038 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:42:58.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:58 smithi177 conmon[43314]: cephadm 2024-02-19T23:42:57.434423+0000 mgr.smithi038.xcqglv (mgr.14182) 691 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 3734M 2024-02-19T23:42:58.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:58 smithi177 conmon[43314]: audit 2024-02-19T23:42:57.440566+0000 mon.smithi038 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:42:58.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:58 smithi038 conmon[37921]: audit 2024-02-19T23:42:57.127693+0000 mon.smithi038 (mon.0) 726 : audit 2024-02-19T23:42:58.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:58 smithi038 conmon[37921]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:42:58.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:58 smithi038 conmon[37921]: cluster 2024-02-19T23:42:57.143773+0000 mgr.smithi038.xcqglv (mgr.14182) 689 : cluster [DBG] pgmap v489: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-19T23:42:58.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:58 smithi038 conmon[37921]: audit 2024-02-19T23:42:57.255560+0000 mgr.smithi038.xcqglv (mgr.14182) 690 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:58.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:58 smithi038 conmon[37921]: audit 2024-02-19T23:42:57.431554+0000 mon.smithi038 (mon.0) 727 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:42:58.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:58 smithi038 conmon[37921]: audit 2024-02-19T23:42:57.432396+0000 mon.smithi038 (mon.0) 728 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:42:58.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:58 smithi038 conmon[37921]: audit 2024-02-19T23:42:57.433135+0000 mon.smithi038 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:42:58.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:58 smithi038 conmon[37921]: audit 2024-02-19T23:42:57.433822+0000 mon.smithi038 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:42:58.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:58 smithi038 conmon[37921]: cephadm 2024-02-19T23:42:57.434423+0000 mgr.smithi038.xcqglv (mgr.14182) 691 : cephadm [INF] Adjusting osd_memory_target on smithi177 to 3734M 2024-02-19T23:42:58.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:58 smithi038 conmon[37921]: audit 2024-02-19T23:42:57.440566+0000 mon.smithi038 (mon.0) 731 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:42:59.134 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:59.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:59 smithi038 conmon[37921]: audit 2024-02-19T23:42:58.581326+0000 mon.smithi038 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:42:59.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:42:59 smithi038 conmon[37921]: cluster 2024-02-19T23:42:59.144439+0000 mgr.smithi038.xcqglv (mgr.14182) 692 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-19T23:43:00.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:59 smithi177 conmon[43314]: audit 2024-02-19T23:42:58.581326+0000 mon.smithi038 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:43:00.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:42:59 smithi177 conmon[43314]: cluster 2024-02-19T23:42:59.144439+0000 mgr.smithi038.xcqglv (mgr.14182) 692 : cluster [DBG] pgmap v490: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 97 B/s rd, 0 op/s 2024-02-19T23:43:01.565 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:43:01.565 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:37:47.726828Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:37:47.726907Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:37:47.726982Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:37:47.726742Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:37:47.726579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:37:47.727600Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:37:47.727070Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:37:47.727228Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:37:47.727151Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:37:47.727525Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:43:02.439 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:02.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:02 smithi177 conmon[43314]: cluster 2024-02-19T23:43:01.145418+0000 mgr.smithi038.xcqglv (mgr.14182) 693 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 389 B/s rd, 0 B/s wr, 0 op/s 2024-02-19T23:43:02.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:02 smithi177 conmon[43314]: audit 2024-02-19T23:43:01.557112+0000 mgr.smithi038.xcqglv (mgr.14182) 694 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:02.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:02 smithi038 conmon[37921]: cluster 2024-02-19T23:43:01.145418+0000 mgr.smithi038.xcqglv (mgr.14182) 693 : cluster [DBG] pgmap v491: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 389 B/s rd, 0 B/s wr, 0 op/s 2024-02-19T23:43:02.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:02 smithi038 conmon[37921]: audit 2024-02-19T23:43:01.557112+0000 mgr.smithi038.xcqglv (mgr.14182) 694 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:03.440 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:03.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: audit 2024-02-19T23:43:02.239138+0000 mon.smithi038 (mon.0) 733 : audit 2024-02-19T23:43:03.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:43:03.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: audit 2024-02-19T23:43:02.604173+0000 mon.smithi038 (mon.0) 734 : audit 2024-02-19T23:43:03.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:43:03.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: audit 2024-02-19T23:43:02.604907+0000 2024-02-19T23:43:03.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: mon.smithi038 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:43:03.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: audit 2024-02- 2024-02-19T23:43:03.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: 19T23:43:02.605513+0000 mon.smithi038 (mon.0) 736 : 2024-02-19T23:43:03.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:43:03.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: audit 2024 2024-02-19T23:43:03.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: -02-19T23:43:02.606101+0000 mon.smithi038 2024-02-19T23:43:03.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: (mon.0) 737 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:43:03.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: audit 2024-02-19 2024-02-19T23:43:03.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: T23:43:02.612079+0000 mon.smithi038 (mon.0) 738 : audit 2024-02-19T23:43:03.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:43:03.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: audit 2024-02-19T23:43:02.612970+0000 2024-02-19T23:43:03.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: mon.smithi038 (mon.0) 739 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:43:03.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: audit 2024-02-19T23 2024-02-19T23:43:03.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: :43:02.613655+0000 mon.smithi038 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:43:03.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:43:03.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: 02-19T23:43:02.795821+0000 mon.smithi038 2024-02-19T23:43:03.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:43:03.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: audit 2024-02-19T23:43: 2024-02-19T23:43:03.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: 02.801043+0000 mon.smithi038 (mon.0) 742 : audit [DBG] 2024-02-19T23:43:03.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:43:03.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: audit 2024-02-19T23:43 2024-02-19T23:43:03.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: :02.810921+0000 mon.smithi038 (mon.0) 743 2024-02-19T23:43:03.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:03 smithi177 conmon[43314]: : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:43:03.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:03 smithi038 conmon[37921]: audit 2024-02-19T23:43:02.239138+0000 mon.smithi038 (mon.0) 733 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:43:03.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:03 smithi038 conmon[37921]: audit 2024-02-19T23:43:02.604173+0000 mon.smithi038 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:43:03.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:03 smithi038 conmon[37921]: audit 2024-02-19T23:43:02.604907+0000 mon.smithi038 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:43:03.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:03 smithi038 conmon[37921]: audit 2024-02-19T23:43:02.605513+0000 mon.smithi038 (mon.0) 736 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:43:03.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:03 smithi038 conmon[37921]: audit 2024-02-19T23:43:02.606101+0000 mon.smithi038 (mon.0) 737 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:43:03.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:03 smithi038 conmon[37921]: audit 2024-02-19T23:43:02.612079+0000 mon.smithi038 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:43:03.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:03 smithi038 conmon[37921]: audit 2024-02-19T23:43:02.612970+0000 mon.smithi038 (mon.0) 739 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:43:03.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:03 smithi038 conmon[37921]: audit 2024-02-19T23:43:02.613655+0000 mon.smithi038 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:43:03.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:03 smithi038 conmon[37921]: audit 2024-02-19T23:43:02.795821+0000 mon.smithi038 (mon.0) 741 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:43:03.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:03 smithi038 conmon[37921]: audit 2024-02-19T23:43:02.801043+0000 mon.smithi038 (mon.0) 742 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:43:03.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:03 smithi038 conmon[37921]: audit 2024-02-19T23:43:02.810921+0000 mon.smithi038 (mon.0) 743 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:43:04.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:04 smithi177 conmon[43314]: cephadm 2024-02-19T23:43:02.606571+0000 mgr.smithi038.xcqglv (mgr.14182) 695 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 2711M 2024-02-19T23:43:04.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:04 smithi177 conmon[43314]: cephadm 2024-02-19T23:43:02.617212+0000 mgr.smithi038.xcqglv (mgr.14182) 696 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-19T23:43:04.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:04 smithi177 conmon[43314]: cluster 2024-02- 2024-02-19T23:43:04.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:04 smithi177 conmon[43314]: 19T23:43:02.797062+0000 mgr.smithi038.xcqglv (mgr.14182) 697 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-19T23:43:04.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:04 smithi177 conmon[43314]: cephadm 2024-02-19 2024-02-19T23:43:04.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:04 smithi177 conmon[43314]: T23:43:02.813595+0000 mgr.smithi038.xcqglv (mgr.14182) 698 : cephadm 2024-02-19T23:43:04.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:04 smithi177 conmon[43314]: [INF] Deploying daemon haproxy.nfs.foo.smithi177.pgxwhe on smithi177 2024-02-19T23:43:04.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:04 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:43:04.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:04 smithi177 conmon[43314]: 02-19T23:43:03.643376+0000 mon.smithi038 ( 2024-02-19T23:43:04.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:04 smithi177 conmon[43314]: mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:43:04.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:04 smithi177 conmon[43314]: cluster 2024- 2024-02-19T23:43:04.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:04 smithi177 conmon[43314]: 02-19T23:43:03.793772+0000 mon.smithi038 ( 2024-02-19T23:43:04.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:04 smithi177 conmon[43314]: mon.0) 745 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:43:04.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:04 smithi177 conmon[43314]: cluster 2024 2024-02-19T23:43:04.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:04 smithi177 conmon[43314]: -02-19T23:43:03.793804+0000 2024-02-19T23:43:04.546 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:04 smithi177 conmon[43314]: mon.smithi038 (mon.0) 746 : cluster [INF] Cluster is now healthy 2024-02-19T23:43:04.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:04 smithi038 conmon[37921]: cephadm 2024-02-19T23:43:02.606571+0000 mgr.smithi038.xcqglv (mgr.14182) 695 : cephadm [INF] Adjusting osd_memory_target on smithi038 to 2711M 2024-02-19T23:43:04.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:04 smithi038 conmon[37921]: cephadm 2024-02-19T23:43:02.617212+0000 mgr.smithi038.xcqglv (mgr.14182) 696 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-02-19T23:43:04.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:04 smithi038 conmon[37921]: cluster 2024-02-19T23:43:02.797062+0000 mgr.smithi038.xcqglv (mgr.14182) 697 : cluster [DBG] pgmap v492: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.6 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-19T23:43:04.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:04 smithi038 conmon[37921]: cephadm 2024-02-19T23:43:02.813595+0000 mgr.smithi038.xcqglv (mgr.14182) 698 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.pgxwhe on smithi177 2024-02-19T23:43:04.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:04 smithi038 conmon[37921]: audit 2024-02-19T23:43:03.643376+0000 mon.smithi038 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:43:04.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:04 smithi038 conmon[37921]: cluster 2024-02-19T23:43:03.793772+0000 mon.smithi038 (mon.0) 745 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:43:04.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:04 smithi038 conmon[37921]: cluster 2024-02-19T23:43:03.793804+0000 mon.smithi038 (mon.0) 746 : cluster [INF] Cluster is now healthy 2024-02-19T23:43:05.559 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:43:05.559 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:43:06.225 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:06.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:06 smithi177 conmon[43314]: cluster 2024-02-19T23:43:04.797696+0000 mgr.smithi038.xcqglv (mgr.14182) 699 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-19T23:43:06.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:06 smithi177 conmon[43314]: audit 2024-02-19T23:43:05.549985+0000 mgr.smithi038.xcqglv (mgr.14182) 700 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:06.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:06 smithi038 conmon[37921]: cluster 2024-02-19T23:43:04.797696+0000 mgr.smithi038.xcqglv (mgr.14182) 699 : cluster [DBG] pgmap v493: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.4 KiB/s rd, 0 B/s wr, 6 op/s 2024-02-19T23:43:06.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:06 smithi038 conmon[37921]: audit 2024-02-19T23:43:05.549985+0000 mgr.smithi038.xcqglv (mgr.14182) 700 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:07.226 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:08.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:08 smithi177 conmon[43314]: cluster 2024-02-19T23:43:06.798596+0000 mgr.smithi038.xcqglv (mgr.14182) 701 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 8 op/s 2024-02-19T23:43:08.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:08 smithi038 conmon[37921]: cluster 2024-02-19T23:43:06.798596+0000 2024-02-19T23:43:08.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:08 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 701 : cluster [DBG] pgmap v494: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 8 op/s 2024-02-19T23:43:09.422 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:43:09.422 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:43:10.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:10.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:10 smithi177 conmon[43314]: cluster 2024-02-19T23:43:08.799171+0000 mgr.smithi038.xcqglv (mgr.14182) 702 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 8 op/s 2024-02-19T23:43:10.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:10 smithi177 conmon[43314]: audit 2024-02-19T23:43:09.412707+0000 mgr.smithi038.xcqglv (mgr.14182) 703 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:10.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:10 smithi038 conmon[37921]: cluster 2024-02-19T23:43:08.799171+0000 mgr.smithi038.xcqglv (mgr.14182) 702 : cluster [DBG] pgmap v495: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 8 op/s 2024-02-19T23:43:10.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:10 smithi038 conmon[37921]: audit 2024-02-19T23:43:09.412707+0000 mgr.smithi038.xcqglv (mgr.14182) 703 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:11.126 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:12.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:12 smithi177 conmon[43314]: cluster 2024-02-19T23:43:10.799945+0000 mgr.smithi038.xcqglv (mgr.14182) 704 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 8 op/s 2024-02-19T23:43:12.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:12 smithi177 conmon[43314]: 2024-02-19T23:43:12.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:12 smithi038 conmon[37921]: cluster 2024-02-19T23:43:10.799945+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:43:12.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:12 smithi038 conmon[37921]: ) 704 : cluster [DBG] pgmap v496: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.7 KiB/s rd, 0 B/s wr, 8 op/s 2024-02-19T23:43:13.088 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:43:13.088 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:43:13.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:14.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:14 smithi177 conmon[43314]: cluster 2024-02-19T23:43:12.800974+0000 mgr.smithi038.xcqglv (mgr.14182) 705 : cluster [DBG] 2024-02-19T23:43:14.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:14 smithi177 conmon[43314]: pgmap v497: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 0 B/s wr, 8 op/s 2024-02-19T23:43:14.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:14 smithi177 conmon[43314]: audit 2024-02-19T23:43:13.079410+0000 mgr.smithi038.xcqglv (mgr.14182) 706 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:14.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:14 smithi038 conmon[37921]: cluster 2024-02-19T23:43:12.800974+0000 mgr.smithi038.xcqglv (mgr.14182) 705 : cluster [DBG] pgmap v497: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 5.5 KiB/s rd, 0 B/s wr, 8 op/s 2024-02-19T23:43:14.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:14 smithi038 conmon[37921]: audit 2024-02-19T23:43:13.079410+0000 mgr.smithi038.xcqglv (mgr.14182) 706 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:14.748 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:16.505 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:16 smithi038 conmon[37921]: cluster 2024-02-19T23:43:14.801817+0000 mgr.smithi038.xcqglv (mgr.14182) 707 : 2024-02-19T23:43:16.505 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:16 smithi038 conmon[37921]: cluster [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-19T23:43:16.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:16 smithi177 conmon[43314]: cluster 2024-02-19T23:43:14.801817+0000 mgr.smithi038.xcqglv (mgr.14182) 707 : cluster 2024-02-19T23:43:16.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:16 smithi177 conmon[43314]: [DBG] pgmap v498: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 0 B/s wr, 3 op/s 2024-02-19T23:43:16.920 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:43:16.920 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:43:17.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:18.564 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:18.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:18 smithi038 conmon[37921]: cluster 2024-02-19T23:43:16.802629+0000 mgr.smithi038.xcqglv (mgr.14182) 708 : cluster [DBG] pgmap v499: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 0 B/s wr, 2 op/s 2024-02-19T23:43:18.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:18 smithi038 conmon[37921]: audit 2024-02-19T23:43:16.911532+0000 mgr.smithi038.xcqglv (mgr.14182) 709 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:18.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:18 smithi177 conmon[43314]: cluster 2024-02-19T23:43:16.802629+0000 mgr.smithi038.xcqglv (mgr.14182) 708 : cluster [DBG] 2024-02-19T23:43:18.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:18 smithi177 conmon[43314]: pgmap v499: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.8 KiB/s rd, 0 B/s wr, 2 op/s 2024-02-19T23:43:18.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:18 smithi177 conmon[43314]: audit 2024-02-19T23:43:16.911532+0000 mgr.smithi038.xcqglv (mgr.14182) 709 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:19.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:19 smithi038 conmon[37921]: audit 2024-02-19T23:43:18.643910+0000 mon.smithi038 (mon.0) 747 : 2024-02-19T23:43:19.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:19 smithi038 conmon[37921]: audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:43:19.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:19 smithi038 conmon[37921]: cluster 2024-02-19T23:43:18.803154+0000 mgr.smithi038.xcqglv (mgr.14182) 710 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:43:20.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:19 smithi177 conmon[43314]: audit 2024-02-19T23:43:18.643910+0000 mon.smithi038 (mon.0) 747 : audit [INF] 2024-02-19T23:43:20.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:19 smithi177 conmon[43314]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:43:20.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:19 smithi177 conmon[43314]: cluster 2024-02-19T23:43:18.803154+0000 mgr.smithi038.xcqglv (mgr.14182) 710 : cluster [DBG] pgmap v500: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:43:20.776 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:43:20.776 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:43:21.438 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:22.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:21 smithi177 conmon[43314]: audit 2024-02-19T23:43:20.767530+0000 mgr.smithi038.xcqglv (mgr.14182) 711 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:22.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:21 smithi177 conmon[43314]: 2024-02-19T23:43:22.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:21 smithi177 conmon[43314]: cluster 2024-02-19T23:43:20.803666+0000 mgr.smithi038.xcqglv (mgr.14182) 712 : 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-19T23:43:22.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:21 smithi038 conmon[37921]: audit 2024-02-19T23:43:20.767530+0000 mgr.smithi038.xcqglv (mgr.14182) 711 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:22.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:21 smithi038 conmon[37921]: cluster 2024-02-19T23:43:20.803666+0000 mgr.smithi038.xcqglv (mgr.14182) 712 : 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-19T23:43:22.440 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:24.220 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:23 smithi038 conmon[37921]: cluster 2024-02-19T23:43:22.804444+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:43:24.220 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:23 smithi038 conmon[37921]: ) 713 : cluster [DBG] pgmap v502: 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-19T23:43:24.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:23 smithi177 conmon[43314]: cluster 2024-02-19T23:43:22.804444+0000 mgr.smithi038.xcqglv (mgr.14182) 713 : cluster [DBG] pgmap v502: 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-19T23:43:24.635 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:43:24.635 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:43:25.304 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:26.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:25 smithi177 conmon[43314]: audit 2024-02-19T23:43:24.626424+0000 mgr.smithi038.xcqglv (mgr.14182) 714 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:26.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:25 smithi177 conmon[43314]: cluster 2024-02-19T23:43:24.805028+0000 mgr.smithi038.xcqglv (mgr.14182) 715 : 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-19T23:43:26.305 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:26.341 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:25 smithi038 conmon[37921]: audit 2024-02-19T23:43:24.626424+0000 mgr.smithi038.xcqglv (mgr.14182) 714 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:26.341 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:25 smithi038 conmon[37921]: cluster 2024-02-19T23:43:24.805028+0000 mgr.smithi038.xcqglv (mgr.14182) 715 : 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-19T23:43:27.912 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:27 smithi038 conmon[37921]: cluster 2024-02-19T23:43:26.805904+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:43:27.912 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:27 smithi038 conmon[37921]: 716 : 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-19T23:43:28.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:27 smithi177 conmon[43314]: cluster 2024-02-19T23:43:26.805904+0000 mgr.smithi038.xcqglv (mgr.14182) 716 : 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-19T23:43:28.341 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:43:28.341 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:43:29.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:29.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:28 smithi177 conmon[43314]: audit 2024-02-19T23:43:28.331556+0000 mgr.smithi038.xcqglv (mgr.14182) 717 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:29.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:28 smithi038 conmon[37921]: audit 2024-02-19T23:43:28.331556+0000 mgr.smithi038.xcqglv (mgr.14182) 717 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:30.039 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:30.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:29 smithi177 conmon[43314]: cluster 2024-02-19T23:43:28.806593+0000 mgr.smithi038.xcqglv (mgr.14182) 718 : cluster [DBG] 2024-02-19T23:43:30.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:29 smithi177 conmon[43314]: pgmap v505: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:43:30.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:29 smithi038 conmon[37921]: cluster 2024-02-19T23:43:28.806593+0000 mgr.smithi038.xcqglv (mgr.14182) 718 : cluster [DBG] pgmap v505: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:43:32.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:31 smithi038 conmon[37921]: cluster 2024-02-19T23:43:30.807316+0000 mgr.smithi038.xcqglv (mgr.14182) 719 : 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-19T23:43:32.160 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:43:32.161 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:43:32.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:31 smithi177 conmon[43314]: cluster 2024-02-19T23:43:30.807316+0000 mgr.smithi038.xcqglv (mgr.14182) 719 : 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-19T23:43:32.919 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:33.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:32 smithi177 conmon[43314]: audit 2024-02-19T23:43:32.152605+0000 mgr.smithi038.xcqglv (mgr.14182) 720 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:33.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:32 smithi038 conmon[37921]: audit 2024-02-19T23:43:32.152605+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:43:33.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:32 smithi038 conmon[37921]: .14182) 720 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:33.920 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:34.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:33 smithi177 conmon[43314]: cluster 2024-02-19T23:43:32.808582+0000 mgr.smithi038.xcqglv (mgr.14182) 721 : cluster 2024-02-19T23:43:34.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:33 smithi177 conmon[43314]: [DBG] pgmap v507: 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-19T23:43:34.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:33 smithi038 conmon[37921]: cluster 2024-02-19T23:43:32.808582+0000 mgr.smithi038.xcqglv (mgr.14182) 721 : cluster [DBG] pgmap v507: 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-19T23:43:35.884 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:43:35.885 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:43:36.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:35 smithi177 conmon[43314]: cluster 2024-02-19T23:43:34.809224+0000 mgr.smithi038.xcqglv (mgr.14182) 722 : 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-19T23:43:36.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:35 smithi038 conmon[37921]: cluster 2024-02-19T23:43:34.809224+0000 2024-02-19T23:43:36.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:35 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 722 : 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-19T23:43:36.535 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:37.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:36 smithi177 conmon[43314]: audit 2024-02-19T23:43:35.875951+0000 mgr.smithi038.xcqglv (mgr.14182) 723 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:37.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:36 smithi038 conmon[37921]: audit 2024-02-19T23:43:35.875951+0000 mgr.smithi038.xcqglv (mgr.14182) 723 : audit 2024-02-19T23:43:37.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:36 smithi038 conmon[37921]: [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:37.536 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:38.267 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:37 smithi038 conmon[37921]: cluster 2024-02-19T23:43:36.810194+0000 mgr.smithi038.xcqglv (mgr.14182) 724 : cluster 2024-02-19T23:43:38.267 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:37 smithi038 conmon[37921]: [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-19T23:43:38.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:37 smithi177 conmon[43314]: cluster 2024-02-19T23:43:36.810194+0000 mgr.smithi038.xcqglv (mgr.14182) 724 : cluster 2024-02-19T23:43:38.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:37 smithi177 conmon[43314]: [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-19T23:43:39.664 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:43:39.664 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:43:40.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:39 smithi177 conmon[43314]: cluster 2024-02-19T23:43:38.810975+0000 mgr.smithi038.xcqglv (mgr.14182) 725 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:43:40.315 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:39 smithi038 conmon[37921]: cluster 2024-02-19T23:43:38.810975+0000 mgr.smithi038.xcqglv (mgr.14182) 725 : cluster [DBG] pgmap v510: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:43:40.335 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:41.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:40 smithi177 conmon[43314]: audit 2024-02-19T23:43:39.655450+0000 mgr.smithi038.xcqglv (mgr.14182) 726 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:41.336 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:41.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:40 smithi038 conmon[37921]: audit 2024-02-19T23:43:39.655450+0000 mgr.smithi038.xcqglv (mgr.14182) 726 2024-02-19T23:43:41.348 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:40 smithi038 conmon[37921]: : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:42.246 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:41 smithi038 conmon[37921]: cluster 2024-02-19T23:43:40.811638+0000 mgr.smithi038.xcqglv (mgr.14182) 727 : cluster [DBG] 2024-02-19T23:43:42.246 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:41 smithi038 conmon[37921]: 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-19T23:43:42.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:41 smithi177 conmon[43314]: cluster 2024-02-19T23:43:40.811638+0000 mgr.smithi038.xcqglv (mgr.14182) 727 : cluster [DBG] 2024-02-19T23:43:42.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:41 smithi177 conmon[43314]: 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-19T23:43:43.351 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:43:43.351 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:43:44.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:44.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:43 smithi177 conmon[43314]: cluster 2024-02-19T23:43:42.812643+0000 mgr.smithi038.xcqglv (mgr.14182) 728 : cluster [DBG] pgmap v512: 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-19T23:43:44.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:43 smithi177 conmon[43314]: audit 2024-02-19T23:43:43.343005+0000 mgr.smithi038.xcqglv (mgr.14182) 729 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:44.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:43 smithi038 conmon[37921]: cluster 2024-02-19T23:43:42.812643+0000 mgr.smithi038.xcqglv (mgr.14182) 728 : cluster [DBG] pgmap v512: 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-19T23:43:44.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:43 smithi038 conmon[37921]: audit 2024-02-19T23:43:43.343005+0000 mgr.smithi038.xcqglv (mgr.14182) 729 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:45.071 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:46.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:45 smithi177 conmon[43314]: cluster 2024-02-19T23:43:44.813263+0000 mgr.smithi038.xcqglv (mgr.14182) 730 : 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-19T23:43:46.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:45 smithi038 conmon[37921]: cluster 2024-02-19T23:43:44.813263+0000 mgr.smithi038.xcqglv (mgr.14182) 730 : 2024-02-19T23:43:46.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:45 smithi038 conmon[37921]: 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-19T23:43:47.307 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:43:47.308 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:43:48.052 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:48.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:47 smithi177 conmon[43314]: cluster 2024-02-19T23:43:46.814322+0000 mgr.smithi038.xcqglv (mgr.14182) 731 : 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-19T23:43:48.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:47 smithi177 conmon[43314]: audit 2024-02-19T23:43:47.299325+0000 mgr.smithi038.xcqglv (mgr.14182) 732 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:48.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:47 smithi038 conmon[37921]: cluster 2024-02-19T23:43:46.814322+0000 mgr.smithi038.xcqglv (mgr.14182) 731 : 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-19T23:43:48.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:47 smithi038 conmon[37921]: audit 2024-02-19T23:43:47.299325+0000 mgr.smithi038.xcqglv (mgr.14182) 732 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:49.053 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:50.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:49 smithi177 conmon[43314]: cluster 2024-02-19T23:43:48.814942+0000 mgr.smithi038.xcqglv (mgr.14182) 733 : cluster [DBG] pgmap v515: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:43:50.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:49 smithi038 conmon[37921]: cluster 2024-02-19T23:43:48.814942+0000 mgr.smithi038.xcqglv (mgr.14182) 733 : cluster [DBG] 2024-02-19T23:43:50.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:49 smithi038 conmon[37921]: pgmap v515: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:43:51.104 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:43:51.105 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:43:51.809 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:52.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:51 smithi038 conmon[37921]: cluster 2024-02-19T23:43:50.815637+0000 mgr.smithi038.xcqglv (mgr.14182) 734 : cluster [DBG] 2024-02-19T23:43:52.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:51 smithi038 conmon[37921]: 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-19T23:43:52.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:51 smithi038 conmon[37921]: audit 2024-02-19T23:43:51.095922+0000 mgr.smithi038.xcqglv (mgr.14182) 735 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:52.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:51 smithi177 conmon[43314]: cluster 2024-02-19T23:43:50.815637+0000 mgr.smithi038.xcqglv (mgr.14182) 734 : 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-19T23:43:52.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:51 smithi177 conmon[43314]: audit 2024-02-19T23:43:51.095922+0000 mgr.smithi038.xcqglv (mgr.14182) 735 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:52.810 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:54.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:53 smithi038 conmon[37921]: cluster 2024-02-19T23:43:52.816707+0000 mgr.smithi038.xcqglv (mgr.14182) 736 : cluster [DBG] pgmap v517: 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-19T23:43:54.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:53 smithi038 conmon[37921]: 2024-02-19T23:43:54.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:53 smithi177 conmon[43314]: cluster 2024-02-19T23:43:52.816707+0000 mgr.smithi038.xcqglv (mgr.14182) 736 : cluster [DBG] pgmap v517: 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-19T23:43:55.037 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:43:55.037 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:43:55.735 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:56.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:55 smithi177 conmon[43314]: cluster 2024-02-19T23:43:54.817197+0000 mgr.smithi038.xcqglv (mgr.14182) 737 : 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-19T23:43:56.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:55 smithi177 conmon[43314]: audit 2024-02-19T23:43:55.028087+0000 mgr.smithi038.xcqglv (mgr.14182) 738 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:56.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:55 smithi038 conmon[37921]: cluster 2024-02-19T23:43:54.817197+0000 mgr.smithi038.xcqglv (mgr.14182) 737 : 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-19T23:43:56.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:55 smithi038 conmon[37921]: audit 2024-02-19T23:43:55.028087+0000 mgr.smithi038.xcqglv (mgr.14182) 738 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:56.736 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:58.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:57 smithi177 conmon[43314]: cluster 2024-02-19T23:43:56.818065+0000 mgr.smithi038.xcqglv (mgr.14182) 739 : 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-19T23:43:58.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:43:57 smithi177 conmon[43314]: 2024-02-19T23:43:58.351 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:57 smithi038 conmon[37921]: cluster 2024-02-19T23:43:56.818065+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:43:58.351 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:43:57 smithi038 conmon[37921]: .14182) 739 : 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-19T23:43:58.849 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:43:58.849 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:43:59.508 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:00.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:00 smithi177 conmon[43314]: cluster 2024-02-19T23:43:58.818613+0000 mgr.smithi038.xcqglv (mgr.14182) 740 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:44:00.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:00 smithi177 conmon[43314]: audit 2024-02-19T23:43:58.840520+0000 mgr.smithi038.xcqglv (mgr.14182) 741 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:00.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:00 smithi038 conmon[37921]: cluster 2024-02-19T23:43:58.818613+0000 mgr.smithi038.xcqglv (mgr.14182) 740 : cluster [DBG] pgmap v520: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:44:00.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:00 smithi038 conmon[37921]: audit 2024-02-19T23:43:58.840520+0000 mgr.smithi038.xcqglv (mgr.14182) 741 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:00.509 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:02.174 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:02 smithi038 conmon[37921]: cluster 2024-02-19T23:44:00.819168+0000 2024-02-19T23:44:02.174 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:02 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 742 : 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-19T23:44:02.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:02 smithi177 conmon[43314]: cluster 2024-02-19T23:44:00.819168+0000 mgr.smithi038.xcqglv (mgr.14182) 742 : 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-19T23:44:02.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:02 smithi177 conmon[43314]: 2024-02-19T23:44:02.604 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:44:02.605 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:44:03.300 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:04.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:04 smithi177 conmon[43314]: audit 2024-02-19T23:44:02.595904+0000 mgr.smithi038.xcqglv (mgr.14182) 743 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:04.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:04 smithi177 conmon[43314]: cluster 2024-02-19 2024-02-19T23:44:04.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:04 smithi177 conmon[43314]: T23:44:02.820031+0000 mgr.smithi038.xcqglv (mgr.14182) 744 : cluster [DBG] pgmap v522: 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-19T23:44:04.301 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:04.336 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:04 smithi038 conmon[37921]: audit 2024-02-19T23:44:02.595904+0000 mgr.smithi038.xcqglv (mgr.14182) 743 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:04.336 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:04 smithi038 conmon[37921]: cluster 2024-02-19T23:44:02.820031+0000 mgr.smithi038.xcqglv (mgr.14182) 744 : cluster [DBG] pgmap v522: 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-19T23:44:06.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:06 smithi177 conmon[43314]: cluster 2024-02-19T23:44:04.820676+0000 mgr.smithi038.xcqglv (mgr.14182) 745 : cluster [DBG] 2024-02-19T23:44:06.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:06 smithi177 conmon[43314]: 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-19T23:44:06.350 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:06 smithi038 conmon[37921]: cluster 2024-02-19T23:44:04.820676+0000 mgr.smithi038.xcqglv (mgr.14182) 745 : 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-19T23:44:06.372 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:44:06.372 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:44:07.054 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:07.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:07 smithi177 conmon[43314]: audit 2024-02-19T23:44:06.363599+0000 mgr.smithi038.xcqglv (mgr.14182) 746 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:07.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:07 smithi038 conmon[37921]: audit 2024-02-19T23:44:06.363599+0000 2024-02-19T23:44:07.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:07 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 746 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:08.055 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:08.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:08 smithi177 conmon[43314]: cluster 2024-02-19T23:44:06.821547+0000 mgr.smithi038.xcqglv (mgr.14182) 747 : 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-19T23:44:08.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:08 smithi038 conmon[37921]: cluster 2024-02-19T23:44:06.821547+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:44:08.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:08 smithi038 conmon[37921]: ) 747 : 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-19T23:44:10.124 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:44:10.124 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:44:10.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:10 smithi177 conmon[43314]: cluster 2024-02-19T23:44:08.822363+0000 mgr.smithi038.xcqglv (mgr.14182) 748 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:44:10.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:10 smithi038 conmon[37921]: cluster 2024-02-19T23:44:08.822363+0000 mgr.smithi038.xcqglv (mgr.14182) 748 : cluster [DBG] pgmap v525: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:44:10.797 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:11.294 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:11 smithi177 conmon[43314]: audit 2024-02-19T23:44:10.114754+0000 mgr.smithi038.xcqglv (mgr.14182) 749 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:11.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:11 smithi038 conmon[37921]: audit 2024-02-19T23:44:10.114754+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:44:11.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:11 smithi038 conmon[37921]: .14182) 749 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:11.799 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:12.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:12 smithi038 conmon[37921]: cluster 2024-02-19T23:44:10.822963+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:44:12.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:12 smithi038 conmon[37921]: ) 750 : 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-19T23:44:12.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:12 smithi177 conmon[43314]: cluster 2024-02-19T23:44:10.822963+0000 mgr.smithi038.xcqglv (mgr.14182) 750 : cluster [DBG] 2024-02-19T23:44:12.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:12 smithi177 conmon[43314]: 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-19T23:44:13.833 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:44:13.833 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:44:14.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:14 smithi038 conmon[37921]: cluster 2024-02-19T23:44:12.823850+0000 mgr.smithi038.xcqglv (mgr.14182) 751 : cluster [DBG] pgmap v527: 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-19T23:44:14.477 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:14.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:14 smithi177 conmon[43314]: cluster 2024-02-19T23:44:12.823850+0000 mgr.smithi038.xcqglv (mgr.14182) 751 : cluster 2024-02-19T23:44:14.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:14 smithi177 conmon[43314]: [DBG] pgmap v527: 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-19T23:44:15.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:15 smithi038 conmon[37921]: audit 2024-02-19T23:44:13.824622+0000 mgr.smithi038.xcqglv (mgr.14182) 752 : audit 2024-02-19T23:44:15.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:15 smithi038 conmon[37921]: [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:15.479 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:15.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:15 smithi177 conmon[43314]: audit 2024-02-19T23:44:13.824622+0000 mgr.smithi038.xcqglv (mgr.14182) 752 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:15.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:15 smithi177 conmon[43314]: 2024-02-19T23:44:16.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:16 smithi038 conmon[37921]: cluster 2024-02-19T23:44:14.824419+0000 mgr.smithi038.xcqglv (mgr.14182) 753 : 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-19T23:44:16.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:16 smithi177 conmon[43314]: cluster 2024-02-19T23:44:14.824419+0000 mgr.smithi038.xcqglv (mgr.14182) 753 : 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-19T23:44:17.655 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:44:17.655 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:44:18.283 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:18.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:18 smithi038 conmon[37921]: cluster 2024-02-19T23:44:16.825356+0000 mgr.smithi038.xcqglv (mgr.14182) 754 : 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-19T23:44:18.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:18 smithi177 conmon[43314]: cluster 2024-02-19T23:44:16.825356+0000 mgr.smithi038.xcqglv (mgr.14182) 754 : 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-19T23:44:19.284 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:19.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:19 smithi038 conmon[37921]: audit 2024-02-19T23:44:17.646406+0000 mgr.smithi038.xcqglv (mgr.14182) 755 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:19.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:19 smithi177 conmon[43314]: audit 2024-02-19T23:44:17.646406+0000 mgr.smithi038.xcqglv (mgr.14182) 755 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:20.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:20 smithi038 conmon[37921]: cluster 2024-02-19T23:44:18.826010+0000 mgr.smithi038.xcqglv (mgr.14182) 756 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:44:20.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:20 smithi177 conmon[43314]: cluster 2024-02-19T23:44:18.826010+0000 mgr.smithi038.xcqglv (mgr.14182) 756 : cluster [DBG] pgmap v530: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:44:21.335 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:44:21.335 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:44:22.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:22.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:22 smithi038 conmon[37921]: cluster 2024-02-19T23:44:20.826848+0000 mgr.smithi038.xcqglv (mgr.14182) 757 : 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-19T23:44:22.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:22 smithi038 conmon[37921]: 2024-02-19T23:44:22.350 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:22 smithi038 conmon[37921]: audit 2024-02-19T23:44:21.326422+0000 mgr.smithi038.xcqglv (mgr.14182) 758 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:22.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:22 smithi177 conmon[43314]: cluster 2024-02-19T23:44:20.826848+0000 mgr.smithi038.xcqglv (mgr.14182) 757 : 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-19T23:44:22.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:22 smithi177 conmon[43314]: audit 2024-02-19T23:44:21.326422+0000 mgr.smithi038.xcqglv (mgr.14182) 758 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:23.050 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:24.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:24 smithi038 conmon[37921]: cluster 2024-02-19T23:44:22.827943+0000 mgr.smithi038.xcqglv (mgr.14182) 759 2024-02-19T23:44:24.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:24 smithi038 conmon[37921]: : cluster [DBG] pgmap v532: 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-19T23:44:24.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:24 smithi177 conmon[43314]: cluster 2024-02-19T23:44:22.827943+0000 mgr.smithi038.xcqglv (mgr.14182) 759 : cluster [DBG] pgmap v532: 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-19T23:44:24.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:24 smithi177 conmon[43314]: 2024-02-19T23:44:25.217 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:44:25.217 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:44:25.856 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:26.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:26 smithi177 conmon[43314]: cluster 2024-02-19T23:44:24.828468+0000 mgr.smithi038.xcqglv (mgr.14182) 760 : 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-19T23:44:26.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:26 smithi177 conmon[43314]: audit 2024-02-19T23:44:25.207058+0000 mgr.smithi038.xcqglv (mgr.14182) 761 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:26.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:26 smithi038 conmon[37921]: cluster 2024-02-19T23:44:24.828468+0000 mgr.smithi038.xcqglv (mgr.14182) 760 : 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-19T23:44:26.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:26 smithi038 conmon[37921]: audit 2024-02-19T23:44:25.207058+0000 mgr.smithi038.xcqglv (mgr.14182) 761 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:26.858 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:28.332 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:28 smithi038 conmon[37921]: cluster 2024-02-19T23:44:26.829395+0000 mgr.smithi038.xcqglv (mgr.14182) 762 : 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-19T23:44:28.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:28 smithi177 conmon[43314]: cluster 2024-02-19T23:44:26.829395+0000 mgr.smithi038.xcqglv (mgr.14182) 762 : 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-19T23:44:29.090 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:44:29.091 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:44:29.804 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:30.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:30 smithi177 conmon[43314]: cluster 2024-02-19T23:44:28.829991+0000 mgr.smithi038.xcqglv (mgr.14182) 763 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:44:30.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:30 smithi177 conmon[43314]: audit 2024-02-19T23:44:29.082077+0000 mgr.smithi038.xcqglv (mgr.14182) 764 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:30.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:30 smithi038 conmon[37921]: cluster 2024-02-19T23:44:28.829991+0000 mgr.smithi038.xcqglv (mgr.14182) 763 : cluster [DBG] pgmap v535: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:44:30.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:30 smithi038 conmon[37921]: audit 2024-02-19T23:44:29.082077+0000 mgr.smithi038.xcqglv (mgr.14182) 764 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:30.805 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:32.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:32 smithi177 conmon[43314]: cluster 2024-02-19T23:44:30.830605+0000 mgr.smithi038.xcqglv (mgr.14182) 765 : 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-19T23:44:32.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:32 smithi038 conmon[37921]: cluster 2024-02-19T23:44:30.830605+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:44:32.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:32 smithi038 conmon[37921]: ) 765 : 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-19T23:44:33.030 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:44:33.030 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:44:33.702 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:34.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:34 smithi177 conmon[43314]: cluster 2024-02-19T23:44:32.831342+0000 mgr.smithi038.xcqglv (mgr.14182) 766 : cluster [DBG] pgmap v537: 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-19T23:44:34.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:34 smithi177 conmon[43314]: audit 2024-02-19T23:44:33.021457+0000 mgr.smithi038.xcqglv (mgr.14182) 767 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:34.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:34 smithi038 conmon[37921]: cluster 2024-02-19T23:44:32.831342+0000 mgr.smithi038.xcqglv (mgr.14182) 766 : cluster [DBG] pgmap v537: 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-19T23:44:34.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:34 smithi038 conmon[37921]: audit 2024-02-19T23:44:33.021457+0000 mgr.smithi038.xcqglv (mgr.14182) 767 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:34.703 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:36.412 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:36 smithi038 conmon[37921]: cluster 2024-02-19T23:44:34.831804+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:44:36.413 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:36 smithi038 conmon[37921]: .14182) 768 : 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-19T23:44:36.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:36 smithi177 conmon[43314]: cluster 2024-02-19T23:44:34.831804+0000 mgr.smithi038.xcqglv (mgr.14182) 768 : 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-19T23:44:36.835 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:44:36.836 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:44:37.447 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:38.448 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:38.485 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:38 smithi038 conmon[37921]: audit 2024-02-19T23:44:36.827444+0000 mgr.smithi038.xcqglv (mgr.14182) 769 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:38.485 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:38 smithi038 conmon[37921]: cluster 2024-02-19T23:44:36.832626+0000 mgr.smithi038.xcqglv (mgr.14182) 770 : 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-19T23:44:38.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:38 smithi177 conmon[43314]: audit 2024-02-19T23:44:36.827444+0000 mgr.smithi038.xcqglv (mgr.14182) 769 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:38.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:38 smithi177 conmon[43314]: cluster 2024-02-19T23:44:36.832626+0000 mgr.smithi038.xcqglv (mgr.14182) 770 : 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-19T23:44:40.251 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:40 smithi038 conmon[37921]: cluster 2024-02-19T23:44:38.833432+0000 mgr.smithi038.xcqglv (mgr.14182) 771 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:44:40.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:40 smithi177 conmon[43314]: cluster 2024-02-19T23:44:38.833432+0000 mgr.smithi038.xcqglv (mgr.14182) 771 : cluster [DBG] pgmap v540: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:44:40.659 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:44:40.659 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:44:41.310 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:42.311 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:42.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:42 smithi177 conmon[43314]: audit 2024-02-19T23:44:40.650151+0000 mgr.smithi038.xcqglv (mgr.14182) 772 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:42.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:42 smithi177 conmon[43314]: cluster 2024-02-19T23:44:40.834045+0000 mgr.smithi038.xcqglv (mgr.14182) 773 : 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-19T23:44:42.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:42 smithi038 conmon[37921]: audit 2024-02-19T23:44:40.650151+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:44:42.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:42 smithi038 conmon[37921]: ) 772 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:42.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:42 smithi038 conmon[37921]: cluster 2024-02-19T23: 2024-02-19T23:44:42.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:42 smithi038 conmon[37921]: 44:40.834045+0000 mgr.smithi038.xcqglv (mgr.14182) 773 : 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-19T23:44:44.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:44 smithi038 conmon[37921]: cluster 2024-02-19T23:44:42.835181+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:44:44.350 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:44 smithi038 conmon[37921]: .14182) 774 : cluster [DBG] pgmap v542: 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-19T23:44:44.479 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:44:44.480 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:44:44.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:44 smithi177 conmon[43314]: cluster 2024-02-19T23:44:42.835181+0000 mgr.smithi038.xcqglv (mgr.14182) 774 : cluster [DBG] pgmap v542: 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-19T23:44:45.147 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:45.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:45 smithi177 conmon[43314]: audit 2024-02-19T23:44:44.470976+0000 mgr.smithi038.xcqglv (mgr.14182) 775 : audit [DBG] from='client.25129 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:45.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:45 smithi038 conmon[37921]: audit 2024-02-19T23:44:44.470976+0000 mgr.smithi038.xcqglv (mgr.14182) 775 : audit [DBG] from='client.25129 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:46.147 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:46.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:46 smithi177 conmon[43314]: cluster 2024-02-19T23:44:44.835811+0000 mgr.smithi038.xcqglv (mgr.14182) 776 : 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-19T23:44:46.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:46 smithi038 conmon[37921]: cluster 2024-02-19T23:44:44.835811+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:44:46.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:46 smithi038 conmon[37921]: .14182) 776 : 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-19T23:44:48.350 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:44:48.350 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:44:48.350 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:48 smithi038 conmon[37921]: cluster 2024-02-19T23:44:46.836721+0000 mgr.smithi038.xcqglv (mgr.14182) 777 : 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-19T23:44:48.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:48 smithi177 conmon[43314]: cluster 2024-02-19T23:44:46.836721+0000 mgr.smithi038.xcqglv (mgr.14182) 777 : 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-19T23:44:48.959 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:49.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:49 smithi038 conmon[37921]: audit 2024-02-19T23:44:48.341147+0000 mgr.smithi038.xcqglv (mgr.14182) 778 : audit 2024-02-19T23:44:49.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:49 smithi038 conmon[37921]: [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:49.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:49 smithi177 conmon[43314]: audit 2024-02-19T23:44:48.341147+0000 mgr.smithi038.xcqglv (mgr.14182) 778 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:49.961 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:50.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:50 smithi038 conmon[37921]: cluster 2024-02-19T23:44:48.837327+0000 mgr.smithi038.xcqglv 2024-02-19T23:44:50.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:50 smithi038 conmon[37921]: (mgr.14182) 779 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:44:50.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:50 smithi177 conmon[43314]: cluster 2024-02-19T23:44:48.837327+0000 mgr.smithi038.xcqglv (mgr.14182) 779 : cluster [DBG] pgmap v545: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:44:52.010 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:44:52.010 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:44:52.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:52 smithi038 conmon[37921]: cluster 2024-02-19T23:44:50.837952+0000 mgr.smithi038.xcqglv (mgr.14182) 780 : 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-19T23:44:52.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:52 smithi177 conmon[43314]: cluster 2024-02-19T23:44:50.837952+0000 mgr.smithi038.xcqglv (mgr.14182) 780 : 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-19T23:44:52.686 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:53.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:53 smithi177 conmon[43314]: audit 2024-02-19T23:44:52.000842+0000 mgr.smithi038.xcqglv (mgr.14182) 781 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:53.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:53 smithi038 conmon[37921]: audit 2024-02-19T23:44:52.000842+0000 mgr.smithi038.xcqglv (mgr.14182) 781 : audit 2024-02-19T23:44:53.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:53 smithi038 conmon[37921]: [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:53.687 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:54.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:54 smithi177 conmon[43314]: cluster 2024-02-19T23:44:52.838951+0000 mgr.smithi038.xcqglv (mgr.14182) 782 : cluster [DBG] pgmap v547: 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-19T23:44:54.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:54 smithi038 conmon[37921]: cluster 2024-02-19T23:44:52.838951+0000 mgr.smithi038.xcqglv (mgr.14182) 782 : cluster [DBG] pgmap v547: 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-19T23:44:54.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:54 smithi038 conmon[37921]: 2024-02-19T23:44:55.757 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:44:55.757 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:44:56.451 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:56.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:56 smithi177 conmon[43314]: cluster 2024-02-19T23:44:54.839492+0000 mgr.smithi038.xcqglv (mgr.14182) 783 : 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-19T23:44:56.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:56 smithi038 conmon[37921]: cluster 2024-02-19T23:44:54.839492+0000 mgr.smithi038.xcqglv (mgr.14182) 783 : 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-19T23:44:57.452 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:57.487 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:57 smithi038 conmon[37921]: audit 2024-02-19T23:44:55.748140+0000 mgr.smithi038.xcqglv (mgr.14182) 784 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:57.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:57 smithi177 conmon[43314]: audit 2024-02-19T23:44:55.748140+0000 mgr.smithi038.xcqglv (mgr.14182) 784 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:58.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:58 smithi038 conmon[37921]: cluster 2024-02-19T23:44:56.840450+0000 mgr.smithi038.xcqglv (mgr.14182) 785 2024-02-19T23:44:58.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:44:58 smithi038 conmon[37921]: : 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-19T23:44:58.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:44:58 smithi177 conmon[43314]: cluster 2024-02-19T23:44:56.840450+0000 mgr.smithi038.xcqglv (mgr.14182) 785 : 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-19T23:44:59.667 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:44:59.667 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:45:00.284 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:00.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:00 smithi177 conmon[43314]: cluster 2024-02-19T23:44:58.841215+0000 mgr.smithi038.xcqglv (mgr.14182) 786 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:45:00.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:00 smithi038 conmon[37921]: cluster 2024-02-19T23:44:58.841215+0000 mgr.smithi038.xcqglv (mgr.14182) 786 : cluster [DBG] pgmap v550: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:45:01.287 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:01.543 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:01 smithi038 conmon[37921]: audit 2024-02-19T23:44:59.658240+0000 mgr.smithi038.xcqglv (mgr.14182) 787 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:01.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:01 smithi177 conmon[43314]: audit 2024-02-19T23:44:59.658240+0000 mgr.smithi038.xcqglv (mgr.14182) 787 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:02.330 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:02 smithi038 conmon[37921]: cluster 2024-02-19T23:45:00.841972+0000 mgr.smithi038.xcqglv (mgr.14182) 788 : 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-19T23:45:02.544 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:02 smithi177 conmon[43314]: cluster 2024-02-19T23:45:00.841972+0000 mgr.smithi038.xcqglv (mgr.14182) 788 : 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-19T23:45:03.466 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:45:03.466 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:45:04.218 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:04.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:04 smithi177 conmon[43314]: cluster 2024-02-19T23:45:02.843007+0000 mgr.smithi038.xcqglv (mgr.14182) 789 : cluster [DBG] pgmap v552: 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-19T23:45:04.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:04 smithi177 conmon[43314]: audit 2024-02-19T23:45:04.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:04 smithi177 conmon[43314]: 2024-02-19T23:45:03.456974+0000 mgr.smithi038.xcqglv (mgr.14182) 790 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:04.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:04 smithi038 conmon[37921]: cluster 2024-02-19T23:45:02.843007+0000 mgr.smithi038.xcqglv (mgr.14182) 789 : cluster [DBG] pgmap v552: 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-19T23:45:04.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:04 smithi038 conmon[37921]: audit 2024-02-19T23:45:03.456974+0000 mgr.smithi038.xcqglv (mgr.14182) 790 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:05.220 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:06.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:06 smithi038 conmon[37921]: cluster 2024-02-19T23:45:04.843597 2024-02-19T23:45:06.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:06 smithi038 conmon[37921]: +0000 mgr.smithi038.xcqglv (mgr.14182) 791 : 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-19T23:45:06.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:06 smithi177 conmon[43314]: cluster 2024-02-19T23:45:04.843597+0000 mgr.smithi038.xcqglv (mgr.14182) 791 : 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-19T23:45:07.301 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:45:07.301 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:45:08.026 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:08.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:08 smithi177 conmon[43314]: cluster 2024-02-19T23:45:06.844686+0000 mgr.smithi038.xcqglv (mgr.14182) 792 : 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-19T23:45:08.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:08 smithi177 conmon[43314]: audit 2024-02-19T23:45:07.292259+0000 mgr.smithi038.xcqglv (mgr.14182) 793 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:08.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:08 smithi038 conmon[37921]: cluster 2024-02-19T23:45:06.844686+0000 mgr.smithi038.xcqglv (mgr.14182) 792 : 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-19T23:45:08.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:08 smithi038 conmon[37921]: audit 2024-02-19T23:45:07.292259+0000 mgr.smithi038.xcqglv (mgr.14182) 793 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:09.027 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:10.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:10 smithi038 conmon[37921]: cluster 2024-02-19T23:45:08.845424+0000 2024-02-19T23:45:10.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:10 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 794 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:45:10.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:10 smithi177 conmon[43314]: cluster 2024-02-19T23:45:08.845424+0000 mgr.smithi038.xcqglv (mgr.14182) 794 : cluster [DBG] pgmap v555: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:45:11.210 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:45:11.211 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:45:11.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:12.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:12 smithi177 conmon[43314]: cluster 2024-02-19T23:45:10.846011+0000 mgr.smithi038.xcqglv (mgr.14182) 795 : 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-19T23:45:12.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:12 smithi177 conmon[43314]: audit 2024-02-19T23:45:11.201400+0000 mgr.smithi038.xcqglv (mgr.14182) 796 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:12.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:12 smithi038 conmon[37921]: cluster 2024-02-19T23:45:10.846011+0000 mgr.smithi038.xcqglv (mgr.14182) 795 : 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-19T23:45:12.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:12 smithi038 conmon[37921]: audit 2024-02-19T23:45:11.201400+0000 mgr.smithi038.xcqglv (mgr.14182) 796 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:12.927 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:14.589 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:14 smithi038 conmon[37921]: cluster 2024-02-19T23:45:12.847016+0000 mgr.smithi038.xcqglv (mgr.14182) 797 : cluster [DBG] pgmap v557: 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-19T23:45:14.679 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:14 smithi177 conmon[43314]: cluster 2024-02-19T23:45:12.847016+0000 mgr.smithi038.xcqglv (mgr.14182) 797 : cluster [DBG] pgmap v557: 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-19T23:45:15.032 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:45:15.032 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:45:15.690 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:16.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:16 smithi038 conmon[37921]: cluster 2024-02-19T23:45:14.847475+0000 mgr.smithi038.xcqglv (mgr.14182) 798 : 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-19T23:45:16.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:16 smithi038 conmon[37921]: audit 2024-02-19T23:45:15.023774+0000 mgr.smithi038.xcqglv (mgr.14182) 799 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:16.691 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:16.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:16 smithi177 conmon[43314]: cluster 2024-02-19T23:45:14.847475+0000 mgr.smithi038.xcqglv (mgr.14182) 798 : 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-19T23:45:16.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:16 smithi177 conmon[43314]: audit 2024-02 2024-02-19T23:45:16.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:16 smithi177 conmon[43314]: -19T23:45:15.023774+0000 mgr.smithi038.xcqglv (mgr.14182) 799 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:18.337 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:18 smithi038 conmon[37921]: cluster 2024-02-19T23:45:16.848296+0000 mgr.smithi038.xcqglv (mgr.14182) 800 : 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-19T23:45:18.754 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:45:18.754 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:45:18.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:18 smithi177 conmon[43314]: cluster 2024-02-19T23:45:16.848296+0000 mgr.smithi038.xcqglv (mgr.14182) 800 : 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-19T23:45:19.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:20.473 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:20.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:20 smithi038 conmon[37921]: audit 2024-02-19T23:45:18.745973+0000 mgr.smithi038.xcqglv (mgr.14182) 801 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:20.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:20 smithi038 conmon[37921]: cluster 2024-02-19T23:45:18.849042+0000 mgr.smithi038.xcqglv (mgr.14182) 802 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:45:20.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:20 smithi177 conmon[43314]: audit 2024-02-19T23:45:18.745973+0000 mgr.smithi038.xcqglv (mgr.14182) 801 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:20.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:20 smithi177 conmon[43314]: cluster 2024-02-19T23:45:18.849042+0000 mgr.smithi038.xcqglv (mgr.14182) 802 : cluster [DBG] pgmap v560: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:45:22.500 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:45:22.501 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:45:22.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:22 smithi038 conmon[37921]: cluster 2024-02-19T23:45:20.849638+0000 mgr.smithi038.xcqglv (mgr.14182) 803 : 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-19T23:45:22.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:22 smithi177 conmon[43314]: cluster 2024-02-19T23:45:20.849638+0000 mgr.smithi038.xcqglv (mgr.14182) 803 : 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-19T23:45:23.205 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:23.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:23 smithi038 conmon[37921]: audit 2024-02-19T23:45:22.491219+0000 mgr.smithi038.xcqglv (mgr.14182) 804 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:23.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:23 smithi177 conmon[43314]: audit 2024-02-19T23:45:22.491219+0000 mgr.smithi038.xcqglv (mgr.14182) 804 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:24.206 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:24.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:24 smithi038 conmon[37921]: cluster 2024-02-19T23:45:22.850715+0000 mgr.smithi038.xcqglv (mgr.14182) 805 : cluster [DBG] pgmap v562: 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-19T23:45:24.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:24 smithi038 conmon[37921]: 2024-02-19T23:45:24.678 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:24 smithi177 conmon[43314]: cluster 2024-02-19T23:45:22.850715+0000 mgr.smithi038.xcqglv (mgr.14182) 805 : cluster [DBG] pgmap v562: 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-19T23:45:24.678 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:24 smithi177 conmon[43314]: 2024-02-19T23:45:26.338 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:45:26.339 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:45:26.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:26 smithi038 conmon[37921]: cluster 2024-02-19T23:45:24.851456+0000 mgr.smithi038.xcqglv (mgr.14182) 806 : 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-19T23:45:26.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:26 smithi177 conmon[43314]: cluster 2024-02-19T23:45:24.851456+0000 mgr.smithi038.xcqglv (mgr.14182) 806 : 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-19T23:45:27.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:27.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:27 smithi177 conmon[43314]: audit 2024-02-19T23:45:26.329538+0000 mgr.smithi038.xcqglv (mgr.14182) 807 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:27.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:27 smithi038 conmon[37921]: audit 2024-02-19T23:45:26.329538+0000 mgr.smithi038.xcqglv (mgr.14182) 807 : 2024-02-19T23:45:27.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:27 smithi038 conmon[37921]: audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:28.031 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:28.617 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:28 smithi038 conmon[37921]: cluster 2024-02-19T23:45:26.852535+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:45:28.617 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:28 smithi038 conmon[37921]: 808 : 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-19T23:45:28.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:28 smithi177 conmon[43314]: cluster 2024-02-19T23:45:26.852535+0000 mgr.smithi038.xcqglv (mgr.14182) 808 : 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-19T23:45:30.076 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:45:30.076 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:45:30.625 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:30 smithi038 conmon[37921]: cluster 2024-02-19T23:45:28.853213+0000 mgr.smithi038.xcqglv (mgr.14182) 809 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:45:30.647 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:30.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:30 smithi177 conmon[43314]: cluster 2024-02-19T23:45:28.853213+0000 mgr.smithi038.xcqglv (mgr.14182) 809 : cluster [DBG] pgmap v565: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:45:31.649 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:31.684 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:31 smithi038 conmon[37921]: audit 2024-02-19T23:45:30.067090+0000 mgr.smithi038.xcqglv (mgr.14182) 810 : audit 2024-02-19T23:45:31.684 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:31 smithi038 conmon[37921]: [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:31.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:31 smithi177 conmon[43314]: audit 2024-02-19T23:45:30.067090+0000 mgr.smithi038.xcqglv (mgr.14182) 810 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:32.540 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:32 smithi038 conmon[37921]: cluster 2024-02-19T23:45:30.854118+0000 mgr.smithi038.xcqglv (mgr.14182) 811 : 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-19T23:45:32.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:32 smithi177 conmon[43314]: cluster 2024-02-19T23:45:30.854118+0000 mgr.smithi038.xcqglv (mgr.14182) 811 : 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-19T23:45:33.559 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:45:33.559 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:37:41.684735Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbxftl on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:45:34.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:34.680 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:34 smithi177 conmon[43314]: cluster 2024-02-19T23:45:32.855139+0000 mgr.smithi038.xcqglv (mgr.14182) 812 : cluster [DBG] pgmap v567: 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-19T23:45:34.680 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:34 smithi177 conmon[43314]: audit 2024-02-19T23:45:33.550349+0000 mgr.smithi038.xcqglv (mgr.14182) 813 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:34.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:34 smithi038 conmon[37921]: cluster 2024-02-19T23:45:32.855139+0000 mgr.smithi038.xcqglv (mgr.14182) 812 : cluster [DBG] pgmap v567: 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-19T23:45:34.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:34 smithi038 conmon[37921]: audit 2024-02-19T23:45:33.550349+0000 mgr.smithi038.xcqglv (mgr.14182) 813 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:35.090 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:36.589 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:36 smithi038 conmon[37921]: cluster 2024-02-19T23:45:34.855754 2024-02-19T23:45:36.589 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:36 smithi038 conmon[37921]: +0000 mgr.smithi038.xcqglv (mgr.14182) 814 : 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-19T23:45:36.589 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:36 smithi038 conmon[37921]: audit 2024-02-19T23:45:35.891639+0000 mon.smithi038 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.pgxwhe"}]: dispatch 2024-02-19T23:45:36.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:36 smithi177 conmon[43314]: cluster 2024-02-19T23:45:34.855754+0000 mgr.smithi038.xcqglv (mgr.14182) 814 : 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-19T23:45:36.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:36 smithi177 conmon[43314]: audit 2024-02-19T23:45:35.891639+0000 mon.smithi038 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.pgxwhe"}]: dispatch 2024-02-19T23:45:36.968 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:45:36.968 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:45:37.561 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:37.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: cephadm 2024-02-19T23:45:35.890798+0000 mgr.smithi038.xcqglv (mgr.14182) 815 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe 2024-02-19T23:45:37.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe 2024-02-19T23:45:37.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe 2024-02-19T23:45:37.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe 2024-02-19T23:45:37.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi177.pgxwhe ... 2024-02-19T23:45:37.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:37.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:45:37.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:43:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:45:37.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:44:17Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:45:37.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:44:55Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:45:37.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: stat: stderr 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-19T23:45:37.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:45:37.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:37.796 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: Traceback (most recent call last): 2024-02-19T23:45:37.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:45:37.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: yield (conn, connr) 2024-02-19T23:45:37.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:45:37.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: code, '\n'.join(err))) 2024-02-19T23:45:37.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: 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-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe 2024-02-19T23:45:37.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe 2024-02-19T23:45:37.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe 2024-02-19T23:45:37.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe 2024-02-19T23:45:37.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi177.pgxwhe ... 2024-02-19T23:45:37.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:37.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:45:37.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:43:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:45:37.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:44:17Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:45:37.797 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:44:55Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:45:37.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: stat: stderr 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-19T23:45:37.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-02-19T23:45:37.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T23:45:37.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:37.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: cephadm 2024-02-19T23:45:35.891135+0000 mgr.smithi038.xcqglv (mgr.14182) 816 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.pgxwhe 2024-02-19T23:45:37.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: cephadm 2024-02-19T23:45:35.892582+0000 mgr.smithi038.xcqglv (mgr.14182) 817 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe 2024-02-19T23:45:37.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe 2024-02-19T23:45:37.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe 2024-02-19T23:45:37.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe 2024-02-19T23:45:37.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi177.pgxwhe ... 2024-02-19T23:45:37.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:37.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:45:37.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:43:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:45:37.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:44:17Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:45:37.798 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:44:55Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:45:37.799 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: stat: stderr 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-19T23:45:37.799 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:45:37.799 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:37.799 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:37 smithi177 conmon[43314]: cephadm 2024-02-19T23:45:35.894471+0000 mgr.smithi038.xcqglv (mgr.14182) 818 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.tnogjt on smithi038 2024-02-19T23:45:37.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: cephadm 2024-02-19T23:45:35.890798+0000 mgr.smithi038.xcqglv (mgr.14182) 815 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe 2024-02-19T23:45:37.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe 2024-02-19T23:45:37.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe 2024-02-19T23:45:37.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe 2024-02-19T23:45:37.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi177.pgxwhe ... 2024-02-19T23:45:37.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:37.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:45:37.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:43:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:45:37.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:44:17Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:45:37.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:44:55Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:45:37.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: stat: stderr 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-19T23:45:37.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:45:37.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:37.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: Traceback (most recent call last): 2024-02-19T23:45:37.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:45:37.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: yield (conn, connr) 2024-02-19T23:45:37.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:45:37.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: code, '\n'.join(err))) 2024-02-19T23:45:37.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: 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-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe 2024-02-19T23:45:37.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe 2024-02-19T23:45:37.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe 2024-02-19T23:45:37.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe 2024-02-19T23:45:37.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi177.pgxwhe ... 2024-02-19T23:45:37.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:37.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:45:37.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:43:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:45:37.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:44:17Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:45:37.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:44:55Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:45:37.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: stat: stderr 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-19T23:45:37.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-02-19T23:45:37.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T23:45:37.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:37.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: cephadm 2024-02-19T23:45:35.891135+0000 mgr.smithi038.xcqglv (mgr.14182) 816 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.pgxwhe 2024-02-19T23:45:37.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: cephadm 2024-02-19T23:45:35.892582+0000 mgr.smithi038.xcqglv (mgr.14182) 817 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe 2024-02-19T23:45:37.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe 2024-02-19T23:45:37.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe 2024-02-19T23:45:37.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe 2024-02-19T23:45:37.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi177.pgxwhe ... 2024-02-19T23:45:37.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:37.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:45:37.853 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:43:39Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:45:37.853 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:44:17Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:45:37.853 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:44:55Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:45:37.853 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: stat: stderr 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-19T23:45:37.853 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:45:37.853 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:37.853 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:37 smithi038 conmon[37921]: cephadm 2024-02-19T23:45:35.894471+0000 mgr.smithi038.xcqglv (mgr.14182) 818 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.tnogjt on smithi038 2024-02-19T23:45:38.562 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:38.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:38 smithi177 conmon[43314]: cluster 2024-02-19T23:45:36.856811+0000 mgr.smithi038.xcqglv (mgr.14182) 819 : 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-19T23:45:38.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:38 smithi177 conmon[43314]: audit 2024-02-19T23:45:38.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:38 smithi177 conmon[43314]: 2024-02-19T23:45:36.959025+0000 mgr.smithi038.xcqglv (mgr.14182) 820 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:38.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:38 smithi038 conmon[37921]: cluster 2024-02-19T23:45:36.856811+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:45:38.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:38 smithi038 conmon[37921]: .14182) 819 : 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-19T23:45:38.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:38 smithi038 conmon[37921]: audit 2024-02-19T23:45:36.959025+0000 mgr.smithi038.xcqglv (mgr.14182) 820 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:40.510 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:45:40.510 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:45:40.698 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:40 smithi038 conmon[37921]: cluster 2024-02-19T23:45:38.857528+0000 mgr.smithi038.xcqglv (mgr.14182) 821 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:45:40.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:40 smithi177 conmon[43314]: cluster 2024-02-19T23:45:38.857528+0000 mgr.smithi038.xcqglv (mgr.14182) 821 : cluster [DBG] pgmap v570: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:45:41.086 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:41.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:41 smithi177 conmon[43314]: audit 2024-02-19T23:45:40.500092+0000 mgr.smithi038.xcqglv (mgr.14182) 822 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:41.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:41 smithi038 conmon[37921]: audit 2024-02-19T23:45:40.500092+0000 mgr.smithi038.xcqglv (mgr.14182) 822 : audit 2024-02-19T23:45:41.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:41 smithi038 conmon[37921]: [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:42.087 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:42.788 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:42 smithi038 conmon[37921]: cluster 2024-02-19T23:45:40.858439+0000 mgr.smithi038.xcqglv (mgr.14182) 823 : cluster 2024-02-19T23:45:42.788 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:42 smithi038 conmon[37921]: [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-19T23:45:42.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:42 smithi177 conmon[43314]: cluster 2024-02-19T23:45:40.858439+0000 mgr.smithi038.xcqglv (mgr.14182) 823 : 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-19T23:45:42.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:42 smithi177 conmon[43314]: 2024-02-19T23:45:43.971 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:45:43.971 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:45:44.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:44.679 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:44 smithi177 conmon[43314]: cluster 2024-02-19T23:45:42.859466+0000 mgr.smithi038.xcqglv (mgr.14182) 824 : cluster [DBG] pgmap v572: 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-19T23:45:44.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:44 smithi038 conmon[37921]: cluster 2024-02-19T23:45:42.859466+0000 mgr.smithi038.xcqglv (mgr.14182) 824 : cluster [DBG] pgmap v572: 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-19T23:45:45.521 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:45.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:45 smithi177 conmon[43314]: audit 2024-02-19T23:45:43.961682+0000 mgr.smithi038.xcqglv (mgr.14182) 825 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:45.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:45 smithi038 conmon[37921]: audit 2024-02-19T23:45:43.961682+0000 mgr.smithi038.xcqglv (mgr.14182) 825 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:46.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:46 smithi177 conmon[43314]: cluster 2024-02-19T23:45:44.860089+0000 mgr.smithi038.xcqglv (mgr.14182) 826 : 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-19T23:45:46.827 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:46 smithi038 conmon[37921]: cluster 2024-02-19T23:45:44.860089+0000 mgr.smithi038.xcqglv (mgr.14182) 826 2024-02-19T23:45:46.828 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:46 smithi038 conmon[37921]: : 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-19T23:45:47.469 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:45:47.470 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:45:48.059 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:48.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:48 smithi177 conmon[43314]: cluster 2024-02-19T23:45:46.861076+0000 mgr.smithi038.xcqglv (mgr.14182) 827 : 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-19T23:45:48.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:48 smithi177 conmon[43314]: audit 2024-02-19T23:45:47.460110+0000 mgr.smithi038.xcqglv (mgr.14182) 828 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:48.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:48 smithi038 conmon[37921]: cluster 2024-02-19T23:45:46.861076+0000 mgr.smithi038.xcqglv (mgr.14182) 827 : 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-19T23:45:48.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:48 smithi038 conmon[37921]: audit 2024-02-19T23:45:47.460110+0000 mgr.smithi038.xcqglv (mgr.14182) 828 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:49.060 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:50.549 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:50 smithi038 conmon[37921]: cluster 2024-02-19T23:45:48.861786+0000 mgr.smithi038.xcqglv (mgr.14182) 829 : cluster [DBG] 2024-02-19T23:45:50.550 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:50 smithi038 conmon[37921]: pgmap v575: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:45:50.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:50 smithi177 conmon[43314]: cluster 2024-02-19T23:45:48.861786+0000 mgr.smithi038.xcqglv (mgr.14182) 829 : cluster [DBG] pgmap v575: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:45:50.964 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:45:50.965 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:45:51.517 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:52.518 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:52.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:52 smithi177 conmon[43314]: cluster 2024-02-19T23:45:50.862320+0000 mgr.smithi038.xcqglv (mgr.14182) 830 : 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-19T23:45:52.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:52 smithi177 conmon[43314]: audit 2024-02-19T23:45:50.955336+0000 mgr.smithi038.xcqglv (mgr.14182) 831 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:52.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:52 smithi038 conmon[37921]: cluster 2024-02-19T23:45:50.862320+0000 mgr.smithi038.xcqglv (mgr.14182) 830 : cluster [DBG] 2024-02-19T23:45:52.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:52 smithi038 conmon[37921]: 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-19T23:45:52.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:52 smithi038 conmon[37921]: audit 2024-02-19T23:45:50.955336+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:45:52.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:52 smithi038 conmon[37921]: ) 831 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:54.442 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:45:54.442 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:45:54.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:54 smithi177 conmon[43314]: cluster 2024-02-19T23:45:52.863170+0000 mgr.smithi038.xcqglv (mgr.14182) 832 : cluster [DBG] pgmap v577: 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-19T23:45:54.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:54 smithi038 conmon[37921]: cluster 2024-02-19T23:45:52.863170+0000 mgr.smithi038.xcqglv (mgr.14182) 832 : cluster [DBG] pgmap v577: 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-19T23:45:55.020 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:55.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:55 smithi177 conmon[43314]: audit 2024-02-19T23:45:54.432653+0000 mgr.smithi038.xcqglv (mgr.14182) 833 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:55.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:55 smithi038 conmon[37921]: audit 2024-02-19T23:45:54.432653+0000 2024-02-19T23:45:55.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:55 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 833 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:56.020 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:56.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:56 smithi177 conmon[43314]: cluster 2024-02-19T23:45:54.863870+0000 mgr.smithi038.xcqglv (mgr.14182) 834 : 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-19T23:45:56.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:56 smithi038 conmon[37921]: cluster 2024-02-19T23:45:54.863870+0000 mgr.smithi038.xcqglv (mgr.14182) 834 2024-02-19T23:45:56.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:56 smithi038 conmon[37921]: : 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-19T23:45:57.908 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:45:57.909 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:45:58.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:58.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:58 smithi177 conmon[43314]: cluster 2024-02-19T23:45:56.864803+0000 mgr.smithi038.xcqglv (mgr.14182) 835 : 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-19T23:45:58.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:58 smithi038 conmon[37921]: cluster 2024-02-19T23:45:56.864803+0000 mgr.smithi038.xcqglv (mgr.14182) 835 : 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-19T23:45:59.488 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:59.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:45:59 smithi177 conmon[43314]: audit 2024-02-19T23:45:57.899685+0000 mgr.smithi038.xcqglv (mgr.14182) 836 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:59.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:59 smithi038 conmon[37921]: audit 2024-02-19T23:45:57.899685+0000 mgr.smithi038.xcqglv (mgr.14182) 836 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:59.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:45:59 smithi038 conmon[37921]: 2024-02-19T23:46:00.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:00 smithi038 conmon[37921]: cluster 2024-02-19T23:45:58.865419+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:46:00.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:00 smithi038 conmon[37921]: mgr.14182) 837 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:46:00.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:00 smithi177 conmon[43314]: cluster 2024-02-19T23:45:58.865419+0000 mgr.smithi038.xcqglv (mgr.14182) 837 : cluster [DBG] pgmap v580: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:46:01.338 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:46:01.338 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:46:01.893 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:02.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:02 smithi177 conmon[43314]: cluster 2024-02-19T23:46:00.866077+0000 mgr.smithi038.xcqglv (mgr.14182) 838 : 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-19T23:46:02.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:02 smithi177 conmon[43314]: audit 2024-02-19T23:46:01.329924+0000 mgr.smithi038.xcqglv (mgr.14182) 839 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:02.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:02 smithi038 conmon[37921]: cluster 2024-02-19T23:46:00.866077+0000 mgr.smithi038.xcqglv (mgr.14182) 838 : 2024-02-19T23:46:02.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:02 smithi038 conmon[37921]: 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-19T23:46:02.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:02 smithi038 conmon[37921]: audit 2024-02-19T23:46:01.329924+0000 mgr.smithi038.xcqglv (mgr.14182) 839 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:02.894 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:04.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:04 smithi177 conmon[43314]: cluster 2024-02-19T23:46:02.867241+0000 mgr.smithi038.xcqglv (mgr.14182) 840 : cluster [DBG] pgmap v582: 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-19T23:46:04.835 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:46:04.836 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:46:04.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:04 smithi038 conmon[37921]: cluster 2024-02-19T23:46:02.867241+0000 mgr.smithi038.xcqglv (mgr.14182) 840 : cluster [DBG] pgmap v582: 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-19T23:46:05.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:06.418 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:06.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:06 smithi177 conmon[43314]: audit 2024-02-19T23:46:04.826234+0000 mgr.smithi038.xcqglv (mgr.14182) 841 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:06.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:06 smithi177 conmon[43314]: cluster 2024-02-19T23:46:04.867764+0000 mgr.smithi038.xcqglv (mgr.14182) 842 : 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-19T23:46:06.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:06 smithi038 conmon[37921]: audit 2024-02-19T23:46:04.826234+0000 mgr.smithi038.xcqglv (mgr.14182) 841 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:06.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:06 smithi038 conmon[37921]: cluster 2024-02-19T23:46:04.867764+0000 mgr.smithi038.xcqglv (mgr.14182) 842 : 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-19T23:46:08.341 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:46:08.342 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:46:08.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:08 smithi177 conmon[43314]: cluster 2024-02-19T23:46:06.868690+0000 mgr.smithi038.xcqglv (mgr.14182) 843 : 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-19T23:46:08.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:08 smithi038 conmon[37921]: cluster 2024-02-19T23:46:06.868690+0000 mgr.smithi038.xcqglv (mgr.14182) 843 : 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-19T23:46:08.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:09.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:09 smithi177 conmon[43314]: audit 2024-02-19T23:46:08.332026+0000 mgr.smithi038.xcqglv (mgr.14182) 844 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:09.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:09 smithi038 conmon[37921]: audit 2024-02-19T23:46:08.332026+0000 mgr.smithi038.xcqglv (mgr.14182) 844 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:09.966 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:10.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:10 smithi177 conmon[43314]: cluster 2024-02-19T23:46:08.869464+0000 mgr.smithi038.xcqglv (mgr.14182) 845 : cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:46:10.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:10 smithi038 conmon[37921]: cluster 2024-02-19T23:46:08.869464+0000 mgr.smithi038.xcqglv (mgr.14182) 845 : 2024-02-19T23:46:10.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:10 smithi038 conmon[37921]: cluster [DBG] pgmap v585: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:46:11.934 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:46:11.934 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:46:12.506 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:12.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:12 smithi177 conmon[43314]: cluster 2024-02-19T23:46:10.870293+0000 mgr.smithi038.xcqglv (mgr.14182) 846 : 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-19T23:46:12.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:12 smithi038 conmon[37921]: cluster 2024-02-19T23:46:10.870293+0000 mgr.smithi038.xcqglv (mgr.14182) 846 : 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-19T23:46:13.507 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:13.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:13 smithi177 conmon[43314]: audit 2024-02-19T23:46:11.924155+0000 mgr.smithi038.xcqglv (mgr.14182) 847 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:13.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:13 smithi038 conmon[37921]: audit 2024-02-19T23:46:11.924155+0000 mgr.smithi038.xcqglv (mgr.14182) 847 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:14.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:14 smithi038 conmon[37921]: cluster 2024-02-19T23:46:12.871261+0000 mgr.smithi038.xcqglv (mgr.14182) 848 : cluster [DBG] pgmap v587: 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-19T23:46:14.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:14 smithi177 conmon[43314]: cluster 2024-02-19T23:46:12.871261+0000 mgr.smithi038.xcqglv (mgr.14182) 848 : cluster [DBG] pgmap v587: 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-19T23:46:15.379 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:46:15.379 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:46:16.008 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:16.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:16 smithi177 conmon[43314]: cluster 2024-02-19T23:46:14.871972+0000 mgr.smithi038.xcqglv (mgr.14182) 849 : 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-19T23:46:16.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:16 smithi177 conmon[43314]: audit 2024-02-19T23:46:15.369784+0000 mgr.smithi038.xcqglv (mgr.14182) 850 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:16.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:16 smithi038 conmon[37921]: cluster 2024-02-19T23:46:14.871972+0000 mgr.smithi038.xcqglv (mgr.14182) 849 : 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-19T23:46:16.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:16 smithi038 conmon[37921]: audit 2024-02-19T23:46:15.369784+0000 mgr.smithi038.xcqglv (mgr.14182) 850 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:17.009 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:18.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:18 smithi038 conmon[37921]: cluster 2024-02-19T23:46:16.873108+0000 mgr.smithi038.xcqglv (mgr.14182) 851 : 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-19T23:46:18.895 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:46:18.896 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:46:19.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:18 smithi177 conmon[43314]: cluster 2024-02-19T23:46:16.873108+0000 mgr.smithi038.xcqglv (mgr.14182) 851 : 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-19T23:46:19.449 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:20.451 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:20.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:20 smithi038 conmon[37921]: cluster 2024-02 2024-02-19T23:46:20.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:20 smithi038 conmon[37921]: -19T23:46:18.873660+0000 mgr.smithi038.xcqglv (mgr.14182) 852 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:46:20.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:20 smithi038 conmon[37921]: audit 2024-02-19T23:46:18.886443+0000 mgr.smithi038.xcqglv (mgr.14182) 853 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:21.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:20 smithi177 conmon[43314]: cluster 2024-02-19T23:46:18.873660+0000 mgr.smithi038.xcqglv (mgr.14182) 852 : cluster [DBG] pgmap v590: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:46:21.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:20 smithi177 conmon[43314]: audit 2024-02-19T23:46:18.886443+0000 mgr.smithi038.xcqglv (mgr.14182) 853 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:22.373 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:46:22.373 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:46:22.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:22 smithi038 conmon[37921]: cluster 2024-02-19T23:46:20.874292+0000 mgr.smithi038.xcqglv (mgr.14182) 854 : 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-19T23:46:23.024 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:23.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:22 smithi177 conmon[43314]: cluster 2024-02-19T23:46:20.874292+0000 mgr.smithi038.xcqglv (mgr.14182) 854 : 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-19T23:46:23.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:23 smithi038 conmon[37921]: audit 2024-02-19T23:46:22.363073+0000 mgr.smithi038.xcqglv (mgr.14182) 855 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:23.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:23 smithi038 conmon[37921]: 2024-02-19T23:46:24.025 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:24.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:23 smithi177 conmon[43314]: audit 2024-02-19T23:46:22.363073+0000 mgr.smithi038.xcqglv (mgr.14182) 855 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:24.808 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:24 smithi038 conmon[37921]: cluster 2024-02-19T23:46:22.875246+0000 mgr.smithi038.xcqglv (mgr.14182) 856 : cluster 2024-02-19T23:46:24.808 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:24 smithi038 conmon[37921]: [DBG] pgmap v592: 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-19T23:46:25.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:24 smithi177 conmon[43314]: cluster 2024-02-19T23:46:22.875246+0000 mgr.smithi038.xcqglv (mgr.14182) 856 : cluster [DBG] pgmap v592: 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-19T23:46:25.842 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:46:25.843 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:46:26.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:26.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:26 smithi038 conmon[37921]: cluster 2024-02-19T23:46:24.875871+0000 mgr.smithi038.xcqglv (mgr.14182) 857 : 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-19T23:46:27.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:26 smithi177 conmon[43314]: cluster 2024-02-19T23:46:24.875871+0000 mgr.smithi038.xcqglv (mgr.14182) 857 : 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-19T23:46:27.415 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:27.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:27 smithi038 conmon[37921]: audit 2024-02-19T23:46:25.833140+0000 mgr.smithi038.xcqglv (mgr.14182) 858 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:28.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:27 smithi177 conmon[43314]: audit 2024-02-19T23:46:25.833140+0000 mgr.smithi038.xcqglv (mgr.14182) 858 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:28.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:28 smithi038 conmon[37921]: cluster 2024-02-19T23:46:26.877148+0000 mgr.smithi038.xcqglv (mgr.14182) 859 : 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-19T23:46:29.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:28 smithi177 conmon[43314]: cluster 2024-02-19T23:46:26.877148+0000 mgr.smithi038.xcqglv (mgr.14182) 859 : 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-19T23:46:29.406 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:46:29.406 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:46:29.981 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:30.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:30 smithi038 conmon[37921]: cluster 2024-02-19T23:46:28.877872+0000 mgr.smithi038.xcqglv (mgr.14182) 860 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:46:30.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:30 smithi038 conmon[37921]: audit 2024-02-19T23:46:29.397079+0000 mgr.smithi038.xcqglv (mgr.14182) 861 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:30.983 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:31.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:30 smithi177 conmon[43314]: cluster 2024-02-19T23:46:28.877872+0000 mgr.smithi038.xcqglv (mgr.14182) 860 : cluster [DBG] pgmap v595: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:46:31.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:30 smithi177 conmon[43314]: audit 2024-02-19T23:46:29.397079+0000 mgr.smithi038.xcqglv (mgr.14182) 861 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:32.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:32 smithi038 conmon[37921]: cluster 2024-02-19T23:46:30.878512+0000 mgr.smithi038.xcqglv (mgr.14182) 862 : 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-19T23:46:32.889 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:46:32.890 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:46:33.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:32 smithi177 conmon[43314]: cluster 2024-02-19T23:46:30.878512+0000 mgr.smithi038.xcqglv (mgr.14182) 862 : 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-19T23:46:33.489 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:34.490 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:34.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:34 smithi038 conmon[37921]: cluster 2024-02-19T23:46:32.879303+0000 mgr.smithi038.xcqglv (mgr.14182) 863 : cluster 2024-02-19T23:46:34.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:34 smithi038 conmon[37921]: [DBG] pgmap v597: 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-19T23:46:34.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:34 smithi038 conmon[37921]: audit 2024-02-19T23:46:32.880759+0000 mgr.smithi038.xcqglv (mgr.14182) 864 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:35.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:34 smithi177 conmon[43314]: cluster 2024-02-19T23:46:32.879303+0000 mgr.smithi038.xcqglv (mgr.14182) 863 : cluster [DBG] pgmap v597: 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-19T23:46:35.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:34 smithi177 conmon[43314]: audit 2024-02-19T23:46:32.880759+0000 mgr.smithi038.xcqglv (mgr.14182) 864 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:36.342 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:46:36.343 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:46:36.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:36 smithi038 conmon[37921]: cluster 2024-02-19T23:46:34.879926+0000 mgr.smithi038.xcqglv (mgr.14182) 865 : 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-19T23:46:36.990 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:37.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:36 smithi177 conmon[43314]: cluster 2024-02-19T23:46:34.879926+0000 mgr.smithi038.xcqglv (mgr.14182) 865 : 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-19T23:46:37.990 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:38.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:37 smithi038 conmon[37921]: audit 2024-02-19T23:46:36.333518+0000 mgr.smithi038.xcqglv (mgr.14182) 866 : audit 2024-02-19T23:46:38.026 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:37 smithi038 conmon[37921]: [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:38.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:37 smithi177 conmon[43314]: audit 2024-02-19T23:46:36.333518+0000 mgr.smithi038.xcqglv (mgr.14182) 866 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:38.806 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:38 smithi038 conmon[37921]: cluster 2024-02-19T23:46:36.880904+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:46:38.807 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:38 smithi038 conmon[37921]: 14182) 867 : 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-19T23:46:39.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:38 smithi177 conmon[43314]: cluster 2024-02-19T23:46:36.880904+0000 mgr.smithi038.xcqglv (mgr.14182) 867 : 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-19T23:46:39.879 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:46:39.879 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:46:40.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:40.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:40 smithi038 conmon[37921]: cluster 2024-02-19T23:46:38.881808+0000 mgr.smithi038.xcqglv (mgr.14182) 868 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:46:41.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:40 smithi177 conmon[43314]: cluster 2024-02-19T23:46:38.881808+0000 mgr.smithi038.xcqglv (mgr.14182) 868 : cluster [DBG] pgmap v600: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:46:41.423 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:41.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:41 smithi038 conmon[37921]: audit 2024-02-19T23:46:39.870133+0000 mgr.smithi038.xcqglv (mgr.14182) 869 : audit 2024-02-19T23:46:41.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:41 smithi038 conmon[37921]: [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:41.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:41 smithi038 conmon[37921]: cluster 2024-02-19T23:46:40.882480+0000 mgr.smithi038.xcqglv (mgr.14182) 870 : 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-19T23:46:42.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:41 smithi177 conmon[43314]: audit 2024-02-19T23:46:39.870133+0000 mgr.smithi038.xcqglv (mgr.14182) 869 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:42.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:41 smithi177 conmon[43314]: cluster 2024-02-19T23:46:40.882480+0000 mgr.smithi038.xcqglv (mgr.14182) 870 : 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-19T23:46:43.299 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:46:43.299 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:46:43.894 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:44.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:43 smithi177 conmon[43314]: cluster 2024-02-19T23:46:42.883607+0000 mgr.smithi038.xcqglv (mgr.14182) 871 : cluster [DBG] pgmap v602: 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-19T23:46:44.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:43 smithi177 conmon[43314]: audit 2024-02-19T23:46:43.289414+0000 mgr.smithi038.xcqglv (mgr.14182) 872 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:44.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:43 smithi038 conmon[37921]: cluster 2024-02-19T23:46:42.883607+0000 mgr.smithi038.xcqglv (mgr.14182) 871 : cluster [DBG] pgmap v602: 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-19T23:46:44.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:43 smithi038 conmon[37921]: audit 2024-02-19T23:46:43.289414+0000 mgr.smithi038.xcqglv (mgr.14182) 872 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:44.895 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:46.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:45 smithi038 conmon[37921]: cluster 2024-02-19T23:46:44.884344+0000 mgr.smithi038.xcqglv (mgr.14182) 873 : cluster 2024-02-19T23:46:46.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:45 smithi038 conmon[37921]: [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-19T23:46:46.296 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:45 smithi177 conmon[43314]: cluster 2024-02-19T23:46:44.884344+0000 mgr.smithi038.xcqglv (mgr.14182) 873 : 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-19T23:46:46.810 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:46:46.810 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:46:47.354 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:48.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:47 smithi177 conmon[43314]: audit 2024-02-19T23:46:46.800896+0000 mgr.smithi038.xcqglv (mgr.14182) 874 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:48.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:47 smithi177 conmon[43314]: cluster 2024-02-19T23 2024-02-19T23:46:48.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:47 smithi177 conmon[43314]: :46:46.885146+0000 mgr.smithi038.xcqglv (mgr.14182) 875 : 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-19T23:46:48.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:47 smithi038 conmon[37921]: audit 2024-02-19T23:46:46.800896+0000 mgr.smithi038.xcqglv (mgr.14182) 874 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:48.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:47 smithi038 conmon[37921]: cluster 2024-02-19T23:46:46.885146+0000 mgr.smithi038.xcqglv (mgr.14182) 875 : 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-19T23:46:48.355 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:50.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:49 smithi038 conmon[37921]: cluster 2024-02-19T23: 2024-02-19T23:46:50.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:49 smithi038 conmon[37921]: 46:48.885904+0000 mgr.smithi038.xcqglv (mgr.14182) 876 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:46:50.250 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:46:50.250 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:46:50.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:49 smithi177 conmon[43314]: cluster 2024-02-19T23:46:48.885904+0000 mgr.smithi038.xcqglv (mgr.14182) 876 : cluster [DBG] pgmap v605: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:46:50.829 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:51.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:50 smithi038 conmon[37921]: audit 2024-02-19T23:46:50.241580+0000 mgr.smithi038.xcqglv (mgr.14182) 877 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:51.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:50 smithi177 conmon[43314]: audit 2024-02-19T23:46:50.241580+0000 mgr.smithi038.xcqglv (mgr.14182) 877 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:51.830 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:52.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:51 smithi177 conmon[43314]: cluster 2024-02-19T23:46:50.886725+0000 mgr.smithi038.xcqglv (mgr.14182) 878 : 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-19T23:46:52.305 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:51 smithi038 conmon[37921]: cluster 2024-02-19T23:46:50.886725+0000 2024-02-19T23:46:52.305 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:51 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 878 : 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-19T23:46:53.751 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:46:53.752 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:46:54.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:53 smithi038 conmon[37921]: cluster 2024-02-19T23:46:52.887578+0000 mgr.smithi038.xcqglv (mgr.14182) 879 : cluster [DBG] pgmap v607: 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-19T23:46:54.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:53 smithi177 conmon[43314]: cluster 2024-02-19T23:46:52.887578+0000 mgr.smithi038.xcqglv (mgr.14182) 879 : cluster [DBG] pgmap v607: 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-19T23:46:54.332 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:55.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:54 smithi177 conmon[43314]: audit 2024-02-19T23:46:53.742630+0000 mgr.smithi038.xcqglv (mgr.14182) 880 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:55.334 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:55.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:54 smithi038 conmon[37921]: audit 2024-02-19T23:46:53.742630+0000 mgr.smithi038.xcqglv (mgr.14182) 880 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:56.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:55 smithi038 conmon[37921]: cluster 2024-02-19T23:46:54.888263+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:46:56.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:55 smithi038 conmon[37921]: 881 : 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-19T23:46:56.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:55 smithi177 conmon[43314]: cluster 2024-02-19T23:46:54.888263+0000 mgr.smithi038.xcqglv (mgr.14182) 881 : 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-19T23:46:57.212 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:46:57.212 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:46:57.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:58.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:58 smithi177 conmon[43314]: cluster 2024-02-19T23:46:56.889377+0000 mgr.smithi038.xcqglv (mgr.14182) 882 : 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-19T23:46:58.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:46:58 smithi177 conmon[43314]: audit 2024-02-19T23:46:57.203201+0000 mgr.smithi038.xcqglv (mgr.14182) 883 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:58.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:58 smithi038 conmon[37921]: cluster 2024-02-19T23:46:56.889377+0000 mgr.smithi038.xcqglv (mgr.14182) 882 : 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-19T23:46:58.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:46:58 smithi038 conmon[37921]: audit 2024-02-19T23:46:57.203201+0000 mgr.smithi038.xcqglv (mgr.14182) 883 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:58.771 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:00.284 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:00 smithi038 conmon[37921]: cluster 2024-02-19T23:46:58.889941+0000 mgr.smithi038.xcqglv (mgr.14182) 884 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:47:00.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:00 smithi177 conmon[43314]: cluster 2024-02-19T23:46:58.889941+0000 mgr.smithi038.xcqglv (mgr.14182) 884 : cluster [DBG] pgmap v610: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:47:00.686 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:47:00.687 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:47:01.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:02.284 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:02.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:02 smithi177 conmon[43314]: audit 2024-02-19T23:47:00.677478+0000 mgr.smithi038.xcqglv (mgr.14182) 885 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:02.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:02 smithi177 conmon[43314]: cluster 2024-02-19T23:47:00.890595+0000 mgr.smithi038.xcqglv (mgr.14182) 886 : 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-19T23:47:02.318 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:02 smithi038 conmon[37921]: audit 2024-02-19T23:47:00.677478+0000 mgr.smithi038.xcqglv (mgr.14182) 885 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:02.319 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:02 smithi038 conmon[37921]: cluster 2024-02-19T23:47:00.890595+0000 mgr.smithi038.xcqglv (mgr.14182) 886 : 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-19T23:47:04.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:04 smithi038 conmon[37921]: cluster 2024-02-19T23:47:02.891457+0000 mgr.smithi038.xcqglv (mgr.14182) 887 : cluster [DBG] pgmap v612: 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-19T23:47:04.214 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:47:04.214 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:47:04.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:04 smithi177 conmon[43314]: cluster 2024-02-19T23:47:02.891457+0000 mgr.smithi038.xcqglv (mgr.14182) 887 : cluster [DBG] pgmap v612: 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-19T23:47:04.818 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:05.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:05 smithi038 conmon[37921]: audit 2024-02-19T23:47:04.204435+0000 mgr.smithi038.xcqglv (mgr.14182) 888 2024-02-19T23:47:05.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:05 smithi038 conmon[37921]: : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:05.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:05 smithi177 conmon[43314]: audit 2024-02-19T23:47:04.204435+0000 mgr.smithi038.xcqglv (mgr.14182) 888 : audit [DBG] 2024-02-19T23:47:05.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:05 smithi177 conmon[43314]: from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:05.820 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:06.295 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:06 smithi177 conmon[43314]: cluster 2024-02-19T23:47:04.892007+0000 mgr.smithi038.xcqglv (mgr.14182) 889 : 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-19T23:47:06.314 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:06 smithi038 conmon[37921]: cluster 2024-02-19T23:47:04.892007+0000 mgr.smithi038.xcqglv (mgr.14182) 889 : 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-19T23:47:07.696 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:47:07.697 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:47:08.276 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:08.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:08 smithi038 conmon[37921]: cluster 2024-02-19T23:47:06.893062+0000 mgr.smithi038.xcqglv (mgr.14182) 890 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:47:08.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:08 smithi177 conmon[43314]: cluster 2024-02-19T23:47:06.893062+0000 mgr.smithi038.xcqglv (mgr.14182) 890 : cluster [DBG] pgmap v614: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:47:09.278 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:09.313 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:09 smithi038 conmon[37921]: audit 2024-02-19T23:47:07.686594+0000 mgr.smithi038.xcqglv (mgr.14182) 891 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:09.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:09 smithi177 conmon[43314]: audit 2024-02-19T23:47:07.686594+0000 mgr.smithi038.xcqglv (mgr.14182) 891 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:10.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:10 smithi038 conmon[37921]: cluster 2024-02-19T23:47:08.893699+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:47:10.350 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:10 smithi038 conmon[37921]: ) 892 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:47:10.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:10 smithi177 conmon[43314]: cluster 2024-02-19T23:47:08.893699+0000 mgr.smithi038.xcqglv (mgr.14182) 892 : cluster [DBG] pgmap v615: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:47:10.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:10 smithi177 conmon[43314]: 2024-02-19T23:47:11.258 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:47:11.258 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:47:11.816 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:12.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:12 smithi038 conmon[37921]: cluster 2024-02-19T23:47:10.894263+0000 mgr.smithi038.xcqglv (mgr.14182) 893 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:47:12.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:12 smithi038 conmon[37921]: audit 2024-02-19T23:47:11.248550+0000 mgr.smithi038.xcqglv (mgr.14182) 894 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:12.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:12 smithi177 conmon[43314]: cluster 2024-02-19T23:47:10.894263+0000 mgr.smithi038.xcqglv (mgr.14182) 893 : cluster [DBG] pgmap v616: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:47:12.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:12 smithi177 conmon[43314]: audit 2024-02-19T23:47:11.248550+0000 mgr.smithi038.xcqglv (mgr.14182) 894 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:12.817 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:14.316 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:14 smithi038 conmon[37921]: cluster 2024-02-19T23:47:12.895030+0000 mgr.smithi038.xcqglv (mgr.14182) 895 : cluster 2024-02-19T23:47:14.316 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:14 smithi038 conmon[37921]: [DBG] pgmap v617: 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-19T23:47:14.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:14 smithi177 conmon[43314]: cluster 2024-02-19T23:47:12.895030+0000 mgr.smithi038.xcqglv (mgr.14182) 895 : cluster [DBG] pgmap v617: 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-19T23:47:14.731 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:47:14.731 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:47:15.298 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:16.299 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:16.337 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:16 smithi038 conmon[37921]: audit 2024-02-19T23:47:14.721517+0000 mgr.smithi038.xcqglv (mgr.14182) 896 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:16.338 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:16 smithi038 conmon[37921]: cluster 2024-02-19T23:47:14.895513+0000 mgr.smithi038.xcqglv (mgr.14182) 897 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:47:16.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:16 smithi177 conmon[43314]: audit 2024-02-19T23:47:14.721517+0000 mgr.smithi038.xcqglv (mgr.14182) 896 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:16.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:16 smithi177 conmon[43314]: cluster 2024-02-19T23:47:14.895513+0000 mgr.smithi038.xcqglv (mgr.14182) 897 : cluster [DBG] pgmap v618: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:47:18.162 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:47:18.162 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:47:18.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:18 smithi038 conmon[37921]: cluster 2024-02-19T23:47:16.896429+0000 mgr.smithi038.xcqglv (mgr.14182) 898 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:47:18.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:18 smithi177 conmon[43314]: cluster 2024-02-19T23:47:16.896429+0000 mgr.smithi038.xcqglv (mgr.14182) 898 : cluster [DBG] pgmap v619: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:47:18.721 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:19.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:19 smithi038 conmon[37921]: audit 2024-02-19T23:47:18.152614+0000 mgr.smithi038.xcqglv (mgr.14182) 899 : audit 2024-02-19T23:47:19.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:19 smithi038 conmon[37921]: [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:19.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:19 smithi177 conmon[43314]: audit 2024-02-19T23:47:18.152614+0000 mgr.smithi038.xcqglv (mgr.14182) 899 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:19.722 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:20.403 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:20 smithi038 conmon[37921]: cluster 2024-02-19T23:47:18.897061+0000 mgr.smithi038.xcqglv (mgr.14182) 900 : 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-19T23:47:20.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:20 smithi177 conmon[43314]: cluster 2024-02-19T23:47:18.897061+0000 mgr.smithi038.xcqglv (mgr.14182) 900 : 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-19T23:47:20.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:20 smithi177 conmon[43314]: 2024-02-19T23:47:21.639 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:47:21.639 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:47:22.197 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:22.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:22 smithi177 conmon[43314]: cluster 2024-02-19T23:47:20.897860+0000 mgr.smithi038.xcqglv (mgr.14182) 901 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:47:22.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:22 smithi038 conmon[37921]: cluster 2024-02-19T23:47:20.897860+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:47:22.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:22 smithi038 conmon[37921]: 901 : cluster [DBG] pgmap v621: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:47:23.199 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:23.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:23 smithi177 conmon[43314]: audit 2024-02-19T23:47:21.629665+0000 mgr.smithi038.xcqglv (mgr.14182) 902 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:23.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:23 smithi038 conmon[37921]: audit 2024-02-19T23:47:21.629665+0000 mgr.smithi038.xcqglv (mgr.14182) 902 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:24.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:24 smithi038 conmon[37921]: cluster 2024-02-19T23:47:22.898966+0000 mgr.smithi038.xcqglv (mgr.14182) 903 : cluster [DBG] 2024-02-19T23:47:24.350 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:24 smithi038 conmon[37921]: pgmap v622: 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-19T23:47:24.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:24 smithi177 conmon[43314]: cluster 2024-02-19T23:47:22.898966+0000 mgr.smithi038.xcqglv (mgr.14182) 903 : cluster [DBG] pgmap v622: 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-19T23:47:24.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:24 smithi177 conmon[43314]: 2024-02-19T23:47:25.099 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:47:25.099 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:47:25.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:26.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:26 smithi177 conmon[43314]: cluster 2024-02-19T23:47:24.899406+0000 mgr.smithi038.xcqglv (mgr.14182) 904 : 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-19T23:47:26.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:26 smithi177 conmon[43314]: 2024-02-19T23:47:26.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:26 smithi177 conmon[43314]: audit 2024-02-19T23:47:25.089867+0000 mgr.smithi038.xcqglv (mgr.14182) 905 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:26.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:26 smithi038 conmon[37921]: cluster 2024-02-19T23:47:24.899406+0000 mgr.smithi038.xcqglv (mgr.14182) 904 : 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-19T23:47:26.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:26 smithi038 conmon[37921]: audit 2024-02-19T23:47:25.089867+0000 mgr.smithi038.xcqglv (mgr.14182) 905 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:26.681 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:28.164 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:28 smithi038 conmon[37921]: cluster 2024-02-19T23:47:26.900453+0000 mgr.smithi038.xcqglv (mgr.14182) 906 : 2024-02-19T23:47:28.164 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:28 smithi038 conmon[37921]: 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-19T23:47:28.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:28 smithi177 conmon[43314]: cluster 2024-02-19T23:47:26.900453+0000 mgr.smithi038.xcqglv (mgr.14182) 906 : 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-19T23:47:28.582 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:47:28.583 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:47:29.180 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:29.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:29 smithi177 conmon[43314]: audit 2024-02-19T23:47:28.573191+0000 mgr.smithi038.xcqglv (mgr.14182) 907 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:29.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:29 smithi038 conmon[37921]: audit 2024-02-19T23:47:28.573191+0000 mgr.smithi038.xcqglv (mgr.14182) 907 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:30.181 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:30.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:30 smithi177 conmon[43314]: cluster 2024-02-19T23:47:28.901332+0000 mgr.smithi038.xcqglv (mgr.14182) 908 : 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-19T23:47:30.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:30 smithi038 conmon[37921]: cluster 2024-02-19T23:47:28.901332+0000 mgr.smithi038.xcqglv (mgr.14182) 908 : 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-19T23:47:32.156 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:47:32.156 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:47:32.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:32 smithi177 conmon[43314]: cluster 2024-02-19T23:47:30.902136+0000 mgr.smithi038.xcqglv (mgr.14182) 909 : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:47:32.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:32 smithi038 conmon[37921]: cluster 2024-02-19T23:47:30.902136+0000 mgr.smithi038.xcqglv (mgr.14182) 909 2024-02-19T23:47:32.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:32 smithi038 conmon[37921]: : cluster [DBG] pgmap v626: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:47:32.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:33.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:33 smithi177 conmon[43314]: audit 2024-02-19T23:47:32.146739+0000 mgr.smithi038.xcqglv (mgr.14182) 910 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:33.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:33 smithi038 conmon[37921]: audit 2024-02-19T23:47:32.146739+0000 mgr.smithi038.xcqglv (mgr.14182) 910 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:33.714 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:34.508 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:34 smithi038 conmon[37921]: cluster 2024-02-19T23:47:32 2024-02-19T23:47:34.508 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:34 smithi038 conmon[37921]: .903175+0000 mgr.smithi038.xcqglv (mgr.14182) 911 : cluster [DBG] pgmap v627: 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-19T23:47:34.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:34 smithi177 conmon[43314]: cluster 2024-02-19T23:47:32.903175+0000 mgr.smithi038.xcqglv (mgr.14182) 911 : cluster [DBG] pgmap v627: 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-19T23:47:34.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:34 smithi177 conmon[43314]: 2024-02-19T23:47:35.517 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:47:35.517 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:47:36.071 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:36.350 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:36 smithi038 conmon[37921]: cluster 2024-02-19T23:47:34.903814+0000 mgr.smithi038.xcqglv (mgr.14182) 912 : 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-19T23:47:36.350 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:36 smithi038 conmon[37921]: audit 2024-02-19T23:47:35.507398+0000 mgr.smithi038.xcqglv (mgr.14182) 913 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:36.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:36 smithi177 conmon[43314]: cluster 2024-02-19T23:47:34.903814+0000 mgr.smithi038.xcqglv (mgr.14182) 912 : 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-19T23:47:36.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:36 smithi177 conmon[43314]: audit 2024-02-19T23:47:35.507398+0000 mgr.smithi038.xcqglv (mgr.14182) 913 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:37.072 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:38.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:38 smithi038 conmon[37921]: cluster 2024-02-19T23:47:36.904781+0000 mgr.smithi038.xcqglv (mgr.14182) 914 : cluster 2024-02-19T23:47:38.350 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:38 smithi038 conmon[37921]: [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-19T23:47:38.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:38 smithi177 conmon[43314]: cluster 2024-02-19T23:47:36.904781+0000 mgr.smithi038.xcqglv (mgr.14182) 914 : 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-19T23:47:39.015 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:47:39.015 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:47:39.605 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:40.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:40 smithi177 conmon[43314]: cluster 2024-02-19T23:47:38.905372+0000 mgr.smithi038.xcqglv (mgr.14182) 915 : 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-19T23:47:40.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:40 smithi177 conmon[43314]: audit 2024-02-19T23:47:39.005814+0000 mgr.smithi038.xcqglv (mgr.14182) 916 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:40.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:40 smithi038 conmon[37921]: cluster 2024-02-19T23:47:38.905372+0000 mgr.smithi038.xcqglv (mgr.14182) 915 : 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-19T23:47:40.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:40 smithi038 conmon[37921]: audit 2024-02-19T23:47:39.005814+0000 mgr.smithi038.xcqglv (mgr.14182) 916 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:40.606 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:42.350 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:42 smithi038 conmon[37921]: cluster 2024-02-19T23:47:40.905927+0000 2024-02-19T23:47:42.350 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:42 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 917 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:47:42.509 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:47:42.509 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:47:42.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:42 smithi177 conmon[43314]: cluster 2024-02-19T23:47:40.905927+0000 mgr.smithi038.xcqglv (mgr.14182) 917 : cluster [DBG] pgmap v631: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:47:43.129 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:43.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:43 smithi177 conmon[43314]: audit 2024-02-19T23:47:42.500372+0000 mgr.smithi038.xcqglv (mgr.14182) 918 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:43.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:43 smithi038 conmon[37921]: audit 2024-02-19T23:47:42.500372+0000 mgr.smithi038.xcqglv (mgr.14182) 918 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:44.129 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:44.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:44 smithi177 conmon[43314]: cluster 2024-02-19T23:47:42.906965+0000 mgr.smithi038.xcqglv (mgr.14182) 919 : cluster [DBG] pgmap v632: 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-19T23:47:44.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:44 smithi038 conmon[37921]: cluster 2024-02-19T23:47:42.906965+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:47:44.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:44 smithi038 conmon[37921]: 919 : cluster [DBG] pgmap v632: 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-19T23:47:46.051 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:47:46.051 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:47:46.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:46 smithi038 conmon[37921]: cluster 2024-02-19T23:47:44.907613+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:47:46.350 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:46 smithi038 conmon[37921]: 14182) 920 : 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-19T23:47:46.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:46 smithi177 conmon[43314]: cluster 2024-02-19T23:47:44.907613+0000 mgr.smithi038.xcqglv (mgr.14182) 920 : 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-19T23:47:46.614 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:47.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:47 smithi177 conmon[43314]: audit 2024-02-19T23:47:46.041460+0000 mgr.smithi038.xcqglv (mgr.14182) 921 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:47.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:47 smithi038 conmon[37921]: audit 2024-02-19T23:47:46.041460+0000 mgr.smithi038.xcqglv (mgr.14182) 921 : audit [DBG] 2024-02-19T23:47:47.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:47 smithi038 conmon[37921]: from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:47.615 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:48.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:48 smithi038 conmon[37921]: cluster 2024-02-19T23:47:46.908738+0000 mgr.smithi038.xcqglv (mgr.14182) 922 : cluster 2024-02-19T23:47:48.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:48 smithi038 conmon[37921]: [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-19T23:47:48.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:48 smithi177 conmon[43314]: cluster 2024-02-19T23:47:46.908738+0000 mgr.smithi038.xcqglv (mgr.14182) 922 : cluster 2024-02-19T23:47:48.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:48 smithi177 conmon[43314]: [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-19T23:47:49.524 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:47:49.525 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:47:50.061 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:50.350 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:50 smithi038 conmon[37921]: cluster 2024-02-19T23:47:48.909409+0000 mgr.smithi038.xcqglv (mgr.14182) 923 : 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-19T23:47:50.350 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:50 smithi038 conmon[37921]: audit 2024-02-19T23:47:49.514901+0000 mgr.smithi038.xcqglv (mgr.14182) 924 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:50.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:50 smithi177 conmon[43314]: cluster 2024-02-19T23:47:48.909409+0000 mgr.smithi038.xcqglv (mgr.14182) 923 : 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-19T23:47:50.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:50 smithi177 conmon[43314]: audit 2024-02-19T23:47:49.514901+0000 mgr.smithi038.xcqglv (mgr.14182) 924 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:51.062 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:52.542 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:52 smithi038 conmon[37921]: cluster 2024-02-19T23:47:50.910216+0000 mgr.smithi038.xcqglv (mgr.14182) 925 : cluster 2024-02-19T23:47:52.542 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:52 smithi038 conmon[37921]: [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:47:52.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:52 smithi177 conmon[43314]: cluster 2024-02-19T23:47:50.910216+0000 mgr.smithi038.xcqglv (mgr.14182) 925 : cluster [DBG] pgmap v636: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:47:52.972 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:47:52.972 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:47:53.563 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:54.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:54 smithi177 conmon[43314]: cluster 2024-02-19T23:47:52.910955+0000 mgr.smithi038.xcqglv (mgr.14182) 926 : cluster [DBG] pgmap v637: 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-19T23:47:54.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:54 smithi177 conmon[43314]: audit 2024-02-19T23:47:52.962490+0000 mgr.smithi038.xcqglv (mgr.14182) 927 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:54.564 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:54.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:54 smithi038 conmon[37921]: cluster 2024-02-19T23:47:52.910955+0000 mgr.smithi038.xcqglv (mgr.14182) 926 : cluster [DBG] pgmap v637: 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-19T23:47:54.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:54 smithi038 conmon[37921]: audit 2024-02-19T23:47:52.962490+0000 mgr.smithi038.xcqglv (mgr.14182) 927 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:56.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:56 smithi038 conmon[37921]: cluster 2024-02-19T23:47:54.911461+0000 mgr.smithi038.xcqglv (mgr.14182) 928 : 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-19T23:47:56.392 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:47:56.392 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:47:56.547 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:56 smithi177 conmon[43314]: cluster 2024-02-19T23:47:54.911461+0000 mgr.smithi038.xcqglv (mgr.14182) 928 : 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-19T23:47:56.959 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:57.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:57 smithi177 conmon[43314]: audit 2024-02-19T23:47:56.383298+0000 mgr.smithi038.xcqglv (mgr.14182) 929 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:57.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:57 smithi038 conmon[37921]: audit 2024-02-19T23:47:56.383298+0000 mgr.smithi038.xcqglv (mgr.14182) 929 : audit 2024-02-19T23:47:57.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:57 smithi038 conmon[37921]: [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:57.961 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:58.349 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:58 smithi038 conmon[37921]: cluster 2024-02-19T23:47:56.912443+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:47:58.350 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:47:58 smithi038 conmon[37921]: 930 : 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-19T23:47:58.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:58 smithi177 conmon[43314]: cluster 2024-02-19T23:47:56.912443+0000 mgr.smithi038.xcqglv (mgr.14182) 930 : cluster [DBG] 2024-02-19T23:47:58.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:47:58 smithi177 conmon[43314]: 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-19T23:47:59.848 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:47:59.848 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:48:00.417 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:00.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:00 smithi177 conmon[43314]: cluster 2024-02-19T23:47:58.913181+0000 mgr.smithi038.xcqglv (mgr.14182) 931 : 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-19T23:48:00.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:00 smithi038 conmon[37921]: cluster 2024-02-19T23:47:58.913181+0000 mgr.smithi038.xcqglv (mgr.14182) 931 : 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-19T23:48:01.418 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:01.545 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:01 smithi038 conmon[37921]: audit 2024-02-19T23:47:59.838242+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:48:01.545 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:01 smithi038 conmon[37921]: mgr.14182) 932 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:01.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:01 smithi177 conmon[43314]: audit 2024-02-19T23:47:59.838242+0000 mgr.smithi038.xcqglv (mgr.14182) 932 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:02.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:02 smithi177 conmon[43314]: cluster 2024-02-19T23:48:00.913927+0000 mgr.smithi038.xcqglv (mgr.14182) 933 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:48:02.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:02 smithi038 conmon[37921]: cluster 2024-02-19T23:48:00.913927+0000 mgr.smithi038.xcqglv (mgr.14182) 933 : cluster [DBG] pgmap v641: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:48:03.380 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:48:03.381 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:48:03.934 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:04.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:04 smithi177 conmon[43314]: cluster 2024-02-19T23:48:02.914888+0000 mgr.smithi038.xcqglv (mgr.14182) 934 : cluster [DBG] pgmap v642: 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-19T23:48:04.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:04 smithi177 conmon[43314]: audit 2024-02-19 2024-02-19T23:48:04.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:04 smithi177 conmon[43314]: T23:48:03.369753+0000 mgr.smithi038.xcqglv (mgr.14182) 935 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:04.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:04 smithi038 conmon[37921]: cluster 2024-02-19T23:48:02.914888+0000 mgr.smithi038.xcqglv (mgr.14182) 934 : cluster [DBG] pgmap v642: 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-19T23:48:04.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:04 smithi038 conmon[37921]: audit 2024-02-19T23:48:03.369753+0000 mgr.smithi038.xcqglv (mgr.14182) 935 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:04.935 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:06.402 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:06 smithi038 conmon[37921]: cluster 2024-02-19T23:48:04.915493+0000 mgr.smithi038.xcqglv (mgr.14182) 936 : 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-19T23:48:06.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:06 smithi177 conmon[43314]: cluster 2024-02-19T23:48:04.915493+0000 mgr.smithi038.xcqglv (mgr.14182) 936 : 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-19T23:48:06.824 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:48:06.824 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:21.724025Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.vkyexa on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-vkyexa\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.vkyexa\nDeploy daemon haproxy.nfs.foo.smithi177.vkyexa ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:38:25Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:02Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:39:41Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.138245Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.dashhf on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-dashhf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.dashhf\nDeploy daemon haproxy.nfs.foo.smithi038.dashhf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:40:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:41:36Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:42:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:55.140498Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.hsjwka on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:48:07.426 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:08.428 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:08.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:08 smithi177 conmon[43314]: audit 2024-02-19T23:48:06.814938+0000 mgr.smithi038.xcqglv (mgr.14182) 937 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:08.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:08 smithi177 conmon[43314]: cluster 2024-02-19T23:48:06.916412+0000 mgr.smithi038.xcqglv (mgr.14182) 938 : 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-19T23:48:08.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:08 smithi038 conmon[37921]: audit 2024-02-19T23:48:06.814938+0000 mgr.smithi038.xcqglv (mgr.14182) 937 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:08.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:08 smithi038 conmon[37921]: cluster 2024-02-19T23:48:06.916412+0000 mgr.smithi038.xcqglv (mgr.14182) 938 : 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-19T23:48:10.323 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:48:10.324 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:48:10.547 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: cluster 2024-02-19T23:48:08.917086+0000 mgr.smithi038.xcqglv (mgr.14182) 939 : 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-19T23:48:10.547 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: cephadm 2024-02-19T23:48:09.523695+0000 mgr.smithi038.xcqglv (mgr.14182) 940 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt 2024-02-19T23:48:10.547 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt 2024-02-19T23:48:10.547 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt 2024-02-19T23:48:10.547 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt 2024-02-19T23:48:10.547 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi038.tnogjt ... 2024-02-19T23:48:10.548 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:10.548 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:48:10.548 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:46:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.548 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:46:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.548 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:47:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.548 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: stat: stderr 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-19T23:48:10.549 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.549 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:10.549 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: Traceback (most recent call last): 2024-02-19T23:48:10.549 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:48:10.549 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: yield (conn, connr) 2024-02-19T23:48:10.549 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:48:10.549 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: code, '\n'.join(err))) 2024-02-19T23:48:10.549 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: 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-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt 2024-02-19T23:48:10.549 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt 2024-02-19T23:48:10.550 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt 2024-02-19T23:48:10.550 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt 2024-02-19T23:48:10.550 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi038.tnogjt ... 2024-02-19T23:48:10.550 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:10.550 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:48:10.550 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:46:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.550 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:46:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.550 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:47:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.550 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: stat: stderr 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-19T23:48:10.550 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-02-19T23:48:10.550 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T23:48:10.550 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:10.550 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: cephadm 2024-02-19T23:48:09.523960+0000 mgr.smithi038.xcqglv (mgr.14182) 941 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.tnogjt 2024-02-19T23:48:10.551 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: audit 2024-02-19T23:48:09.524369+0000 mon.smithi038 (mon.0) 749 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.tnogjt"}]: dispatch 2024-02-19T23:48:10.551 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: cephadm 2024-02-19T23:48:10.551 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: 2024-02-19T23:48:09.525139+0000 mgr.smithi038.xcqglv (mgr.14182) 942 : cephadm 2024-02-19T23:48:10.551 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: [ERR] Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt 2024-02-19T23:48:10.551 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt 2024-02-19T23:48:10.551 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt 2024-02-19T23:48:10.551 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt 2024-02-19T23:48:10.551 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi038.tnogjt ... 2024-02-19T23:48:10.551 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:10.551 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:48:10.551 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:46:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.551 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:46:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.551 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:47:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.551 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: stat: stderr 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-19T23:48:10.552 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.552 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:10.552 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: cephadm 2024-02-19T23:48:09.526613+0000 mgr.smithi038.xcqglv (mgr.14182) 943 2024-02-19T23:48:10.552 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:48:10.552 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: cephadm 2024-02 2024-02-19T23:48:10.552 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: -19T23:48:09.527842+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:48:10.552 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: .14182) 944 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:48:10.552 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: cluster 2024- 2024-02-19T23:48:10.552 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: 02-19T23:48:09.528838+0000 mgr.smithi038.xcqglv 2024-02-19T23:48:10.552 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: (mgr.14182) 945 : cluster [DBG] 2024-02-19T23:48:10.552 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:10 smithi177 conmon[43314]: pgmap v646: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T23:48:10.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: cluster 2024-02-19T23:48:08.917086+0000 mgr.smithi038.xcqglv (mgr.14182) 939 : 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-19T23:48:10.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: cephadm 2024-02-19T23:48:09.523695+0000 mgr.smithi038.xcqglv (mgr.14182) 940 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt 2024-02-19T23:48:10.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt 2024-02-19T23:48:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt 2024-02-19T23:48:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt 2024-02-19T23:48:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi038.tnogjt ... 2024-02-19T23:48:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:48:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:46:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:46:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:47:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: stat: stderr 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-19T23:48:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: Traceback (most recent call last): 2024-02-19T23:48:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:48:10.601 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: yield (conn, connr) 2024-02-19T23:48:10.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:48:10.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: code, '\n'.join(err))) 2024-02-19T23:48:10.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: 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-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt 2024-02-19T23:48:10.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt 2024-02-19T23:48:10.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt 2024-02-19T23:48:10.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt 2024-02-19T23:48:10.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi038.tnogjt ... 2024-02-19T23:48:10.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:10.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:48:10.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:46:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:46:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:47:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: stat: stderr 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-19T23:48:10.602 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21 2024-02-19T23:48:10.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: .0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:10.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: cephadm 2024-02-19T23:48:09.523960+0000 mgr.smithi038.xcqglv (mgr.14182) 941 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.tnogjt 2024-02-19T23:48:10.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: audit 2024-02-19T23:48:09.524369+0000 mon.smithi038 (mon.0) 749 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.tnogjt"}]: dispatch 2024-02-19T23:48:10.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: cephadm 2024-02-19T23:48:09.525139+0000 mgr.smithi038.xcqglv (mgr.14182) 942 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt 2024-02-19T23:48:10.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt 2024-02-19T23:48:10.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt 2024-02-19T23:48:10.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt 2024-02-19T23:48:10.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi038.tnogjt ... 2024-02-19T23:48:10.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:10.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:48:10.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:46:13Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:46:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:47:28Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: stat: stderr 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-19T23:48:10.603 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:48:10.604 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:10.604 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: cephadm 2024-02-19T23:48:09.526613+0000 mgr.smithi038.xcqglv (mgr.14182) 943 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:48:10.604 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: cephadm 2024-02-19T23:48:09.527842+0000 mgr.smithi038.xcqglv (mgr.14182) 944 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:48:10.604 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:10 smithi038 conmon[37921]: cluster 2024-02-19T23:48:09.528838+0000 mgr.smithi038.xcqglv (mgr.14182) 945 : cluster [DBG] pgmap v646: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T23:48:10.902 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:11.544 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:11 smithi038 conmon[37921]: cluster 2024-02-19T23:48:10.274482+0000 mon.smithi038 (mon.0) 750 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:48:11.545 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:11 smithi038 conmon[37921]: audit 2024-02-19T23:48:10.313425+0000 mgr.smithi038.xcqglv (mgr.14182) 946 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:11.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:11 smithi177 conmon[43314]: cluster 2024-02-19T23:48:10.274482+0000 mon.smithi038 (mon.0) 750 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:48:11.545 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:11 smithi177 conmon[43314]: audit 2024-02-19T23:48:10.313425+0000 mgr.smithi038.xcqglv (mgr.14182) 946 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:11.903 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:12.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:12 smithi038 conmon[37921]: cluster 2024-02-19T23:48:11.529904+0000 mgr.smithi038.xcqglv (mgr.14182) 947 : cluster 2024-02-19T23:48:12.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:12 smithi038 conmon[37921]: [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-19T23:48:12.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:12 smithi177 conmon[43314]: cluster 2024-02-19T23:48:11.529904+0000 mgr.smithi038.xcqglv (mgr.14182) 947 : cluster [DBG] pgmap v647: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-19T23:48:13.941 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:48:13.942 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:48:14.516 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:14.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:14 smithi038 conmon[37921]: cluster 2024-02-19T23:48:13.530742+0000 mgr.smithi038.xcqglv (mgr.14182) 948 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T23:48:14.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:14 smithi038 conmon[37921]: audit 2024-02-19T23:48:13.742795+0000 mon.smithi038 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:48:15.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:14 smithi177 conmon[43314]: cluster 2024-02-19T23:48:13.530742+0000 mgr.smithi038.xcqglv (mgr.14182) 948 : cluster [DBG] pgmap v648: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T23:48:15.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:14 smithi177 conmon[43314]: audit 2024-02-19T23:48:13.742795+0000 mon.smithi038 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:48:15.517 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:15.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:15 smithi038 conmon[37921]: audit 2024-02-19T23:48:13.932174+0000 mgr.smithi038.xcqglv (mgr.14182) 949 : audit [DBG] 2024-02-19T23:48:15.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:15 smithi038 conmon[37921]: from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:16.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:15 smithi177 conmon[43314]: audit 2024-02-19T23:48:13.932174+0000 mgr.smithi038.xcqglv (mgr.14182) 949 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:16.981 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:16 smithi038 conmon[37921]: cluster 2024-02-19T23:48:15.531451+0000 mgr.smithi038.xcqglv (mgr.14182) 950 : cluster 2024-02-19T23:48:16.981 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:16 smithi038 conmon[37921]: [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T23:48:17.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:16 smithi177 conmon[43314]: cluster 2024-02-19T23:48:15.531451+0000 mgr.smithi038.xcqglv (mgr.14182) 950 : cluster [DBG] pgmap v649: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T23:48:17.404 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:48:17.404 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:48:18.000 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:19.001 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:19.035 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:18 smithi038 conmon[37921]: audit 2024-02-19T23:48:17.394772+0000 mgr.smithi038.xcqglv (mgr.14182) 951 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:19.035 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:18 smithi038 conmon[37921]: cluster 2024-02-19T23:48:17.532633+0000 mgr.smithi038.xcqglv (mgr.14182) 952 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T23:48:19.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:18 smithi177 conmon[43314]: audit 2024-02-19T23:48:17.394772+0000 mgr.smithi038.xcqglv (mgr.14182) 951 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:19.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:18 smithi177 conmon[43314]: cluster 2024-02-19T23:48:17.532633+0000 mgr.smithi038.xcqglv (mgr.14182) 952 : cluster [DBG] pgmap v650: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T23:48:19.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:19 smithi038 conmon[37921]: audit 2024-02-19T23:48:18.650138+0000 mon.smithi038 (mon.0 2024-02-19T23:48:19.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:19 smithi038 conmon[37921]: ) 752 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:48:19.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:19 smithi038 conmon[37921]: cluster 2024-02-19T23:48:19.533431+0000 mgr.smithi038.xcqglv (mgr.14182) 953 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T23:48:20.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:19 smithi177 conmon[43314]: audit 2024-02-19T23:48:18.650138+0000 mon.smithi038 (mon.0) 752 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:48:20.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:19 smithi177 conmon[43314]: cluster 2024-02-19T23:48:19.533431+0000 mgr.smithi038.xcqglv (mgr.14182) 953 : cluster [DBG] pgmap v651: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 96 B/s rd, 0 op/s 2024-02-19T23:48:20.918 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:48:20.919 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:48:21.509 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:22.510 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:22.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:22 smithi038 conmon[37921]: audit 2024-02-19T23:48:20.908715+0000 mgr.smithi038.xcqglv (mgr.14182) 954 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:22.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:22 smithi038 conmon[37921]: cluster 2024-02-19T23:48:21.534441+0000 mgr.smithi038.xcqglv (mgr.14182) 955 : cluster [DBG] pgmap v652: 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-19T23:48:23.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:22 smithi177 conmon[43314]: audit 2024-02-19T23:48:20.908715+0000 mgr.smithi038.xcqglv (mgr.14182) 954 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:23.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:22 smithi177 conmon[43314]: cluster 2024-02-19T23:48:21.534441+0000 mgr.smithi038.xcqglv (mgr.14182) 955 : cluster [DBG] pgmap v652: 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-19T23:48:24.477 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:48:24.477 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:48:24.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:24 smithi038 conmon[37921]: cluster 2024-02-19T23:48:23.535370+0000 mgr.smithi038.xcqglv (mgr.14182) 956 : 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-19T23:48:25.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:24 smithi177 conmon[43314]: cluster 2024-02-19T23:48:23.535370+0000 mgr.smithi038.xcqglv (mgr.14182) 956 : 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-19T23:48:25.056 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:26.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:25 smithi177 conmon[43314]: audit 2024-02-19T23:48:24.467306+0000 mgr.smithi038.xcqglv (mgr.14182) 957 : audit [DBG] 2024-02-19T23:48:26.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:25 smithi177 conmon[43314]: from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:26.057 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:26.092 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:25 smithi038 conmon[37921]: audit 2024-02-19T23:48:24.467306+0000 mgr.smithi038.xcqglv (mgr.14182) 957 : audit 2024-02-19T23:48:26.093 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:25 smithi038 conmon[37921]: [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:26.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:26 smithi038 conmon[37921]: cluster 2024-02-19T23:48:25.536113+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:48:26.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:26 smithi038 conmon[37921]: .14182) 958 : 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-19T23:48:27.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:26 smithi177 conmon[43314]: cluster 2024-02-19T23:48:25.536113+0000 mgr.smithi038.xcqglv (mgr.14182) 958 : 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-19T23:48:27.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:26 smithi177 conmon[43314]: 2024-02-19T23:48:27.911 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:48:27.911 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:48:28.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:28.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:28 smithi038 conmon[37921]: cluster 2024-02-19T23:48:27.537558+0000 mgr.smithi038.xcqglv (mgr.14182) 959 : 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-19T23:48:28.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:28 smithi177 conmon[43314]: cluster 2024-02-19T23:48:27.537558+0000 mgr.smithi038.xcqglv (mgr.14182) 959 : 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-19T23:48:29.465 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:29.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:29 smithi038 conmon[37921]: audit 2024-02-19T23:48:27.901720+0000 mgr.smithi038.xcqglv (mgr.14182) 960 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:29.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:29 smithi177 conmon[43314]: audit 2024-02-19T23:48:27.901720+0000 mgr.smithi038.xcqglv (mgr.14182) 960 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:30.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:30 smithi038 conmon[37921]: cluster 2024-02-19T23:48:29.538235+0000 mgr.smithi038.xcqglv (mgr.14182) 961 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:48:30.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:30 smithi177 conmon[43314]: cluster 2024-02-19T23:48:29.538235+0000 mgr.smithi038.xcqglv (mgr.14182) 961 : cluster [DBG] pgmap v656: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:48:30.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:30 smithi177 conmon[43314]: 2024-02-19T23:48:31.490 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:48:31.491 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:48:32.023 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:33.024 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:33.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:32 smithi177 conmon[43314]: audit 2024-02-19T23:48:31.480959+0000 mgr.smithi038.xcqglv (mgr.14182) 962 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:33.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:32 smithi177 conmon[43314]: cluster 2024-02-19T23:48:31.539496+0000 mgr.smithi038.xcqglv (mgr.14182) 963 : cluster [DBG] pgmap v657: 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-19T23:48:33.060 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:32 smithi038 conmon[37921]: audit 2024-02-19T23:48:31.480959+0000 mgr.smithi038.xcqglv (mgr.14182) 962 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:33.060 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:32 smithi038 conmon[37921]: 2024-02-19T23:48:33.060 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:32 smithi038 conmon[37921]: cluster 2024-02-19T23:48:31.539496+0000 mgr.smithi038.xcqglv (mgr.14182) 963 : cluster [DBG] pgmap v657: 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-19T23:48:34.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:34 smithi038 conmon[37921]: cluster 2024-02-19T23:48:33.540518+0000 mgr.smithi038.xcqglv (mgr.14182) 964 : 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-19T23:48:34.960 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:48:34.960 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:48:35.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:34 smithi177 conmon[43314]: cluster 2024-02-19T23:48:33.540518+0000 mgr.smithi038.xcqglv (mgr.14182) 964 : 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-19T23:48:35.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:36.547 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:36.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:36 smithi038 conmon[37921]: audit 2024-02-19T23:48:34.950643+0000 mgr.smithi038.xcqglv (mgr.14182) 965 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:36.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:36 smithi038 conmon[37921]: cluster 2024-02-19T23:48:35.541194+0000 mgr.smithi038.xcqglv (mgr.14182) 966 : 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-19T23:48:37.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:36 smithi177 conmon[43314]: audit 2024-02-19T23:48:34.950643+0000 mgr.smithi038.xcqglv (mgr.14182) 965 2024-02-19T23:48:37.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:36 smithi177 conmon[43314]: : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:37.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:36 smithi177 conmon[43314]: cluster 2024-02-19T23:48:35.541194+0000 mgr.smithi038.xcqglv (mgr.14182) 966 : cluster [DBG] 2024-02-19T23:48:37.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:36 smithi177 conmon[43314]: 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-19T23:48:38.513 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:48:38.514 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:48:38.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:38 smithi038 conmon[37921]: cluster 2024-02-19T23:48:37.542557+0000 mgr.smithi038.xcqglv (mgr.14182) 967 : 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-19T23:48:39.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:38 smithi177 conmon[43314]: cluster 2024-02-19T23:48:37.542557+0000 mgr.smithi038.xcqglv (mgr.14182) 967 : 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-19T23:48:39.114 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:40.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:39 smithi177 conmon[43314]: audit 2024-02-19T23:48:38.503937+0000 mgr.smithi038.xcqglv (mgr.14182) 968 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:40.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:39 smithi177 conmon[43314]: 2024-02-19T23:48:40.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:39 smithi038 conmon[37921]: audit 2024-02-19T23:48:38.503937+0000 mgr.smithi038.xcqglv (mgr.14182) 968 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:40.115 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:40.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:40 smithi038 conmon[37921]: cluster 2024-02-19T23:48:39.543376+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:48:40.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:40 smithi038 conmon[37921]: ) 969 : cluster [DBG] pgmap v661: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:48:41.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:40 smithi177 conmon[43314]: cluster 2024-02-19T23:48:39.543376+0000 mgr.smithi038.xcqglv (mgr.14182) 969 : cluster [DBG] 2024-02-19T23:48:41.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:40 smithi177 conmon[43314]: pgmap v661: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:48:42.030 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:48:42.030 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:48:42.620 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:42.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:42 smithi038 conmon[37921]: cluster 2024-02-19T23:48:41.544770+0000 mgr.smithi038.xcqglv (mgr.14182) 970 : cluster [DBG] pgmap v662: 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-19T23:48:43.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:42 smithi177 conmon[43314]: cluster 2024-02-19T23:48:41.544770+0000 mgr.smithi038.xcqglv (mgr.14182) 970 : cluster 2024-02-19T23:48:43.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:42 smithi177 conmon[43314]: [DBG] pgmap v662: 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-19T23:48:43.621 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:44.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:43 smithi177 conmon[43314]: audit 2024-02-19T23:48:42.021488+0000 mgr.smithi038.xcqglv (mgr.14182) 971 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:44.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:43 smithi038 conmon[37921]: audit 2024-02-19T23:48:42.021488+0000 mgr.smithi038.xcqglv (mgr.14182) 971 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:44.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:43 smithi038 conmon[37921]: 2024-02-19T23:48:44.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:44 smithi038 conmon[37921]: cluster 2024-02-19T23:48:43.545724+0000 mgr.smithi038.xcqglv (mgr.14182) 972 : 2024-02-19T23:48:44.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:44 smithi038 conmon[37921]: 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-19T23:48:45.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:44 smithi177 conmon[43314]: cluster 2024-02-19T23:48:43.545724+0000 mgr.smithi038.xcqglv (mgr.14182) 972 : 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-19T23:48:45.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:44 smithi177 conmon[43314]: 2024-02-19T23:48:45.517 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:48:45.517 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:48:45.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:45 smithi038 conmon[37921]: audit 2024-02-19T23:48:45.506596+0000 mgr.smithi038.xcqglv (mgr.14182) 973 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:45.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:45 smithi038 conmon[37921]: cluster 2024-02-19T23:48:45.546430+0000 mgr.smithi038.xcqglv (mgr.14182) 974 : 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-19T23:48:46.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:45 smithi177 conmon[43314]: audit 2024-02-19T23:48:45.506596+0000 mgr.smithi038.xcqglv (mgr.14182) 973 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:46.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:45 smithi177 conmon[43314]: cluster 2024-02-19T23:48:45.546430+0000 mgr.smithi038.xcqglv (mgr.14182) 974 : 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-19T23:48:46.094 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:47.096 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:49.014 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:48:49.014 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:48:49.038 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:48 smithi038 conmon[37921]: cluster 2024-02-19T23:48:47.547577+0000 mgr.smithi038.xcqglv (mgr.14182) 975 : 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-19T23:48:49.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:48 smithi177 conmon[43314]: cluster 2024-02-19T23:48:47.547577+0000 mgr.smithi038.xcqglv (mgr.14182) 975 : 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-19T23:48:49.578 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:50.579 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:51.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:50 smithi177 conmon[43314]: audit 2024-02-19T23:48:49.004524+0000 mgr.smithi038.xcqglv (mgr.14182) 976 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:51.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:50 smithi177 conmon[43314]: 2024-02-19T23:48:51.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:50 smithi177 conmon[43314]: cluster 2024-02-19T23:48:49.548337+0000 mgr.smithi038.xcqglv (mgr.14182) 977 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:48:51.074 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:50 smithi038 conmon[37921]: audit 2024-02-19T23:48:49.004524+0000 mgr.smithi038.xcqglv 2024-02-19T23:48:51.074 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:50 smithi038 conmon[37921]: (mgr.14182) 976 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:51.074 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:50 smithi038 conmon[37921]: cluster 2024-02-19T23:48:49.548337+0000 mgr.smithi038.xcqglv (mgr.14182) 977 : cluster [DBG] pgmap v666: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:48:52.500 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:48:52.500 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:48:52.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:52 smithi038 conmon[37921]: cluster 2024-02-19T23:48:51.549448+0000 mgr.smithi038.xcqglv (mgr.14182) 978 : cluster [DBG] pgmap v667: 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-19T23:48:53.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:52 smithi177 conmon[43314]: cluster 2024-02-19T23:48:51.549448+0000 mgr.smithi038.xcqglv (mgr.14182) 978 : cluster [DBG] pgmap v667: 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-19T23:48:53.095 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:54.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:53 smithi177 conmon[43314]: audit 2024-02-19T23:48:52.490845+0000 mgr.smithi038.xcqglv (mgr.14182) 979 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:54.096 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:54.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:53 smithi038 conmon[37921]: audit 2024-02-19T23:48:52.490845+0000 mgr.smithi038.xcqglv (mgr.14182) 979 : audit [DBG] 2024-02-19T23:48:54.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:53 smithi038 conmon[37921]: from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:54.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:54 smithi038 conmon[37921]: cluster 2024-02-19T23:48:53.550406+0000 mgr.smithi038.xcqglv (mgr.14182) 980 2024-02-19T23:48:54.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:54 smithi038 conmon[37921]: : 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-19T23:48:55.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:54 smithi177 conmon[43314]: cluster 2024-02-19T23:48:53.550406+0000 mgr.smithi038.xcqglv (mgr.14182) 980 : 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-19T23:48:55.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:55 smithi038 conmon[37921]: cluster 2024-02-19T23:48:55.551105+0000 mgr.smithi038.xcqglv (mgr.14182) 981 : 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-19T23:48:55.954 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:48:55.955 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:48:56.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:55 smithi177 conmon[43314]: cluster 2024-02-19T23:48:55.551105+0000 mgr.smithi038.xcqglv (mgr.14182) 981 : 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-19T23:48:56.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:55 smithi177 conmon[43314]: 2024-02-19T23:48:56.562 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:56.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:56 smithi038 conmon[37921]: audit 2024-02-19T23:48:55.945861+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:48:56.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:56 smithi038 conmon[37921]: ) 982 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:57.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:56 smithi177 conmon[43314]: audit 2024-02-19T23:48:55.945861+0000 mgr.smithi038.xcqglv (mgr.14182) 982 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:57.563 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:57.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:57 smithi038 conmon[37921]: cluster 2024-02-19T23:48:57.552527+0000 2024-02-19T23:48:57.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:48:57 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 983 : 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-19T23:48:58.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:48:57 smithi177 conmon[43314]: cluster 2024-02-19T23:48:57.552527+0000 mgr.smithi038.xcqglv (mgr.14182) 983 : 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-19T23:48:59.513 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:48:59.513 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:49:00.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:01.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:00 smithi177 conmon[43314]: audit 2024-02-19T23:48:59.503875+0000 mgr.smithi038.xcqglv (mgr.14182) 984 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:01.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:00 smithi177 conmon[43314]: cluster 2024-02-19T23:48:59.553396+0000 mgr.smithi038.xcqglv (mgr.14182) 985 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:49:01.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:00 smithi038 conmon[37921]: audit 2024-02-19T23:48:59.503875+0000 mgr.smithi038.xcqglv (mgr.14182) 984 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:01.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:00 smithi038 conmon[37921]: cluster 2024-02-19T23:48:59.553396+0000 mgr.smithi038.xcqglv (mgr.14182) 985 : cluster [DBG] pgmap v671: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:49:01.126 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:03.036 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:49:03.036 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:49:03.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:02 smithi177 conmon[43314]: cluster 2024-02-19T23:49:01.554485+0000 mgr.smithi038.xcqglv (mgr.14182) 986 : cluster [DBG] pgmap v672: 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-19T23:49:03.058 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:02 smithi038 conmon[37921]: cluster 2024-02-19T23:49:01.554485+0000 mgr.smithi038.xcqglv (mgr.14182) 986 : cluster [DBG] pgmap v672: 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-19T23:49:03.609 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:04.610 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:05.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:04 smithi177 conmon[43314]: audit 2024-02-19T23:49:03.027180+0000 mgr.smithi038.xcqglv (mgr.14182) 987 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:05.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:04 smithi177 conmon[43314]: cluster 2024-02-19T23:49:03.555414+0000 mgr.smithi038.xcqglv (mgr.14182) 988 : 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-19T23:49:05.089 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:04 smithi038 conmon[37921]: audit 2024-02-19T23:49:03.027180+0000 mgr.smithi038.xcqglv (mgr.14182) 987 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:05.089 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:04 smithi038 conmon[37921]: 2024-02-19T23:49:05.089 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:04 smithi038 conmon[37921]: cluster 2024-02-19T23:49:03.555414+0000 mgr.smithi038.xcqglv (mgr.14182) 988 : 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-19T23:49:05.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:05 smithi038 conmon[37921]: cluster 2024-02-19T23:49:05.556200+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:49:05.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:05 smithi038 conmon[37921]: mgr.14182) 989 : 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-19T23:49:06.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:05 smithi177 conmon[43314]: cluster 2024-02-19T23:49:05.556200+0000 mgr.smithi038.xcqglv (mgr.14182) 989 : 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-19T23:49:06.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:05 smithi177 conmon[43314]: 2024-02-19T23:49:06.536 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:49:06.536 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:49:06.851 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:06 smithi038 conmon[37921]: audit 2024-02-19T23:49:06.527545+0000 mgr.smithi038.xcqglv (mgr.14182) 990 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:07.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:06 smithi177 conmon[43314]: audit 2024-02-19T23:49:06.527545+0000 mgr.smithi038.xcqglv (mgr.14182) 990 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:07.108 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:08.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:07 smithi177 conmon[43314]: cluster 2024-02-19T23:49:07.557448+0000 mgr.smithi038.xcqglv (mgr.14182) 991 : 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-19T23:49:08.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:07 smithi038 conmon[37921]: cluster 2024-02-19T23:49:07.557448+0000 mgr.smithi038.xcqglv 2024-02-19T23:49:08.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:07 smithi038 conmon[37921]: (mgr.14182) 991 : 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-19T23:49:08.109 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:09.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:09 smithi038 conmon[37921]: audit 2024-02-19T23:49:09.531411+0000 mon.smithi038 (mon.0) 753 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:49:10.000 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:49:10.000 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:42:57.121416Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:42:57.121579Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:42:57.121664Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:42:57.121739Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:42:57.121810Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:42:57.122112Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:49:10.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:09 smithi177 conmon[43314]: audit 2024-02-19T23:49:09.531411+0000 mon.smithi038 (mon.0) 753 2024-02-19T23:49:10.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:09 smithi177 conmon[43314]: : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:49:10.573 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:10.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:10 smithi038 conmon[37921]: cluster 2024-02-19T23:49:09.558167+0000 2024-02-19T23:49:10.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:10 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 992 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:49:10.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:10 smithi038 conmon[37921]: audit 2024-02-19T23:49:09.843893+0000 mon.smithi038 (mon.0) 754 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:49:11.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:10 smithi177 conmon[43314]: cluster 2024-02-19T23:49:09.558167+0000 mgr.smithi038.xcqglv (mgr.14182) 992 : cluster [DBG] pgmap v676: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:49:11.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:10 smithi177 conmon[43314]: audit 2024-02-19T23:49:09.843893+0000 mon.smithi038 (mon.0) 754 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:49:11.574 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:11.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:11 smithi038 conmon[37921]: audit 2024-02-19T23:49:09.991279+0000 mgr.smithi038.xcqglv (mgr.14182) 993 : audit 2024-02-19T23:49:11.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:11 smithi038 conmon[37921]: [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:11.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:11 smithi038 conmon[37921]: audit 2024-02-19T23:49:11.216113+0000 mon.smithi038 (mon.0) 755 : audit 2024-02-19T23:49:11.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:11 smithi038 conmon[37921]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:49:12.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:11 smithi177 conmon[43314]: audit 2024-02-19T23:49:09.991279+0000 mgr.smithi038.xcqglv (mgr.14182) 993 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:12.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:11 smithi177 conmon[43314]: audit 2024-02-19T23:49:11.216113+0000 mon.smithi038 (mon.0) 755 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:49:12.991 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:12 smithi038 conmon[37921]: cluster 2024-02-19T23:49:11.559448+0000 mgr.smithi038.xcqglv (mgr.14182) 994 : cluster [DBG] pgmap v677: 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-19T23:49:13.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:12 smithi177 conmon[43314]: cluster 2024-02-19T23:49:11.559448+0000 mgr.smithi038.xcqglv (mgr.14182) 994 : cluster [DBG] pgmap v677: 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-19T23:49:14.360 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:49:14.360 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:43:02.231527Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:43:02.231610Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:43:02.231688Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:43:02.231435Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:43:02.231265Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:43:02.232339Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:43:02.231766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:43:02.231920Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:43:02.231842Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:43:02.232261Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:49:14.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:14 smithi038 conmon[37921]: cluster 2024-02-19T23:49:13.560263+0000 mgr.smithi038.xcqglv (mgr.14182) 995 : 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-19T23:49:15.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:14 smithi177 conmon[43314]: cluster 2024-02-19T23:49:13.560263+0000 mgr.smithi038.xcqglv (mgr.14182) 995 : 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-19T23:49:15.373 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:16.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:15 smithi177 conmon[43314]: audit 2024-02-19T23:49:14.351290+0000 mgr.smithi038.xcqglv (mgr.14182) 996 : 2024-02-19T23:49:16.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:15 smithi177 conmon[43314]: audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:16.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:15 smithi177 conmon[43314]: audit 2024-02-19T23:49:14.740677+0000 mon.smithi038 (mon.0) 756 2024-02-19T23:49:16.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:15 smithi177 conmon[43314]: : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:49:16.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:15 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:49:16.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:15 smithi177 conmon[43314]: 02-19T23:49:15.252372+0000 mon.smithi038 (mon.0) 757 : 2024-02-19T23:49:16.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:15 smithi177 conmon[43314]: audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:49:16.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:15 smithi177 conmon[43314]: audit 2024-02- 2024-02-19T23:49:16.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:15 smithi177 conmon[43314]: 19T23:49:15.253183+0000 mon.smithi038 (mon 2024-02-19T23:49:16.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:15 smithi177 conmon[43314]: .0) 758 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:49:16.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:15 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:49:16.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:15 smithi177 conmon[43314]: 02-19T23:49:15.259138+0000 mon.smithi038 2024-02-19T23:49:16.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:15 smithi177 conmon[43314]: (mon.0) 759 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:49:16.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:15 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:49:16.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:15 smithi177 conmon[43314]: 02-19T23:49:15.263206+0000 mon.smithi038 2024-02-19T23:49:16.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:15 smithi177 conmon[43314]: (mon.0) 760 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:49:16.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:15 smithi177 conmon[43314]: audit 2024-02- 2024-02-19T23:49:16.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:15 smithi177 conmon[43314]: 19T23:49:15.271262+0000 mon.smithi038 (mon. 2024-02-19T23:49:16.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:15 smithi177 conmon[43314]: 0) 761 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:49:16.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:15 smithi038 conmon[37921]: audit 2024-02-19T23:49:14.351290+0000 mgr.smithi038.xcqglv (mgr.14182) 996 2024-02-19T23:49:16.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:15 smithi038 conmon[37921]: : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:16.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:15 smithi038 conmon[37921]: audit 2024-02-19T23:49:14.740677+0000 mon.smithi038 (mon.0) 756 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:49:16.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:15 smithi038 conmon[37921]: audit 2024-02-19T23:49:15.252372+0000 mon.smithi038 (mon.0) 757 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:49:16.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:15 smithi038 conmon[37921]: audit 2024-02-19T23:49:15.253183+0000 mon.smithi038 (mon.0) 758 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:49:16.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:15 smithi038 conmon[37921]: audit 2024-02-19T23:49:15.259138+0000 mon.smithi038 (mon.0) 759 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:49:16.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:15 smithi038 conmon[37921]: audit 2024-02-19T23:49:15.263206+0000 mon.smithi038 (mon.0) 760 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:49:16.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:15 smithi038 conmon[37921]: audit 2024-02-19T23:49:15.271262+0000 mon.smithi038 (mon.0) 761 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:49:16.374 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:16.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:16 smithi038 conmon[37921]: cluster 2024-02-19T23:49:15.259704+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:49:16.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:16 smithi038 conmon[37921]: 997 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-19T23:49:16.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:16 smithi038 conmon[37921]: cephadm 2024-02-19T23:49:15.273338+0000 mgr.smithi038.xcqglv (mgr.14182) 998 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.jnkgaz on smithi177 2024-02-19T23:49:16.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:16 smithi038 conmon[37921]: cluster 2024-02-19T23:49:16.257357+0000 mon.smithi038 (mon.0) 762 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:49:16.850 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:16 smithi038 conmon[37921]: cluster 2024-02-19T23:49:16.257424+0000 mon.smithi038 (mon.0) 763 : cluster [INF] Cluster is now healthy 2024-02-19T23:49:17.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:16 smithi177 conmon[43314]: cluster 2024-02-19T23:49:15.259704+0000 mgr.smithi038.xcqglv (mgr.14182) 997 : cluster [DBG] pgmap v679: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-19T23:49:17.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:16 smithi177 conmon[43314]: cephadm 2024-02-19T23:49:15.273338+0000 mgr.smithi038.xcqglv (mgr.14182) 998 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.jnkgaz on smithi177 2024-02-19T23:49:17.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:16 smithi177 conmon[43314]: cluster 2024-02-19T23:49:16.257357+0000 mon.smithi038 (mon.0) 762 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:49:17.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:16 smithi177 conmon[43314]: cluster 2024-02-19T23:49:16.257424+0000 mon.smithi038 (mon.0) 763 : cluster [INF] Cluster is now healthy 2024-02-19T23:49:17.940 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:17 smithi038 conmon[37921]: cluster 2024-02-19T23:49:17.260666+0000 mgr.smithi038.xcqglv (mgr.14182) 999 : 2024-02-19T23:49:17.940 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:17 smithi038 conmon[37921]: cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-19T23:49:18.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:17 smithi177 conmon[43314]: cluster 2024-02-19T23:49:17.260666+0000 mgr.smithi038.xcqglv (mgr.14182) 999 : cluster [DBG] pgmap v680: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-19T23:49:18.354 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:49:18.354 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:49:18.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:19.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:18 smithi177 conmon[43314]: audit 2024-02-19T23:49:18.345224+0000 mgr.smithi038.xcqglv (mgr.14182) 1000 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:19.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:18 smithi177 conmon[43314]: audit 2024 2024-02-19T23:49:19.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:18 smithi177 conmon[43314]: -02-19T23:49:18.652915+0000 mon.smithi038 (mon.0) 764 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:49:19.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:18 smithi038 conmon[37921]: audit 2024-02-19T23:49:18.345224+0000 mgr.smithi038.xcqglv (mgr.14182) 1000 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:19.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:18 smithi038 conmon[37921]: audit 2024-02-19T23:49:18.652915+0000 mon.smithi038 (mon.0) 764 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:49:19.927 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:19.968 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:19 smithi038 conmon[37921]: cluster 2024-02-19T23:49:19.261285+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:49:19.968 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:19 smithi038 conmon[37921]: ) 1001 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-19T23:49:20.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:19 smithi177 conmon[43314]: cluster 2024-02-19T23:49:19.261285+0000 mgr.smithi038.xcqglv (mgr.14182) 1001 : cluster [DBG] pgmap v681: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-19T23:49:21.833 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:49:21.833 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:49:22.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:22.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:22 smithi038 conmon[37921]: cluster 2024-02-19T23:49:21.262071+0000 mgr.smithi038.xcqglv (mgr.14182) 1002 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-19T23:49:22.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:22 smithi177 conmon[43314]: cluster 2024-02-19T23:49:21.262071+0000 mgr.smithi038.xcqglv (mgr.14182) 1002 : cluster [DBG] pgmap v682: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-19T23:49:23.382 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:23.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:23 smithi038 conmon[37921]: audit 2024-02-19T23:49:21.823084+0000 mgr.smithi038.xcqglv (mgr.14182) 1003 : audit [DBG] 2024-02-19T23:49:23.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:23 smithi038 conmon[37921]: from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:23.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:23 smithi177 conmon[43314]: audit 2024-02-19T23:49:21.823084+0000 mgr.smithi038.xcqglv (mgr.14182) 1003 : audit [DBG] from='client.15716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:23.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:23 smithi177 conmon[43314]: 2024-02-19T23:49:24.543 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:24 smithi038 conmon[37921]: cluster 2024-02-19T23:49:23.262995+0000 mgr.smithi038.xcqglv (mgr.14182) 1004 : cluster [DBG] 2024-02-19T23:49:24.543 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:24 smithi038 conmon[37921]: pgmap v683: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-19T23:49:24.679 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:24 smithi177 conmon[43314]: cluster 2024-02-19T23:49:23.262995+0000 mgr.smithi038.xcqglv (mgr.14182) 1004 : cluster [DBG] pgmap v683: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-19T23:49:25.182 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:49:25.183 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:49:25.732 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:26.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:26 smithi038 conmon[37921]: audit 2024-02-19T23:49:25.172826+0000 mgr.smithi038.xcqglv (mgr.14182) 1005 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:26.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:26 smithi038 conmon[37921]: cluster 2024-02-19T23:49:25.263464+0000 mgr.smithi038.xcqglv (mgr.14182) 1006 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-19T23:49:26.732 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:26.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:26 smithi177 conmon[43314]: audit 2024-02-19T23:49:25.172826+0000 mgr.smithi038.xcqglv (mgr.14182) 1005 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:26.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:26 smithi177 conmon[43314]: cluster 2024-02-19T23:49:25.263464+0000 mgr.smithi038.xcqglv (mgr.14182) 1006 : cluster [DBG] pgmap v684: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 87 B/s rd, 0 op/s 2024-02-19T23:49:28.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:28 smithi038 conmon[37921]: cluster 2024-02-19T23:49:27.264368+0000 mgr.smithi038.xcqglv (mgr.14182) 1007 : 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-19T23:49:28.608 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:49:28.608 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:49:28.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:28 smithi177 conmon[43314]: cluster 2024-02-19T23:49:27.264368+0000 mgr.smithi038.xcqglv (mgr.14182) 1007 : 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-19T23:49:29.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:29.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:29 smithi038 conmon[37921]: audit 2024-02-19T23:49:28.599930+0000 mgr.smithi038.xcqglv (mgr.14182) 1008 : audit 2024-02-19T23:49:29.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:29 smithi038 conmon[37921]: [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:29.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:29 smithi177 conmon[43314]: audit 2024-02-19T23:49:28.599930+0000 mgr.smithi038.xcqglv (mgr.14182) 1008 : audit [DBG] from='client.15724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:30.193 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:30.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:30 smithi038 conmon[37921]: cluster 2024-02-19T23:49:29.264977+0000 mgr.smithi038.xcqglv (mgr.14182) 1009 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:49:30.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:30 smithi177 conmon[43314]: cluster 2024-02-19T23:49:29.264977+0000 mgr.smithi038.xcqglv (mgr.14182) 1009 : cluster [DBG] pgmap v686: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:49:32.074 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:49:32.075 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:49:32.626 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:32 smithi038 conmon[37921]: cluster 2024-02-19T23:49:31.265699+0000 mgr.smithi038.xcqglv (mgr.14182) 1010 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:49:32.648 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:32.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:32 smithi177 conmon[43314]: cluster 2024-02-19T23:49:31.265699+0000 mgr.smithi038.xcqglv (mgr.14182) 1010 : cluster [DBG] pgmap v687: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:49:33.649 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:33.684 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:33 smithi038 conmon[37921]: audit 2024-02-19T23:49:32.064957+0000 mgr.smithi038.xcqglv (mgr.14182) 1011 : audit 2024-02-19T23:49:33.684 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:33 smithi038 conmon[37921]: [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:33.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:33 smithi177 conmon[43314]: audit 2024-02-19T23:49:32.064957+0000 mgr.smithi038.xcqglv (mgr.14182) 1011 : audit [DBG] from='client.15728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:33.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:33 smithi177 conmon[43314]: 2024-02-19T23:49:34.424 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:34 smithi038 conmon[37921]: cluster 2024-02-19T23:49:33.266700+0000 mgr.smithi038.xcqglv (mgr.14182) 1012 2024-02-19T23:49:34.424 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:34 smithi038 conmon[37921]: : cluster [DBG] pgmap v688: 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-19T23:49:34.679 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:34 smithi177 conmon[43314]: cluster 2024-02-19T23:49:33.266700+0000 mgr.smithi038.xcqglv (mgr.14182) 1012 : cluster [DBG] pgmap v688: 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-19T23:49:35.423 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:49:35.423 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:49:35.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:36.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:36 smithi177 conmon[43314]: cluster 2024-02-19T23:49:35.267325+0000 mgr.smithi038.xcqglv (mgr.14182) 1013 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:49:36.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:36 smithi177 conmon[43314]: audit 2024-02-19T23:49:35.414150+0000 mgr.smithi038.xcqglv (mgr.14182) 1014 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:36.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:36 smithi038 conmon[37921]: cluster 2024-02-19T23:49:35.267325+0000 mgr.smithi038.xcqglv (mgr.14182) 1013 : cluster [DBG] pgmap v689: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:49:36.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:36 smithi038 conmon[37921]: audit 2024-02-19T23:49:35.414150+0000 mgr.smithi038.xcqglv (mgr.14182) 1014 : audit [DBG] from='client.15732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:36.980 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:38.467 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:38 smithi038 conmon[37921]: cluster 2024-02-19T23:49:37.268156+0000 mgr.smithi038.xcqglv (mgr.14182) 1015 : cluster 2024-02-19T23:49:38.467 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:38 smithi038 conmon[37921]: [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:49:38.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:38 smithi177 conmon[43314]: cluster 2024-02-19T23:49:37.268156+0000 mgr.smithi038.xcqglv (mgr.14182) 1015 : cluster [DBG] pgmap v690: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:49:38.881 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:49:38.881 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:49:39.478 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:40.479 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:40.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:40 smithi177 conmon[43314]: audit 2024-02-19T23:49:38.872479+0000 mgr.smithi038.xcqglv (mgr.14182) 1016 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:40.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:40 smithi177 conmon[43314]: cluster 2024-02-19T23:49:39.268899+0000 mgr.smithi038.xcqglv (mgr.14182) 1017 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:49:40.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:40 smithi038 conmon[37921]: audit 2024-02-19T23:49:38.872479+0000 mgr.smithi038.xcqglv (mgr.14182) 1016 : audit [DBG] from='client.15736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:40.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:40 smithi038 conmon[37921]: cluster 2024-02-19T23:49:39.268899+0000 mgr.smithi038.xcqglv (mgr.14182) 1017 : cluster [DBG] pgmap v691: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:49:42.399 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:49:42.399 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:49:42.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:42 smithi177 conmon[43314]: cluster 2024-02-19T23:49:41.269851+0000 mgr.smithi038.xcqglv (mgr.14182) 1018 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:49:42.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:42 smithi038 conmon[37921]: cluster 2024-02-19T23:49:41.269851+0000 mgr.smithi038.xcqglv (mgr.14182) 1018 : cluster [DBG] pgmap v692: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:49:42.944 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:43.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:43 smithi177 conmon[43314]: audit 2024-02-19T23:49:42.390164+0000 mgr.smithi038.xcqglv (mgr.14182) 1019 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:43.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:43 smithi038 conmon[37921]: audit 2024-02-19T23:49:42.390164+0000 mgr.smithi038.xcqglv (mgr.14182) 1019 : audit [DBG] from='client.15740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:43.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:43 smithi038 conmon[37921]: 2024-02-19T23:49:43.945 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:44.679 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:44 smithi177 conmon[43314]: cluster 2024-02-19T23:49:43.270763+0000 mgr.smithi038.xcqglv (mgr.14182) 1020 : cluster [DBG] 2024-02-19T23:49:44.679 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:44 smithi177 conmon[43314]: pgmap v693: 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-19T23:49:44.723 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:44 smithi038 conmon[37921]: cluster 2024-02-19T23:49:43.270763+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:49:44.723 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:44 smithi038 conmon[37921]: ) 1020 : cluster [DBG] pgmap v693: 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-19T23:49:45.752 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:49:45.752 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:49:46.320 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:46.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:46 smithi038 conmon[37921]: cluster 2024-02-19T23:49:45.271337+0000 mgr.smithi038.xcqglv (mgr.14182) 1021 : 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-19T23:49:46.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:46 smithi177 conmon[43314]: cluster 2024-02-19T23:49:45.271337+0000 mgr.smithi038.xcqglv (mgr.14182) 1021 : 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-19T23:49:47.320 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:47.775 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:47 smithi038 conmon[37921]: audit 2024-02-19T23:49:45.742769+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:49:47.775 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:47 smithi038 conmon[37921]: ) 1022 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:47.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:47 smithi177 conmon[43314]: audit 2024-02-19T23:49:45.742769+0000 mgr.smithi038.xcqglv (mgr.14182) 1022 : audit [DBG] from='client.15744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:48.733 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:48 smithi038 conmon[37921]: cluster 2024-02-19T23:49:47.272345+0000 mgr.smithi038.xcqglv (mgr.14182) 1023 : 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-19T23:49:48.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:48 smithi177 conmon[43314]: cluster 2024-02-19T23:49:47.272345+0000 mgr.smithi038.xcqglv (mgr.14182) 1023 : 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-19T23:49:49.159 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:49:49.159 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:49:49.652 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:50.653 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:50.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:50 smithi177 conmon[43314]: audit 2024-02-19T23:49:49.150119+0000 mgr.smithi038.xcqglv (mgr.14182) 1024 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:50.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:50 smithi177 conmon[43314]: cluster 2024-02-19T23:49:49.272900+0000 mgr.smithi038.xcqglv (mgr.14182) 1025 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:49:50.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:50 smithi038 conmon[37921]: audit 2024-02-19T23:49:49.150119+0000 mgr.smithi038.xcqglv (mgr.14182) 1024 : audit [DBG] from='client.15748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:50.852 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:50 smithi038 conmon[37921]: cluster 2024-02-19T23:49:49.272900+0000 mgr.smithi038.xcqglv (mgr.14182) 1025 : cluster [DBG] pgmap v696: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:49:52.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:52 smithi038 conmon[37921]: cluster 2024-02-19T23:49:51.274011+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:49:52.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:52 smithi038 conmon[37921]: ) 1026 : 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-19T23:49:52.616 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:49:52.616 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:49:52.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:52 smithi177 conmon[43314]: cluster 2024-02-19T23:49:51.274011+0000 mgr.smithi038.xcqglv (mgr.14182) 1026 : 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-19T23:49:53.185 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:53.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:53 smithi177 conmon[43314]: audit 2024-02-19T23:49:52.608148+0000 mgr.smithi038.xcqglv (mgr.14182) 1027 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:53.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:53 smithi038 conmon[37921]: audit 2024-02-19T23:49:52.608148+0000 mgr.smithi038.xcqglv (mgr.14182) 1027 : audit [DBG] from='client.15752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:54.186 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:54.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:54 smithi038 conmon[37921]: cluster 2024-02-19T23:49:53. 2024-02-19T23:49:54.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:54 smithi038 conmon[37921]: 274797+0000 mgr.smithi038.xcqglv (mgr.14182) 1028 : cluster [DBG] pgmap v698: 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-19T23:49:54.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:54 smithi177 conmon[43314]: cluster 2024-02-19T23:49:53.274797+0000 mgr.smithi038.xcqglv (mgr.14182) 1028 : cluster [DBG] pgmap v698: 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-19T23:49:56.041 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:49:56.041 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:49:56.588 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:56.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:56 smithi177 conmon[43314]: cluster 2024-02-19T23:49:55.275408+0000 mgr.smithi038.xcqglv (mgr.14182) 1029 : 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-19T23:49:56.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:56 smithi038 conmon[37921]: cluster 2024-02-19T23:49:55.275408+0000 mgr.smithi038.xcqglv (mgr.14182) 1029 : 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-19T23:49:57.589 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:57.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:57 smithi177 conmon[43314]: audit 2024-02-19T23:49:56.032625+0000 mgr.smithi038.xcqglv (mgr.14182) 1030 : audit [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:57.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:57 smithi038 conmon[37921]: audit 2024-02-19T23:49:56.032625+0000 mgr.smithi038.xcqglv (mgr.14182) 1030 : audit 2024-02-19T23:49:57.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:57 smithi038 conmon[37921]: [DBG] from='client.15756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:58.763 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:58 smithi038 conmon[37921]: cluster 2024-02-19T23:49:57.276576+0000 mgr.smithi038.xcqglv (mgr.14182) 1031 : cluster 2024-02-19T23:49:58.764 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:49:58 smithi038 conmon[37921]: [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-19T23:49:58.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:49:58 smithi177 conmon[43314]: cluster 2024-02-19T23:49:57.276576+0000 mgr.smithi038.xcqglv (mgr.14182) 1031 : 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-19T23:49:59.418 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:49:59.419 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:49:59.966 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:00.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:00 smithi177 conmon[43314]: cluster 2024-02-19T23:49:59.277083+0000 mgr.smithi038.xcqglv (mgr.14182) 1032 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:50:00.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:00 smithi177 conmon[43314]: audit 2024-02-19T23:49:59.409369+0000 mgr.smithi038.xcqglv (mgr.14182) 1033 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:00.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:00 smithi177 conmon[43314]: cluster 2024-02-19T23:50:00.000116+0000 mon.smithi038 (mon.0) 765 : cluster [INF] overall HEALTH_OK 2024-02-19T23:50:00.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:00 smithi038 conmon[37921]: cluster 2024-02-19T23:49:59.277083+0000 mgr.smithi038.xcqglv (mgr.14182) 1032 : cluster [DBG] pgmap v701: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:50:00.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:00 smithi038 conmon[37921]: audit 2024-02-19T23:49:59.409369+0000 mgr.smithi038.xcqglv (mgr.14182) 1033 : audit [DBG] from='client.15760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:00.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:00 smithi038 conmon[37921]: cluster 2024-02-19T23:50:00.000116+0000 mon.smithi038 (mon.0) 765 : cluster [INF] overall HEALTH_OK 2024-02-19T23:50:00.967 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:02.779 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:50:02.779 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:50:02.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:02 smithi177 conmon[43314]: cluster 2024-02-19T23:50:01.277765+0000 mgr.smithi038.xcqglv (mgr.14182) 1034 : 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-19T23:50:02.808 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:02 smithi038 conmon[37921]: cluster 2024-02-19T23:50:01.277765+0000 mgr.smithi038.xcqglv (mgr.14182) 1034 : 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-19T23:50:03.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:04.321 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:04.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:04 smithi177 conmon[43314]: audit 2024-02-19T23:50:02.770928+0000 mgr.smithi038.xcqglv (mgr.14182) 1035 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:04.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:04 smithi177 conmon[43314]: cluster 2024-02 2024-02-19T23:50:04.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:04 smithi177 conmon[43314]: -19T23:50:03.278836+0000 mgr.smithi038.xcqglv (mgr.14182) 1036 : cluster [DBG] pgmap v703: 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-19T23:50:04.838 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:04 smithi038 conmon[37921]: audit 2024-02-19T23:50:02.770928+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:50:04.838 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:04 smithi038 conmon[37921]: mgr.14182) 1035 : audit [DBG] from='client.15764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:04.838 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:04 smithi038 conmon[37921]: cluster 2024-02-19T23:50:03.278836+0000 mgr.smithi038.xcqglv (mgr.14182) 1036 : cluster [DBG] pgmap v703: 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-19T23:50:06.204 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:50:06.204 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:50:06.751 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:06.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:06 smithi177 conmon[43314]: cluster 2024-02-19T23:50:05.279461+0000 mgr.smithi038.xcqglv (mgr.14182) 1037 : 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-19T23:50:06.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:06 smithi038 conmon[37921]: cluster 2024-02-19T23:50:05.279461+0000 mgr.smithi038.xcqglv (mgr.14182) 1037 : 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-19T23:50:07.752 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:07.787 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:07 smithi038 conmon[37921]: audit 2024-02-19T23:50:06.195721+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:50:07.787 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:07 smithi038 conmon[37921]: ) 1038 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:07.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:07 smithi177 conmon[43314]: audit 2024-02-19T23:50:06.195721+0000 mgr.smithi038.xcqglv (mgr.14182) 1038 : audit [DBG] from='client.15768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:08.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:08 smithi177 conmon[43314]: cluster 2024-02-19T23:50:07.280464+0000 mgr.smithi038.xcqglv (mgr.14182) 1039 : 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-19T23:50:08.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:08 smithi038 conmon[37921]: cluster 2024-02-19T23:50:07.280464+0000 mgr.smithi038.xcqglv (mgr.14182) 1039 : 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-19T23:50:09.579 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:50:09.579 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:50:10.168 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:10.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:10 smithi177 conmon[43314]: cluster 2024-02-19T23:50:09.281147+0000 mgr.smithi038.xcqglv (mgr.14182) 1040 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:50:10.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:10 smithi177 conmon[43314]: audit 2024-02-19T23:50:09.570419+0000 mgr.smithi038.xcqglv (mgr.14182) 1041 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:10.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:10 smithi038 conmon[37921]: cluster 2024-02-19T23:50:09.281147+0000 mgr.smithi038.xcqglv (mgr.14182) 1040 : cluster [DBG] pgmap v706: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:50:10.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:10 smithi038 conmon[37921]: audit 2024-02-19T23:50:09.570419+0000 mgr.smithi038.xcqglv (mgr.14182) 1041 : audit [DBG] from='client.15772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:11.169 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:12.608 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:12 smithi038 conmon[37921]: cluster 2024-02-19T23:50:11.281866+0000 2024-02-19T23:50:12.608 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:12 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 1042 : 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-19T23:50:12.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:12 smithi177 conmon[43314]: cluster 2024-02-19T23:50:11.281866+0000 mgr.smithi038.xcqglv (mgr.14182) 1042 : 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-19T23:50:13.022 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:50:13.022 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:50:13.643 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:14.644 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:14.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:14 smithi177 conmon[43314]: audit 2024-02-19T23:50:13.012991+0000 mgr.smithi038.xcqglv (mgr.14182) 1043 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:14.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:14 smithi177 conmon[43314]: cluster 2024-02- 2024-02-19T23:50:14.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:14 smithi177 conmon[43314]: 19T23:50:13.282798+0000 mgr.smithi038.xcqglv (mgr.14182) 1044 : cluster [DBG] pgmap v708: 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-19T23:50:14.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:14 smithi038 conmon[37921]: audit 2024-02-19T23:50:13.012991+0000 mgr.smithi038.xcqglv (mgr.14182) 1043 : audit [DBG] from='client.15776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:14.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:14 smithi038 conmon[37921]: cluster 2024-02-19T23:50:13.282798+0000 mgr.smithi038.xcqglv (mgr.14182) 1044 : cluster [DBG] pgmap v708: 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-19T23:50:16.511 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:50:16.511 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:50:16.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:16 smithi177 conmon[43314]: cluster 2024-02-19T23:50:15.283538+0000 mgr.smithi038.xcqglv (mgr.14182) 1045 : 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-19T23:50:16.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:16 smithi038 conmon[37921]: cluster 2024-02-19T23:50:15.283538+0000 mgr.smithi038.xcqglv (mgr.14182) 1045 : 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-19T23:50:17.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:17.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:17 smithi177 conmon[43314]: audit 2024-02-19T23:50:16.502128+0000 mgr.smithi038.xcqglv (mgr.14182) 1046 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:17.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:17 smithi038 conmon[37921]: audit 2024-02-19T23:50:16.502128+0000 mgr.smithi038.xcqglv (mgr.14182) 1046 : audit [DBG] from='client.15780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:18.116 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:18.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:18 smithi038 conmon[37921]: cluster 2024-02-19T23:50:17.284573+0000 mgr.smithi038.xcqglv (mgr.14182) 1047 : 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-19T23:50:19.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:18 smithi177 conmon[43314]: cluster 2024-02-19T23:50:17.284573+0000 mgr.smithi038.xcqglv (mgr.14182) 1047 : 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-19T23:50:19.943 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:50:19.943 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:50:20.443 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:20.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:20 smithi038 conmon[37921]: cluster 2024-02-19T23:50:19.285173+0000 mgr.smithi038.xcqglv (mgr.14182) 1048 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:50:21.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:20 smithi177 conmon[43314]: cluster 2024-02-19T23:50:19.285173+0000 mgr.smithi038.xcqglv (mgr.14182) 1048 : cluster [DBG] pgmap v711: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:50:21.444 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:21.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:21 smithi038 conmon[37921]: audit 2024-02-19T23:50:19.934344+0000 mgr.smithi038.xcqglv (mgr.14182) 1049 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:22.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:21 smithi177 conmon[43314]: audit 2024-02-19T23:50:19.934344+0000 mgr.smithi038.xcqglv (mgr.14182) 1049 : audit [DBG] from='client.15784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:22.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:22 smithi038 conmon[37921]: cluster 2024-02-19T23:50:21.286080+0000 mgr.smithi038.xcqglv (mgr.14182) 1050 : 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-19T23:50:23.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:22 smithi177 conmon[43314]: cluster 2024-02-19T23:50:21.286080+0000 mgr.smithi038.xcqglv (mgr.14182) 1050 : 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-19T23:50:23.352 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:50:23.352 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:50:23.956 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:24.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:24 smithi038 conmon[37921]: cluster 2024-02-19T23:50:23.286793+0000 mgr.smithi038.xcqglv (mgr.14182) 1051 : cluster [DBG] pgmap v713: 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-19T23:50:24.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:24 smithi038 conmon[37921]: audit 2024-02-19T23:50:23.343779+0000 mgr.smithi038.xcqglv (mgr.14182) 1052 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:24.957 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:25.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:24 smithi177 conmon[43314]: cluster 2024-02-19T23:50:23.286793+0000 mgr.smithi038.xcqglv (mgr.14182) 1051 : cluster [DBG] pgmap v713: 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-19T23:50:25.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:24 smithi177 conmon[43314]: audit 2024-02-19T23:50:23.343779+0000 mgr.smithi038.xcqglv (mgr.14182) 1052 : audit [DBG] from='client.15788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:26.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:26 smithi038 conmon[37921]: cluster 2024-02-19T23:50:25.287449+0000 mgr.smithi038.xcqglv (mgr.14182) 1053 : 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-19T23:50:26.853 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:50:26.853 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:50:27.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:26 smithi177 conmon[43314]: cluster 2024-02-19T23:50:25.287449+0000 mgr.smithi038.xcqglv (mgr.14182) 1053 : 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-19T23:50:27.424 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:28.425 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:28.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:28 smithi038 conmon[37921]: audit 2024-02-19T23:50:26.845446+0000 mgr.smithi038.xcqglv (mgr.14182) 1054 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:28.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:28 smithi038 conmon[37921]: cluster 2024-02-19T23:50:27.288409+0000 mgr.smithi038.xcqglv (mgr.14182) 1055 : 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-19T23:50:29.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:28 smithi177 conmon[43314]: audit 2024-02-19T23:50:26.845446+0000 mgr.smithi038.xcqglv (mgr.14182) 1054 : audit [DBG] from='client.15792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:29.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:28 smithi177 conmon[43314]: cluster 2024-02-19T23:50 2024-02-19T23:50:29.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:28 smithi177 conmon[43314]: :27.288409+0000 mgr.smithi038.xcqglv (mgr.14182) 1055 : 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-19T23:50:30.243 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:50:30.244 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:50:30.782 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:30.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:30 smithi038 conmon[37921]: cluster 2024-02-19T23:50:29.289174+0000 mgr.smithi038.xcqglv (mgr.14182) 1056 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:50:31.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:30 smithi177 conmon[43314]: cluster 2024-02-19T23:50:29.289174+0000 mgr.smithi038.xcqglv (mgr.14182) 1056 : cluster [DBG] pgmap v716: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:50:31.783 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:31.819 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:31 smithi038 conmon[37921]: audit 2024-02-19T23:50:30.234861+0000 mgr.smithi038.xcqglv (mgr.14182) 1057 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:32.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:31 smithi177 conmon[43314]: audit 2024-02-19T23:50:30.234861+0000 mgr.smithi038.xcqglv (mgr.14182) 1057 : audit [DBG] from='client.15796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:32.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:32 smithi038 conmon[37921]: cluster 2024-02-19T23:50:31.289904+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:50:32.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:32 smithi038 conmon[37921]: .14182) 1058 : 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-19T23:50:33.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:32 smithi177 conmon[43314]: cluster 2024-02-19T23:50:31.289904+0000 mgr.smithi038.xcqglv (mgr.14182) 1058 : 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-19T23:50:33.730 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:50:33.730 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:50:34.312 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:35.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:34 smithi177 conmon[43314]: cluster 2024-02-19T23:50:33.291591+0000 mgr.smithi038.xcqglv (mgr.14182) 1059 : cluster [DBG] pgmap v718: 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-19T23:50:35.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:34 smithi038 conmon[37921]: cluster 2024-02-19T23:50:33.291591+0000 mgr.smithi038.xcqglv (mgr.14182) 1059 : cluster [DBG] pgmap v718: 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-19T23:50:35.312 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:35.957 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:35 smithi038 conmon[37921]: audit 2024-02-19T23:50:33.721266+0000 mgr.smithi038.xcqglv 2024-02-19T23:50:35.958 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:35 smithi038 conmon[37921]: (mgr.14182) 1060 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:36.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:35 smithi177 conmon[43314]: audit 2024-02-19T23:50:33.721266+0000 mgr.smithi038.xcqglv (mgr.14182) 1060 : audit [DBG] from='client.15800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:36.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:36 smithi038 conmon[37921]: cluster 2024-02-19T23:50:35.292351+0000 mgr.smithi038.xcqglv (mgr.14182) 1061 : 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-19T23:50:37.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:36 smithi177 conmon[43314]: cluster 2024-02-19T23:50:35.292351+0000 mgr.smithi038.xcqglv (mgr.14182) 1061 : 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-19T23:50:37.188 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:50:37.189 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:50:37.712 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:38.713 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:39.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:38 smithi177 conmon[43314]: audit 2024-02-19T23:50:37.180003+0000 mgr.smithi038.xcqglv (mgr.14182) 1062 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:39.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:38 smithi177 conmon[43314]: cluster 2024-02-19T23:50:37.293227+0000 mgr.smithi038.xcqglv (mgr.14182) 1063 : 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-19T23:50:39.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:38 smithi038 conmon[37921]: audit 2024-02-19T23:50:37.180003+0000 mgr.smithi038.xcqglv (mgr.14182) 1062 : audit [DBG] from='client.15804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:39.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:38 smithi038 conmon[37921]: cluster 2024-02-19T23:50:37.293227+0000 mgr.smithi038.xcqglv (mgr.14182) 1063 : 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-19T23:50:40.615 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:50:40.615 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:50:41.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:40 smithi177 conmon[43314]: cluster 2024-02-19T23:50:39.293777+0000 mgr.smithi038.xcqglv (mgr.14182) 1064 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:50:41.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:40 smithi038 conmon[37921]: cluster 2024-02-19T23:50:39.293777+0000 mgr.smithi038.xcqglv (mgr.14182) 1064 : cluster [DBG] pgmap v721: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:50:41.153 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:41.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:41 smithi038 conmon[37921]: audit 2024-02-19T23:50:40.607109+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:50:41.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:41 smithi038 conmon[37921]: 14182) 1065 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:42.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:41 smithi177 conmon[43314]: audit 2024-02-19T23:50:40.607109+0000 mgr.smithi038.xcqglv (mgr.14182) 1065 : audit [DBG] from='client.15808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:42.154 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:43.014 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:42 smithi038 conmon[37921]: cluster 2024-02-19T23:50:41.294678+0000 mgr.smithi038.xcqglv (mgr.14182) 1066 2024-02-19T23:50:43.014 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:42 smithi038 conmon[37921]: : 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-19T23:50:43.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:42 smithi177 conmon[43314]: cluster 2024-02-19T23:50:41.294678+0000 mgr.smithi038.xcqglv (mgr.14182) 1066 : 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-19T23:50:44.068 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:50:44.068 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:50:44.629 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:45.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:44 smithi177 conmon[43314]: cluster 2024-02-19T23:50:43.295512+0000 mgr.smithi038.xcqglv (mgr.14182) 1067 : cluster [DBG] pgmap v723: 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-19T23:50:45.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:44 smithi038 conmon[37921]: cluster 2024-02-19T23:50:43.295512+0000 mgr.smithi038.xcqglv (mgr.14182) 1067 : cluster [DBG] pgmap v723: 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-19T23:50:45.630 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:46.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:45 smithi177 conmon[43314]: audit 2024-02-19T23:50:44.059235+0000 mgr.smithi038.xcqglv (mgr.14182) 1068 : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:46.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:45 smithi177 conmon[43314]: cluster 2024-02-19T23:50:45.296106+0000 mgr.smithi038.xcqglv (mgr.14182) 1069 : 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-19T23:50:46.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:45 smithi038 conmon[37921]: audit 2024-02-19T23:50:44.059235+0000 mgr.smithi038.xcqglv (mgr.14182) 1068 2024-02-19T23:50:46.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:45 smithi038 conmon[37921]: : audit [DBG] from='client.15812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:46.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:45 smithi038 conmon[37921]: cluster 2024-02-19T23:50:45.296106+0000 mgr.smithi038.xcqglv (mgr.14182) 1069 : 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-19T23:50:47.519 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:50:47.520 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:50:48.037 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:48.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:48 smithi177 conmon[43314]: cluster 2024-02-19T23:50:47.296938+0000 mgr.smithi038.xcqglv (mgr.14182) 1070 : 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-19T23:50:48.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:48 smithi177 conmon[43314]: audit 2024-02-19 2024-02-19T23:50:48.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:48 smithi177 conmon[43314]: T23:50:47.511170+0000 mgr.smithi038.xcqglv (mgr.14182) 1071 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:48.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:48 smithi038 conmon[37921]: cluster 2024-02-19T23:50:47.296938+0000 mgr.smithi038.xcqglv (mgr.14182) 1070 : 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-19T23:50:48.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:48 smithi038 conmon[37921]: audit 2024-02-19T23:50:47.511170+0000 mgr.smithi038.xcqglv (mgr.14182) 1071 : audit [DBG] from='client.15816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:49.038 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:50.509 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:50 smithi038 conmon[37921]: cluster 2024-02-19T23:50:49.297559+0000 mgr.smithi038.xcqglv (mgr.14182) 1072 2024-02-19T23:50:50.510 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:50 smithi038 conmon[37921]: : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:50:50.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:50 smithi177 conmon[43314]: cluster 2024-02-19T23:50:49.297559+0000 mgr.smithi038.xcqglv (mgr.14182) 1072 : cluster [DBG] pgmap v726: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:50:50.918 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:50:50.918 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:50:51.489 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:52.489 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:52.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:52 smithi177 conmon[43314]: audit 2024-02-19T23:50:50.909983+0000 mgr.smithi038.xcqglv (mgr.14182) 1073 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:52.795 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:52 smithi177 conmon[43314]: cluster 2024-02-19T23:50:51.298359+0000 mgr.smithi038.xcqglv (mgr.14182) 1074 : 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-19T23:50:52.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:52 smithi038 conmon[37921]: audit 2024-02-19T23:50:50.909983+0000 mgr.smithi038.xcqglv (mgr.14182) 1073 : audit [DBG] from='client.15820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:52.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:52 smithi038 conmon[37921]: cluster 2024-02-19T23:50:51.298359+0000 mgr.smithi038.xcqglv (mgr.14182) 1074 : 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-19T23:50:54.370 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:50:54.370 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:50:54.678 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:54 smithi177 conmon[43314]: cluster 2024-02-19T23:50:53.299345+0000 mgr.smithi038.xcqglv (mgr.14182) 1075 : cluster [DBG] pgmap v728: 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-19T23:50:54.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:54 smithi038 conmon[37921]: cluster 2024-02-19T23:50:53.299345+0000 mgr.smithi038.xcqglv (mgr.14182) 1075 : cluster [DBG] pgmap v728: 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-19T23:50:54.927 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:55.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:55 smithi177 conmon[43314]: audit 2024-02-19T23:50:54.359381+0000 mgr.smithi038.xcqglv (mgr.14182) 1076 : audit [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:55.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:55 smithi038 conmon[37921]: audit 2024-02-19T23:50:54.359381+0000 mgr.smithi038.xcqglv (mgr.14182) 1076 : audit 2024-02-19T23:50:55.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:55 smithi038 conmon[37921]: [DBG] from='client.15824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:55.929 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:56.747 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:56 smithi038 conmon[37921]: cluster 2024-02-19T23:50:55.300074+0000 mgr.smithi038.xcqglv (mgr.14182) 1077 : cluster 2024-02-19T23:50:56.747 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:56 smithi038 conmon[37921]: [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-19T23:50:56.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:56 smithi177 conmon[43314]: cluster 2024-02-19T23:50:55.300074+0000 mgr.smithi038.xcqglv (mgr.14182) 1077 : 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-19T23:50:57.811 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:50:57.811 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:50:58.377 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:58.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:58 smithi177 conmon[43314]: cluster 2024-02-19T23:50:57.300948+0000 mgr.smithi038.xcqglv (mgr.14182) 1078 : 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-19T23:50:58.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:58 smithi038 conmon[37921]: cluster 2024-02-19T23:50:57.300948+0000 mgr.smithi038.xcqglv (mgr.14182) 1078 : 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-19T23:50:59.378 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:59.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:50:59 smithi177 conmon[43314]: audit 2024-02-19T23:50:57.803215+0000 mgr.smithi038.xcqglv (mgr.14182) 1079 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:59.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:50:59 smithi038 conmon[37921]: audit 2024-02-19T23:50:57.803215+0000 mgr.smithi038.xcqglv (mgr.14182) 1079 : audit [DBG] from='client.15828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:00.564 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:00 smithi038 conmon[37921]: cluster 2024-02-19T23:50:59.301901+0000 mgr.smithi038.xcqglv (mgr.14182) 1080 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:00.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:00 smithi177 conmon[43314]: cluster 2024-02-19T23:50:59.301901+0000 mgr.smithi038.xcqglv (mgr.14182) 1080 : cluster [DBG] pgmap v731: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:01.209 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:51:01.210 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:51:01.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:02.754 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:02.789 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:02 smithi038 conmon[37921]: audit 2024-02-19T23:51:01.201164+0000 mgr.smithi038.xcqglv (mgr.14182) 1081 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:02.789 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:02 smithi038 conmon[37921]: cluster 2024-02-19T23:51:01.302881+0000 mgr.smithi038.xcqglv (mgr.14182) 1082 : 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-19T23:51:02.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:02 smithi177 conmon[43314]: audit 2024-02-19T23:51:01.201164+0000 mgr.smithi038.xcqglv (mgr.14182) 1081 : audit [DBG] from='client.15832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:02.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:02 smithi177 conmon[43314]: cluster 2024-02-19T23:51:01.302881+0000 mgr.smithi038.xcqglv (mgr.14182) 1082 : 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-19T23:51:04.615 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:51:04.615 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:51:04.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:04 smithi177 conmon[43314]: cluster 2024-02-19T23:51:03.303726+0000 mgr.smithi038.xcqglv (mgr.14182) 1083 : cluster [DBG] pgmap v733: 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-19T23:51:04.795 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:04 smithi038 conmon[37921]: cluster 2024-02-19T23:51:03.303726+0000 mgr.smithi038.xcqglv (mgr.14182) 1083 : cluster [DBG] pgmap v733: 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-19T23:51:05.193 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:05.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:05 smithi177 conmon[43314]: audit 2024-02-19T23:51:04.605869+0000 mgr.smithi038.xcqglv (mgr.14182) 1084 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:05.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:05 smithi038 conmon[37921]: audit 2024-02-19T23:51:04.605869+0000 mgr.smithi038.xcqglv (mgr.14182) 1084 : audit [DBG] from='client.15836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:06.194 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:06.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:06 smithi038 conmon[37921]: cluster 2024-02-19T23:51:05.304339+0000 mgr.smithi038.xcqglv (mgr.14182) 1085 : cluster [DBG] pgmap v734: 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-19T23:51:06.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:06 smithi177 conmon[43314]: cluster 2024-02-19T23:51:05.304339+0000 mgr.smithi038.xcqglv (mgr.14182) 1085 : cluster [DBG] pgmap v734: 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-19T23:51:08.027 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:51:08.027 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:51:08.569 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:08.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:08 smithi177 conmon[43314]: cluster 2024-02-19T23:51:07.305231+0000 mgr.smithi038.xcqglv (mgr.14182) 1086 : cluster [DBG] pgmap v735: 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-19T23:51:08.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:08 smithi038 conmon[37921]: cluster 2024-02-19T23:51:07.305231+0000 mgr.smithi038.xcqglv (mgr.14182) 1086 : cluster [DBG] pgmap v735: 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-19T23:51:09.570 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:09.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:09 smithi177 conmon[43314]: audit 2024-02-19T23:51:08.018180+0000 mgr.smithi038.xcqglv (mgr.14182) 1087 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:09.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:09 smithi038 conmon[37921]: audit 2024-02-19T23:51:08.018180+0000 mgr.smithi038.xcqglv (mgr.14182) 1087 : audit [DBG] from='client.15840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:10.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:10 smithi177 conmon[43314]: cluster 2024-02-19T23:51:09.305813+0000 mgr.smithi038.xcqglv (mgr.14182) 1088 : cluster [DBG] pgmap v736: 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-19T23:51:10.796 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:10 smithi038 conmon[37921]: cluster 2024-02-19T23:51:09.305813+0000 mgr.smithi038.xcqglv (mgr.14182) 1088 : cluster [DBG] pgmap v736: 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-19T23:51:11.492 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:51:11.492 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:51:12.101 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:12.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:12 smithi177 conmon[43314]: cluster 2024-02-19T23:51:11.306481+0000 mgr.smithi038.xcqglv (mgr.14182) 1089 : cluster [DBG] pgmap v737: 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-19T23:51:12.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:12 smithi177 conmon[43314]: 2024-02-19T23:51:12.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:12 smithi177 conmon[43314]: audit 2024-02-19T23:51:11.484079+0000 mgr.smithi038.xcqglv (mgr.14182) 1090 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:12.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:12 smithi038 conmon[37921]: cluster 2024-02-19T23:51:11.306481+0000 mgr.smithi038.xcqglv (mgr.14182) 1089 : cluster [DBG] 2024-02-19T23:51:12.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:12 smithi038 conmon[37921]: pgmap v737: 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-19T23:51:12.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:12 smithi038 conmon[37921]: audit 2024-02-19T23:51:11.484079+0000 mgr.smithi038.xcqglv (mgr.14182) 1090 : audit [DBG] from='client.15844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:13.102 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:14.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:14 smithi038 conmon[37921]: cluster 2024-02-19T23:51:13.307216+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:51:14.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:14 smithi038 conmon[37921]: .14182) 1091 : cluster [DBG] pgmap v738: 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-19T23:51:14.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:14 smithi177 conmon[43314]: cluster 2024-02-19T23:51:13.307216+0000 mgr.smithi038.xcqglv (mgr.14182) 1091 : cluster [DBG] pgmap v738: 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-19T23:51:15.037 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:51:15.038 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:51:15.617 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:16.618 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:16.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:16 smithi177 conmon[43314]: audit 2024-02-19T23:51:15.029049+0000 mgr.smithi038.xcqglv (mgr.14182) 1092 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:16.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:16 smithi177 conmon[43314]: cluster 2024-02-19T23:51:15.307726+0000 mgr.smithi038.xcqglv (mgr.14182) 1093 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:16.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:16 smithi038 conmon[37921]: audit 2024-02-19T23:51:15.029049+0000 mgr.smithi038.xcqglv (mgr.14182) 1092 : audit [DBG] from='client.15848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:16.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:16 smithi038 conmon[37921]: cluster 2024-02-19T23:51:15.307726+0000 mgr.smithi038.xcqglv (mgr.14182) 1093 : cluster [DBG] pgmap v739: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:18.529 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:51:18.529 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:51:18.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:18 smithi177 conmon[43314]: cluster 2024-02-19T23:51:17.308742+0000 mgr.smithi038.xcqglv (mgr.14182) 1094 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:18.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:18 smithi038 conmon[37921]: cluster 2024-02-19T23:51:17.308742+0000 mgr.smithi038.xcqglv (mgr.14182) 1094 : cluster [DBG] pgmap v740: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:19.107 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:19.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:19 smithi177 conmon[43314]: audit 2024-02-19T23:51:18.520640+0000 mgr.smithi038.xcqglv (mgr.14182) 1095 : audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:19.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:19 smithi038 conmon[37921]: audit 2024-02-19T23:51:18.520640+0000 mgr.smithi038.xcqglv (mgr.14182) 1095 : 2024-02-19T23:51:19.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:19 smithi038 conmon[37921]: audit [DBG] from='client.15852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:20.107 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:20.774 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:20 smithi038 conmon[37921]: cluster 2024-02-19T23:51:19.309418+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:51:20.774 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:20 smithi038 conmon[37921]: 14182) 1096 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:20.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:20 smithi177 conmon[43314]: cluster 2024-02-19T23:51:19.309418+0000 mgr.smithi038.xcqglv (mgr.14182) 1096 : cluster [DBG] pgmap v741: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:20.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:20 smithi177 conmon[43314]: 2024-02-19T23:51:21.995 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:51:21.995 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:51:22.550 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:22.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:22 smithi177 conmon[43314]: cluster 2024-02-19T23:51:21.310207+0000 mgr.smithi038.xcqglv (mgr.14182) 1097 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:22.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:22 smithi038 conmon[37921]: cluster 2024-02-19T23:51:21.310207+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:51:22.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:22 smithi038 conmon[37921]: mgr.14182) 1097 : cluster [DBG] pgmap v742: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:23.551 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:23.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:23 smithi177 conmon[43314]: audit 2024-02-19T23:51:21.986778+0000 mgr.smithi038.xcqglv (mgr.14182) 1098 : audit [DBG] 2024-02-19T23:51:23.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:23 smithi177 conmon[43314]: from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:23.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:23 smithi038 conmon[37921]: audit 2024-02-19T23:51:21.986778+0000 mgr.smithi038.xcqglv (mgr.14182) 1098 : audit [DBG] from='client.15856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:24.710 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:24 smithi038 conmon[37921]: cluster 2024-02-19T23:51:23.311024+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:51:24.711 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:24 smithi038 conmon[37921]: mgr.14182) 1099 : cluster [DBG] pgmap v743: 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-19T23:51:24.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:24 smithi177 conmon[43314]: cluster 2024-02-19T23:51:23.311024+0000 mgr.smithi038.xcqglv (mgr.14182) 1099 : cluster [DBG] pgmap v743: 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-19T23:51:24.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:24 smithi177 conmon[43314]: 2024-02-19T23:51:25.342 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:51:25.343 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:51:25.914 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:26.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:26 smithi177 conmon[43314]: cluster 2024-02-19T23:51:25.311491+0000 mgr.smithi038.xcqglv (mgr.14182) 1100 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:26.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:26 smithi177 conmon[43314]: audit 2024-02-19T23:51:25.334415+0000 mgr.smithi038.xcqglv (mgr.14182) 1101 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:26.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:26 smithi038 conmon[37921]: cluster 2024-02-19T23:51:25.311491+0000 mgr.smithi038.xcqglv (mgr.14182) 1100 : cluster [DBG] pgmap v744: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:26.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:26 smithi038 conmon[37921]: audit 2024-02-19T23:51:25.334415+0000 mgr.smithi038.xcqglv (mgr.14182) 1101 : audit [DBG] from='client.15860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:26.915 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:28.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:28 smithi177 conmon[43314]: cluster 2024-02-19T23:51:27.312596+0000 mgr.smithi038.xcqglv (mgr.14182) 1102 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:28.848 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:51:28.848 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:51:28.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:28 smithi038 conmon[37921]: cluster 2024-02-19T23:51:27.312596+0000 2024-02-19T23:51:28.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:28 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 1102 : cluster [DBG] pgmap v745: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:29.463 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:30.463 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:30.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:30 smithi177 conmon[43314]: audit 2024-02-19T23:51:28.839939+0000 mgr.smithi038.xcqglv (mgr.14182) 1103 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:30.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:30 smithi177 conmon[43314]: cluster 2024-02-19T23:51:29.313362+0000 mgr.smithi038.xcqglv (mgr.14182) 1104 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:30.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:30 smithi038 conmon[37921]: audit 2024-02-19T23:51:28.839939+0000 mgr.smithi038.xcqglv (mgr.14182) 1103 : audit [DBG] from='client.15864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:30.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:30 smithi038 conmon[37921]: cluster 2024-02-19T23:51:29.313362+0000 mgr.smithi038.xcqglv (mgr.14182) 1104 : cluster [DBG] pgmap v746: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:32.413 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:51:32.414 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:51:32.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:32 smithi177 conmon[43314]: cluster 2024-02-19T23:51:31.314187+0000 mgr.smithi038.xcqglv (mgr.14182) 1105 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:32.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:32 smithi038 conmon[37921]: cluster 2024-02-19T23:51:31.314187+0000 mgr.smithi038.xcqglv (mgr.14182) 1105 : cluster [DBG] pgmap v747: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:32.990 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:33.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:33 smithi177 conmon[43314]: audit 2024-02-19T23:51:32.405729+0000 mgr.smithi038.xcqglv (mgr.14182) 1106 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:33.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:33 smithi038 conmon[37921]: audit 2024-02-19T23:51:32.405729+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:51:33.849 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:33 smithi038 conmon[37921]: ) 1106 : audit [DBG] from='client.15868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:33.991 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:34.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:34 smithi177 conmon[43314]: cluster 2024-02-19T23:51:33.314976+0000 mgr.smithi038.xcqglv (mgr.14182) 1107 : cluster [DBG] pgmap v748: 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-19T23:51:34.815 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:34 smithi038 conmon[37921]: cluster 2024-02-19T23:51:33.314976+0000 mgr.smithi038.xcqglv (mgr.14182) 1107 : cluster [DBG] pgmap v748: 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-19T23:51:34.815 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:34 smithi038 conmon[37921]: 2024-02-19T23:51:35.867 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:51:35.867 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:51:36.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:36.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:36 smithi177 conmon[43314]: cluster 2024-02-19T23:51:35.315502+0000 mgr.smithi038.xcqglv (mgr.14182) 1108 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:36.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:36 smithi038 conmon[37921]: cluster 2024-02-19T23:51:35.315502+0000 mgr.smithi038.xcqglv (mgr.14182) 1108 : cluster [DBG] pgmap v749: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:37.383 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:37.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:37 smithi038 conmon[37921]: audit 2024-02-19T23:51:35.859096+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:51:37.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:37 smithi038 conmon[37921]: 14182) 1109 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:38.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:37 smithi177 conmon[43314]: audit 2024-02-19T23:51:35.859096+0000 mgr.smithi038.xcqglv (mgr.14182) 1109 : audit [DBG] from='client.15872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:38.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:37 smithi177 conmon[43314]: 2024-02-19T23:51:38.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:38 smithi038 conmon[37921]: cluster 2024-02-19T23:51:37.316605+0000 mgr.smithi038.xcqglv (mgr.14182) 1110 : cluster [DBG] pgmap v750: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:39.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:38 smithi177 conmon[43314]: cluster 2024-02-19T23:51:37.316605+0000 mgr.smithi038.xcqglv (mgr.14182) 1110 : cluster [DBG] 2024-02-19T23:51:39.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:38 smithi177 conmon[43314]: pgmap v750: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:39.272 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:51:39.272 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:51:39.913 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:40.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:40 smithi038 conmon[37921]: audit 2024-02-19T23:51:39.264414+0000 mgr.smithi038.xcqglv (mgr.14182) 1111 : audit [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:40.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:40 smithi038 conmon[37921]: cluster 2024-02-19T23:51:39.317108+0000 mgr.smithi038.xcqglv (mgr.14182) 1112 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:40.914 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:41.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:40 smithi177 conmon[43314]: audit 2024-02-19T23:51:39.264414+0000 mgr.smithi038.xcqglv (mgr.14182) 1111 : audit 2024-02-19T23:51:41.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:40 smithi177 conmon[43314]: [DBG] from='client.15876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:41.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:40 smithi177 conmon[43314]: cluster 2024-02-19T23:51:39.317108+0000 mgr.smithi038.xcqglv (mgr.14182) 1112 : cluster [DBG] pgmap v751: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:42.796 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:51:42.797 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:51:42.818 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:42 smithi038 conmon[37921]: cluster 2024-02-19T23:51:41.317899+0000 mgr.smithi038.xcqglv (mgr.14182) 1113 2024-02-19T23:51:42.818 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:42 smithi038 conmon[37921]: : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:43.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:42 smithi177 conmon[43314]: cluster 2024-02-19T23:51:41.317899+0000 mgr.smithi038.xcqglv (mgr.14182) 1113 : cluster [DBG] pgmap v752: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:43.389 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:44.390 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:44.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:44 smithi038 conmon[37921]: audit 2024-02-19T23:51:42.787784+0000 mgr.smithi038.xcqglv (mgr.14182) 1114 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:44.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:44 smithi038 conmon[37921]: cluster 2024-02-19T23:51:43.318811+0000 mgr.smithi038.xcqglv (mgr.14182) 1115 : cluster [DBG] pgmap v753: 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-19T23:51:45.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:44 smithi177 conmon[43314]: audit 2024-02-19T23:51:42.787784+0000 mgr.smithi038.xcqglv (mgr.14182) 1114 : audit [DBG] from='client.15880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:45.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:44 smithi177 conmon[43314]: cluster 2024-02-19T23:51:43.318811+0000 mgr.smithi038.xcqglv (mgr.14182) 1115 : cluster [DBG] pgmap v753: 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-19T23:51:46.211 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:51:46.211 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:55.141901Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.zoypfp on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:51:46.820 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:46.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:46 smithi038 conmon[37921]: cluster 2024-02-19T23:51:45.319383+0000 mgr.smithi038.xcqglv (mgr.14182) 1116 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:47.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:46 smithi177 conmon[43314]: cluster 2024-02-19T23:51:45.319383+0000 mgr.smithi038.xcqglv (mgr.14182) 1116 : cluster [DBG] pgmap v754: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:47.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:46 smithi177 conmon[43314]: 2024-02-19T23:51:47.821 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:47.856 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:47 smithi038 conmon[37921]: audit 2024-02-19T23:51:46.203146+0000 mgr.smithi038.xcqglv (mgr.14182) 1117 : audit [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:48.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:47 smithi177 conmon[43314]: audit 2024-02-19T23:51:46.203146+0000 mgr.smithi038.xcqglv (mgr.14182) 1117 : audit 2024-02-19T23:51:48.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:47 smithi177 conmon[43314]: [DBG] from='client.15884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:49.006 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:48 smithi038 conmon[37921]: cluster 2024-02-19T23:51:47. 2024-02-19T23:51:49.006 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:48 smithi038 conmon[37921]: 320660+0000 mgr.smithi038.xcqglv (mgr.14182) 1118 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:49.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:48 smithi177 conmon[43314]: cluster 2024-02-19T23:51:47.320660+0000 mgr.smithi038.xcqglv (mgr.14182) 1118 : cluster [DBG] pgmap v755: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:49.747 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:51:49.747 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:51:49.947 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:49 smithi038 conmon[37921]: audit 2024-02-19T23:51:49.004081+0000 mon.smithi038 (mon.0) 766 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.jnkgaz"}]: dispatch 2024-02-19T23:51:50.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:49 smithi177 conmon[43314]: audit 2024-02-19T23:51:49.004081+0000 mon.smithi038 (mon.0) 766 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi177.jnkgaz"}]: dispatch 2024-02-19T23:51:50.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:49 smithi177 conmon[43314]: 2024-02-19T23:51:50.343 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:51.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: cephadm 2024-02-19T23:51:49.003345+0000 mgr.smithi038.xcqglv (mgr.14182) 1119 : cephadm [ERR] 2024-02-19T23:51:51.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz 2024-02-19T23:51:51.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz 2024-02-19T23:51:51.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz 2024-02-19T23:51:51.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz 2024-02-19T23:51:51.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi177.jnkgaz ... 2024-02-19T23:51:51.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:51.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:51:51.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:49:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:51:51.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:50:29Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:51:51.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:51:08Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:51:51.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: stat: stderr 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-19T23:51:51.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: stat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: 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-19T23:51:51.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:51.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: Traceback (most recent call last): 2024-02-19T23:51:51.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:51:51.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: yield (conn, connr) 2024-02-19T23:51:51.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:51:51.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: code, '\n'.join(err))) 2024-02-19T23:51:51.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: 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-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz 2024-02-19T23:51:51.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz 2024-02-19T23:51:51.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz 2024-02-19T23:51:51.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz 2024-02-19T23:51:51.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi177.jnkgaz ... 2024-02-19T23:51:51.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:51.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:51:51.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:49:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:51:51.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:50:29Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:51:51.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:51:08Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:51:51.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: stat: stderr 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-19T23:51:51.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: stat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: 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-19T23:51:51.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:51.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: cephadm 2024-02-19T23:51:49.003603+0000 2024-02-19T23:51:51.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: mgr.smithi038.xcqglv (mgr.14182) 1120 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.jnkgaz 2024-02-19T23:51:51.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: cephadm 2024-02-19T23:51:49.005029+0000 mgr.smithi038.xcqglv (mgr.14182) 1121 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz 2024-02-19T23:51:51.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz 2024-02-19T23:51:51.048 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz 2024-02-19T23:51:51.048 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz 2024-02-19T23:51:51.048 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi177.jnkgaz ... 2024-02-19T23:51:51.048 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:51.048 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:51:51.048 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:49:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:51:51.048 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:50:29Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:51:51.048 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:51:08Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:51:51.048 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: stat: stderr 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-19T23:51:51.048 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: stat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: 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-19T23:51:51.048 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:51.048 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: cephadm 2024-02-19T23:51:49.006883+0000 mgr.smithi038.xcqglv (mgr.14182) 1122 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.lgetyl on smithi038 2024-02-19T23:51:51.048 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:50 smithi177 conmon[43314]: cluster 2024-02-19T23:51:49.321159+0000 mgr.smithi038.xcqglv (mgr.14182) 1123 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:51.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: cephadm 2024-02-19T23:51:49.003345+0000 mgr.smithi038.xcqglv (mgr.14182) 1119 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz 2024-02-19T23:51:51.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz 2024-02-19T23:51:51.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz 2024-02-19T23:51:51.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz 2024-02-19T23:51:51.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi177.jnkgaz ... 2024-02-19T23:51:51.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:51.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:51:51.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:49:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:51:51.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:50:29Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:51:51.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:51:08Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:51:51.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: stat: stderr 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-19T23:51:51.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: stat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: 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-19T23:51:51.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:51.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: Traceback (most recent call last): 2024-02-19T23:51:51.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:51:51.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: yield (conn, connr) 2024-02-19T23:51:51.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:51:51.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: code, '\n'.join(err))) 2024-02-19T23:51:51.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: 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-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz 2024-02-19T23:51:51.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz 2024-02-19T23:51:51.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz 2024-02-19T23:51:51.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz 2024-02-19T23:51:51.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi177.jnkgaz ... 2024-02-19T23:51:51.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:51.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:51:51.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:49:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:51:51.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:50:29Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:51:51.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:51:08Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:51:51.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: stat: stderr 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-19T23:51:51.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: stat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: 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-19T23:51:51.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:51.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: cephadm 2024-02-19T23:51:49.003603+0000 mgr.smithi038.xcqglv (mgr.14182) 1120 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi177.jnkgaz 2024-02-19T23:51:51.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: cephadm 2024-02-19T23:51:49.005029+0000 mgr.smithi038.xcqglv (mgr.14182) 1121 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz 2024-02-19T23:51:51.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz 2024-02-19T23:51:51.102 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz 2024-02-19T23:51:51.102 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz 2024-02-19T23:51:51.102 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi177.jnkgaz ... 2024-02-19T23:51:51.102 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:51.102 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:51:51.102 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:49:52Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:51:51.102 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:50:29Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:51:51.102 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:51:08Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:51:51.102 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: stat: stderr 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-19T23:51:51.102 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: stat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: 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-19T23:51:51.102 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: 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=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:51.102 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: cephadm 2024-02-19T23:51:49.006883+0000 mgr.smithi038.xcqglv (mgr.14182) 1122 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi038.lgetyl on smithi038 2024-02-19T23:51:51.102 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:50 smithi038 conmon[37921]: cluster 2024-02-19T23:51:49.321159+0000 mgr.smithi038.xcqglv (mgr.14182) 1123 : cluster [DBG] pgmap v756: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:51.344 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:51.823 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:51 smithi038 conmon[37921]: audit 2024-02-19T23:51:49.739369 2024-02-19T23:51:51.823 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:51 smithi038 conmon[37921]: +0000 mgr.smithi038.xcqglv (mgr.14182) 1124 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:52.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:51 smithi177 conmon[43314]: audit 2024-02-19T23:51:49.739369+0000 mgr.smithi038.xcqglv (mgr.14182) 1124 : audit [DBG] from='client.15888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:52.819 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:52 smithi038 conmon[37921]: cluster 2024-02-19T23:51:51.321813+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:51:52.820 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:52 smithi038 conmon[37921]: mgr.14182) 1125 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:53.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:52 smithi177 conmon[43314]: cluster 2024-02-19T23:51:51.321813+0000 mgr.smithi038.xcqglv (mgr.14182) 1125 : cluster [DBG] pgmap v757: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:53.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:52 smithi177 conmon[43314]: 2024-02-19T23:51:53.205 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:51:53.206 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:51:53.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:54.777 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:55.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:54 smithi177 conmon[43314]: audit 2024-02-19T23:51:53.197976+0000 mgr.smithi038.xcqglv (mgr.14182) 1126 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:55.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:54 smithi177 conmon[43314]: cluster 2024-02-19T23:51:53.322796+0000 mgr.smithi038.xcqglv (mgr.14182) 1127 : cluster [DBG] pgmap v758: 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-19T23:51:55.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:54 smithi038 conmon[37921]: audit 2024-02-19T23:51:53.197976+0000 mgr.smithi038.xcqglv (mgr.14182) 1126 : audit [DBG] from='client.15892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:55.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:54 smithi038 conmon[37921]: cluster 2024-02-19T23:51:53.322796+0000 mgr.smithi038.xcqglv (mgr.14182) 1127 : cluster [DBG] pgmap v758: 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-19T23:51:56.614 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:51:56.614 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:51:57.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:56 smithi177 conmon[43314]: cluster 2024-02-19T23:51:55.323330+0000 mgr.smithi038.xcqglv (mgr.14182) 1128 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:57.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:56 smithi038 conmon[37921]: cluster 2024-02-19T23:51:55.323330+0000 mgr.smithi038.xcqglv (mgr.14182) 1128 : cluster [DBG] pgmap v759: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:57.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:58.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:57 smithi177 conmon[43314]: audit 2024-02-19T23:51:56.606229+0000 mgr.smithi038.xcqglv (mgr.14182) 1129 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:58.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:57 smithi177 conmon[43314]: 2024-02-19T23:51:58.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:57 smithi038 conmon[37921]: audit 2024-02-19T23:51:56.606229+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:51:58.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:57 smithi038 conmon[37921]: mgr.14182) 1129 : audit [DBG] from='client.15896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:58.179 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:58.962 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:58 smithi038 conmon[37921]: cluster 2024-02-19T23:51:57.324404+0000 mgr.smithi038.xcqglv (mgr.14182) 1130 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:51:58.962 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:51:58 smithi038 conmon[37921]: 2024-02-19T23:51:59.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:51:58 smithi177 conmon[43314]: cluster 2024-02-19T23:51:57.324404+0000 mgr.smithi038.xcqglv (mgr.14182) 1130 : cluster [DBG] pgmap v760: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:00.002 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:52:00.003 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:52:00.578 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:00.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:00 smithi038 conmon[37921]: cluster 2024-02-19T23:51:59.324954+0000 mgr.smithi038.xcqglv (mgr.14182) 1131 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:01.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:00 smithi177 conmon[43314]: cluster 2024-02-19T23:51:59.324954+0000 mgr.smithi038.xcqglv (mgr.14182) 1131 : cluster [DBG] pgmap v761: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:01.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:00 smithi177 conmon[43314]: 2024-02-19T23:52:01.579 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:01.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:01 smithi038 conmon[37921]: audit 2024-02-19T23:51:59.994699+0000 mgr.smithi038.xcqglv (mgr.14182) 1132 : audit [DBG] 2024-02-19T23:52:01.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:01 smithi038 conmon[37921]: from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:02.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:01 smithi177 conmon[43314]: audit 2024-02-19T23:51:59.994699+0000 mgr.smithi038.xcqglv (mgr.14182) 1132 : audit [DBG] from='client.15900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:02.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:01 smithi177 conmon[43314]: 2024-02-19T23:52:03.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:02 smithi038 conmon[37921]: cluster 2024-02-19T23:52:01.325801+0000 mgr.smithi038.xcqglv (mgr.14182) 1133 : cluster [DBG] 2024-02-19T23:52:03.001 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:02 smithi038 conmon[37921]: pgmap v762: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:03.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:02 smithi177 conmon[43314]: cluster 2024-02-19T23:52:01.325801+0000 mgr.smithi038.xcqglv (mgr.14182) 1133 : cluster [DBG] pgmap v762: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:03.418 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:52:03.419 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:52:03.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:03 smithi038 conmon[37921]: cluster 2024-02-19T23:52:03.326514+0000 mgr.smithi038.xcqglv (mgr.14182) 1134 : cluster [DBG] pgmap v763: 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-19T23:52:03.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:03 smithi038 conmon[37921]: audit 2024-02-19T23:52:03.410774+0000 mgr.smithi038.xcqglv (mgr.14182) 1135 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:03.966 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:04.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:03 smithi177 conmon[43314]: cluster 2024-02-19T23:52:03.326514+0000 mgr.smithi038.xcqglv (mgr.14182) 1134 : cluster [DBG] pgmap v763: 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-19T23:52:04.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:03 smithi177 conmon[43314]: audit 2024-02-19T23:52:04.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:03 smithi177 conmon[43314]: 2024-02-19T23:52:03.410774+0000 mgr.smithi038.xcqglv (mgr.14182) 1135 : audit [DBG] from='client.15904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:04.967 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:06.763 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:52:06.763 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:52:06.786 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:06 smithi038 conmon[37921]: cluster 2024-02-19T23:52:05.327046+0000 mgr.smithi038.xcqglv (mgr.14182) 1136 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:06.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:06 smithi177 conmon[43314]: cluster 2024-02-19T23:52:05.327046+0000 mgr.smithi038.xcqglv (mgr.14182) 1136 : cluster [DBG] pgmap v764: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:07.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:08.351 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:08.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:08 smithi177 conmon[43314]: audit 2024-02-19T23:52:06.755255+0000 mgr.smithi038.xcqglv (mgr.14182) 1137 : audit [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:08.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:08 smithi177 conmon[43314]: cluster 2024-02-19T23:52:07.328098+0000 mgr.smithi038.xcqglv (mgr.14182) 1138 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:08.829 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:08 smithi038 conmon[37921]: audit 2024-02-19T23:52:06.755255+0000 mgr.smithi038.xcqglv (mgr.14182) 1137 : audit 2024-02-19T23:52:08.829 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:08 smithi038 conmon[37921]: [DBG] from='client.15908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:08.829 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:08 smithi038 conmon[37921]: cluster 2024-02-19T23:52:07.328098+0000 mgr.smithi038.xcqglv (mgr.14182) 1138 : cluster [DBG] pgmap v765: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:10.235 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:52:10.235 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:52:10.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:10 smithi038 conmon[37921]: cluster 2024-02-19T23:52:09.328621+0000 mgr.smithi038.xcqglv (mgr.14182) 1139 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:10.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:10.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:10 smithi177 conmon[43314]: cluster 2024-02-19T23:52:09.328621+0000 mgr.smithi038.xcqglv (mgr.14182) 1139 : cluster [DBG] pgmap v766: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:11.782 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:11.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:11 smithi177 conmon[43314]: audit 2024-02-19T23:52:10.226867+0000 mgr.smithi038.xcqglv (mgr.14182) 1140 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:11.817 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:11 smithi038 conmon[37921]: audit 2024-02-19T23:52:10.226867+0000 mgr.smithi038.xcqglv (mgr.14182) 1140 : audit [DBG] from='client.15912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:11.817 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:11 smithi038 conmon[37921]: 2024-02-19T23:52:12.576 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:12 smithi038 conmon[37921]: cluster 2024-02-19T23:52:11.329480+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:52:12.577 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:12 smithi038 conmon[37921]: ) 1141 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:12.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:12 smithi177 conmon[43314]: cluster 2024-02-19T23:52:11.329480+0000 mgr.smithi038.xcqglv (mgr.14182) 1141 : cluster [DBG] pgmap v767: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:13.638 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:52:13.638 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:52:14.199 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:14.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:14 smithi038 conmon[37921]: cluster 2024-02-19T23:52:13.330290+0000 mgr.smithi038.xcqglv (mgr.14182) 1142 : cluster [DBG] pgmap v768: 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-19T23:52:14.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:14 smithi038 conmon[37921]: audit 2024-02-19T23:52:13.629786+0000 mgr.smithi038.xcqglv (mgr.14182) 1143 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:14.677 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:14 smithi177 conmon[43314]: cluster 2024-02-19T23:52:13.330290+0000 mgr.smithi038.xcqglv (mgr.14182) 1142 : cluster [DBG] pgmap v768: 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-19T23:52:14.677 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:14 smithi177 conmon[43314]: audit 2024-02-19T23:52:13.629786+0000 mgr.smithi038.xcqglv (mgr.14182) 1143 : audit [DBG] from='client.15916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:15.206 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:16.668 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:16 smithi038 conmon[37921]: cluster 2024-02-19T23:52:15.330781+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:52:16.668 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:16 smithi038 conmon[37921]: mgr.14182) 1144 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:16.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:16 smithi177 conmon[43314]: cluster 2024-02-19T23:52:15.330781+0000 mgr.smithi038.xcqglv (mgr.14182) 1144 : cluster [DBG] pgmap v769: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:17.092 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:52:17.093 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:52:17.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:18.660 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:18.695 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:18 smithi038 conmon[37921]: audit 2024-02-19T23:52:17.084157+0000 mgr.smithi038.xcqglv (mgr.14182) 1145 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:18.695 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:18 smithi038 conmon[37921]: cluster 2024-02-19T23:52:17.331812+0000 mgr.smithi038.xcqglv (mgr.14182) 1146 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:18.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:18 smithi177 conmon[43314]: audit 2024-02-19T23:52:17.084157+0000 mgr.smithi038.xcqglv (mgr.14182) 1145 : audit [DBG] from='client.15920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:18.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:18 smithi177 conmon[43314]: cluster 2024-02-19T23:52:17.331812+0000 mgr.smithi038.xcqglv (mgr.14182) 1146 : cluster [DBG] pgmap v770: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:20.601 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:52:20.601 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:52:20.784 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:20 smithi038 conmon[37921]: cluster 2024-02-19T23:52:19.332372+0000 mgr.smithi038.xcqglv (mgr.14182) 1147 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:20.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:20 smithi177 conmon[43314]: cluster 2024-02-19T23:52:19.332372+0000 mgr.smithi038.xcqglv (mgr.14182) 1147 : cluster [DBG] pgmap v771: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:21.156 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:21.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:21 smithi177 conmon[43314]: audit 2024-02-19T23:52:20.593377+0000 mgr.smithi038.xcqglv (mgr.14182) 1148 : audit [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:21.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:21 smithi038 conmon[37921]: audit 2024-02-19T23:52:20.593377+0000 mgr.smithi038.xcqglv (mgr.14182) 1148 : audit 2024-02-19T23:52:21.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:21 smithi038 conmon[37921]: [DBG] from='client.15924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:22.157 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:22.711 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:22 smithi038 conmon[37921]: cluster 2024-02-19T23:52:21.333227+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:52:22.711 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:22 smithi038 conmon[37921]: .14182) 1149 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:22.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:22 smithi177 conmon[43314]: cluster 2024-02-19T23:52:21.333227+0000 mgr.smithi038.xcqglv (mgr.14182) 1149 : cluster [DBG] pgmap v772: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:24.173 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:52:24.173 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:52:24.711 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:24 smithi038 conmon[37921]: cluster 2024-02-19T23:52:23.334137+0000 mgr.smithi038.xcqglv (mgr.14182) 1150 : cluster [DBG] pgmap v773: 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-19T23:52:24.713 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:24.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:24 smithi177 conmon[43314]: cluster 2024-02-19T23:52:23.334137+0000 mgr.smithi038.xcqglv (mgr.14182) 1150 : cluster [DBG] pgmap v773: 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-19T23:52:25.714 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:25.750 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:25 smithi038 conmon[37921]: audit 2024-02-19T23:52:24.165454+0000 mgr.smithi038.xcqglv (mgr.14182) 1151 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:25.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:25 smithi177 conmon[43314]: audit 2024-02-19T23:52:24.165454+0000 mgr.smithi038.xcqglv (mgr.14182) 1151 : audit [DBG] from='client.15928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:26.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:26 smithi177 conmon[43314]: cluster 2024-02-19T23:52:25.334663+0000 mgr.smithi038.xcqglv (mgr.14182) 1152 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:26.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:26 smithi038 conmon[37921]: cluster 2024-02-19T23:52:25.334663+0000 mgr.smithi038.xcqglv (mgr.14182) 1152 : cluster [DBG] pgmap v774: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:27.606 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:52:27.606 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:52:28.180 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:28.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:28 smithi177 conmon[43314]: cluster 2024-02-19T23:52:27.335583+0000 mgr.smithi038.xcqglv (mgr.14182) 1153 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:28.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:28 smithi177 conmon[43314]: audit 2024-02-19T23:52:27.598382+0000 mgr.smithi038.xcqglv (mgr.14182) 1154 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:28.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:28 smithi038 conmon[37921]: cluster 2024-02-19T23:52:27.335583+0000 mgr.smithi038.xcqglv (mgr.14182) 1153 : cluster [DBG] pgmap v775: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:28.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:28 smithi038 conmon[37921]: audit 2024-02-19T23:52:27.598382+0000 mgr.smithi038.xcqglv (mgr.14182) 1154 : audit [DBG] from='client.15932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:29.181 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:30.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:30 smithi038 conmon[37921]: cluster 2024-02-19T23:52:29.336318+0000 mgr.smithi038.xcqglv (mgr.14182) 1155 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:30.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:30 smithi177 conmon[43314]: cluster 2024-02-19T23:52:29.336318+0000 mgr.smithi038.xcqglv (mgr.14182) 1155 : cluster [DBG] pgmap v776: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:31.018 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:52:31.018 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:52:31.578 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:32.580 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:32.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:32 smithi177 conmon[43314]: audit 2024-02-19T23:52:31.010244+0000 mgr.smithi038.xcqglv (mgr.14182) 1156 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:32.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:32 smithi177 conmon[43314]: cluster 2024-02-19T23:52:31.337147+0000 mgr.smithi038.xcqglv (mgr.14182) 1157 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:32.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:32 smithi038 conmon[37921]: audit 2024-02-19T23:52:31.010244+0000 mgr.smithi038.xcqglv (mgr.14182) 1156 : audit [DBG] from='client.15936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:32.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:32 smithi038 conmon[37921]: cluster 2024-02-19T23:52:31.337147+0000 mgr.smithi038.xcqglv (mgr.14182) 1157 : cluster [DBG] pgmap v777: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:34.403 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:52:34.403 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:52:34.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:34 smithi177 conmon[43314]: cluster 2024-02-19T23:52:33.337912+0000 mgr.smithi038.xcqglv (mgr.14182) 1158 : cluster [DBG] pgmap v778: 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-19T23:52:34.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:34 smithi038 conmon[37921]: cluster 2024-02-19T23:52:33.337912+0000 mgr.smithi038.xcqglv (mgr.14182) 1158 : cluster [DBG] pgmap v778: 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-19T23:52:34.987 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:35.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:35 smithi177 conmon[43314]: audit 2024-02-19T23:52:34.394692+0000 mgr.smithi038.xcqglv (mgr.14182) 1159 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:35.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:35 smithi038 conmon[37921]: audit 2024-02-19T23:52:34.394692+0000 mgr.smithi038.xcqglv (mgr.14182) 1159 : audit [DBG] from='client.15940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:35.988 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:36.740 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:36 smithi038 conmon[37921]: cluster 2024-02-19T23:52:35.338450+0000 mgr.smithi038.xcqglv (mgr.14182) 1160 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:36.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:36 smithi177 conmon[43314]: cluster 2024-02-19T23:52:35.338450+0000 mgr.smithi038.xcqglv (mgr.14182) 1160 : cluster [DBG] pgmap v779: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:37.823 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:52:37.824 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:52:38.393 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:38.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:38 smithi177 conmon[43314]: cluster 2024-02-19T23:52:37.339503+0000 mgr.smithi038.xcqglv (mgr.14182) 1161 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:38.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:38 smithi038 conmon[37921]: cluster 2024-02-19T23:52:37.339503+0000 mgr.smithi038.xcqglv (mgr.14182) 1161 : cluster [DBG] pgmap v780: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:39.394 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:39.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:39 smithi177 conmon[43314]: audit 2024-02-19T23:52:37.815241+0000 mgr.smithi038.xcqglv (mgr.14182) 1162 : audit [DBG] from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:39.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:39 smithi038 conmon[37921]: audit 2024-02-19T23:52:37.815241+0000 mgr.smithi038.xcqglv (mgr.14182) 1162 : audit [DBG] 2024-02-19T23:52:39.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:39 smithi038 conmon[37921]: from='client.15944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:40.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:40 smithi177 conmon[43314]: cluster 2024-02-19T23:52:39.340013+0000 mgr.smithi038.xcqglv (mgr.14182) 1163 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-02-19T23:52:40.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:40 smithi038 conmon[37921]: cluster 2024-02-19T23:52:39.340013+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:52:40.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:40 smithi038 conmon[37921]: 1163 : cluster [DBG] pgmap v781: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 B/s wr, 0 op/s 2024-02-19T23:52:41.291 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:52:41.292 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:52:41.828 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:42.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:42 smithi177 conmon[43314]: audit 2024-02-19T23:52:41.283839+0000 mgr.smithi038.xcqglv (mgr.14182) 1164 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:42.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:42 smithi177 conmon[43314]: cluster 2024-02-19T23:52:41.340717+0000 mgr.smithi038.xcqglv (mgr.14182) 1165 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 35 op/s 2024-02-19T23:52:42.829 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:42.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:42 smithi038 conmon[37921]: audit 2024-02-19T23:52:41.283839 2024-02-19T23:52:42.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:42 smithi038 conmon[37921]: +0000 mgr.smithi038.xcqglv (mgr.14182) 1164 : audit [DBG] from='client.15948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:42.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:42 smithi038 conmon[37921]: cluster 2024-02-19T23:52:41. 2024-02-19T23:52:42.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:42 smithi038 conmon[37921]: 340717+0000 mgr.smithi038.xcqglv (mgr.14182) 1165 : cluster [DBG] pgmap v782: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 22 KiB/s rd, 0 B/s wr, 35 op/s 2024-02-19T23:52:44.670 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:52:44.670 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:52:44.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:44 smithi177 conmon[43314]: cluster 2024-02-19T23:52:43.341572+0000 mgr.smithi038.xcqglv (mgr.14182) 1166 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 84 op/s 2024-02-19T23:52:44.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:44 smithi038 conmon[37921]: cluster 2024-02-19T23:52:43.341572+0000 mgr.smithi038.xcqglv (mgr.14182) 1166 : cluster [DBG] pgmap v783: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 84 op/s 2024-02-19T23:52:45.244 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:45.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:45 smithi177 conmon[43314]: audit 2024-02-19T23:52:44.661670+0000 mgr.smithi038.xcqglv (mgr.14182) 1167 : audit [DBG] from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:45.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:45 smithi038 conmon[37921]: audit 2024-02-19T23:52:44.661670+0000 mgr.smithi038.xcqglv (mgr.14182) 1167 : audit [DBG] 2024-02-19T23:52:45.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:45 smithi038 conmon[37921]: from='client.15952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:46.245 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:46.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:46 smithi038 conmon[37921]: cluster 2024-02-19T23:52:45.342314+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:52:46.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:46 smithi038 conmon[37921]: 1168 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 84 op/s 2024-02-19T23:52:47.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:46 smithi177 conmon[43314]: cluster 2024-02-19T23:52:45.342314+0000 mgr.smithi038.xcqglv (mgr.14182) 1168 : cluster [DBG] pgmap v784: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 84 op/s 2024-02-19T23:52:48.123 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:52:48.123 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:52:48.673 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:48.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:48 smithi038 conmon[37921]: cluster 2024-02-19T23:52:47.343333+0000 mgr.smithi038.xcqglv (mgr.14182) 1169 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 84 op/s 2024-02-19T23:52:49.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:48 smithi177 conmon[43314]: cluster 2024-02-19T23:52:47.343333+0000 mgr.smithi038.xcqglv (mgr.14182) 1169 : cluster [DBG] pgmap v785: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 84 op/s 2024-02-19T23:52:49.675 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:49.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:49 smithi038 conmon[37921]: audit 2024-02-19T23:52:48.115313+0000 mgr.smithi038.xcqglv (mgr.14182) 1170 : 2024-02-19T23:52:49.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:49 smithi038 conmon[37921]: audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:50.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:49 smithi177 conmon[43314]: audit 2024-02-19T23:52:48.115313+0000 mgr.smithi038.xcqglv (mgr.14182) 1170 : audit [DBG] from='client.15956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:50.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:50 smithi038 conmon[37921]: cluster 2024-02-19T23:52:49.343950+0000 mgr.smithi038.xcqglv (mgr.14182) 1171 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 84 op/s 2024-02-19T23:52:50.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:50 smithi038 conmon[37921]: 2024-02-19T23:52:51.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:50 smithi177 conmon[43314]: cluster 2024-02-19T23:52:49.343950+0000 mgr.smithi038.xcqglv (mgr.14182) 1171 : cluster [DBG] pgmap v786: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 51 KiB/s rd, 0 B/s wr, 84 op/s 2024-02-19T23:52:51.579 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:52:51.579 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:52:52.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:52.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:52 smithi038 conmon[37921]: cluster 2024-02-19T23:52:51.344866+0000 mgr.smithi038.xcqglv (mgr.14182) 1172 : cluster 2024-02-19T23:52:52.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:52 smithi038 conmon[37921]: [DBG] pgmap v787: 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-19T23:52:52.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:52 smithi038 conmon[37921]: audit 2024-02-19T23:52:51.571008+0000 mgr.smithi038.xcqglv (mgr.14182) 1173 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:53.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:52 smithi177 conmon[43314]: cluster 2024-02-19T23:52:51.344866+0000 mgr.smithi038.xcqglv (mgr.14182) 1172 : cluster [DBG] pgmap v787: 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-19T23:52:53.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:52 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:52:53.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:52 smithi177 conmon[43314]: 02-19T23:52:51.571008+0000 mgr.smithi038.xcqglv (mgr.14182) 1173 : audit [DBG] from='client.15960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:53.177 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:54.578 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:54 smithi038 conmon[37921]: cluster 2024-02-19T23:52:53.345607+0000 2024-02-19T23:52:54.578 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:54 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 1174 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 48 op/s 2024-02-19T23:52:54.963 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:52:54.964 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:52:55.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:54 smithi177 conmon[43314]: cluster 2024-02-19T23:52:53.345607+0000 mgr.smithi038.xcqglv (mgr.14182) 1174 : cluster [DBG] pgmap v788: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 48 op/s 2024-02-19T23:52:55.568 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:56.569 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:56.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:56 smithi038 conmon[37921]: audit 2024-02-19T23:52:54.955290+0000 mgr.smithi038.xcqglv (mgr.14182) 1175 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:56.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:56 smithi038 conmon[37921]: cluster 2024-02-19T23:52:55.346164+0000 mgr.smithi038.xcqglv (mgr.14182) 1176 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:57.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:56 smithi177 conmon[43314]: audit 2024-02-19T23:52:54.955290+0000 mgr.smithi038.xcqglv (mgr.14182) 1175 : audit [DBG] from='client.15964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:57.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:56 smithi177 conmon[43314]: cluster 2024-02-19T23:52:55.346164+0000 mgr.smithi038.xcqglv (mgr.14182) 1176 : cluster [DBG] pgmap v789: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:58.493 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:52:58.493 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:52:58.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:58 smithi038 conmon[37921]: cluster 2024-02-19T23:52:57.347100+0000 mgr.smithi038.xcqglv (mgr.14182) 1177 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:59.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:58 smithi177 conmon[43314]: cluster 2024-02-19T23:52:57.347100+0000 mgr.smithi038.xcqglv (mgr.14182) 1177 : cluster [DBG] pgmap v790: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:52:59.109 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:00.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:52:59 smithi177 conmon[43314]: audit 2024-02-19T23:52:58.485865+0000 mgr.smithi038.xcqglv (mgr.14182) 1178 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:00.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:52:59 smithi038 conmon[37921]: audit 2024-02-19T23:52:58.485865+0000 mgr.smithi038.xcqglv (mgr.14182) 1178 : audit [DBG] from='client.15968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:00.110 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:00.954 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:00 smithi038 conmon[37921]: cluster 2024-02-19T23:52:59.347630+0000 mgr.smithi038.xcqglv (mgr.14182) 1179 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:01.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:00 smithi177 conmon[43314]: cluster 2024-02-19T23:52:59.347630+0000 mgr.smithi038.xcqglv (mgr.14182) 1179 : cluster [DBG] pgmap v791: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:01.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:00 smithi177 conmon[43314]: 2024-02-19T23:53:01.996 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:53:01.996 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:53:02.559 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:02.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:02 smithi038 conmon[37921]: cluster 2024-02-19T23:53:01.348363+0000 mgr.smithi038.xcqglv (mgr.14182) 1180 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2024-02-19T23:53:02.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:02 smithi038 conmon[37921]: 2024-02-19T23:53:03.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:02 smithi177 conmon[43314]: cluster 2024-02-19T23:53:01.348363+0000 mgr.smithi038.xcqglv (mgr.14182) 1180 : cluster [DBG] pgmap v792: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.1 KiB/s rd, 0 B/s wr, 1 op/s 2024-02-19T23:53:03.560 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:03.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:03 smithi038 conmon[37921]: audit 2024-02-19T23:53:01.988055+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:53:03.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:03 smithi038 conmon[37921]: .14182) 1181 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:04.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:03 smithi177 conmon[43314]: audit 2024-02-19T23:53:01.988055+0000 mgr.smithi038.xcqglv (mgr.14182) 1181 : audit [DBG] from='client.15972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:04.976 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:04 smithi038 conmon[37921]: cluster 2024-02-19T23:53:03.349207+0000 mgr.smithi038.xcqglv (mgr.14182) 1182 : cluster [DBG] 2024-02-19T23:53:04.976 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:04 smithi038 conmon[37921]: pgmap v793: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-19T23:53:05.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:04 smithi177 conmon[43314]: cluster 2024-02-19T23:53:03.349207+0000 mgr.smithi038.xcqglv (mgr.14182) 1182 : cluster [DBG] pgmap v793: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-19T23:53:05.374 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:53:05.407 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:53:05.925 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:06.926 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:06.961 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:06 smithi038 conmon[37921]: cluster 2024-02-19T23:53:05.349682+0000 mgr.smithi038.xcqglv (mgr.14182) 1183 : cluster [DBG] pgmap v794: 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-19T23:53:06.961 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:06 smithi038 conmon[37921]: audit 2024-02-19T23:53:05.366620+0000 mgr.smithi038.xcqglv (mgr.14182) 1184 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:07.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:06 smithi177 conmon[43314]: cluster 2024-02-19T23:53:05.349682+0000 mgr.smithi038.xcqglv (mgr.14182) 1183 : cluster [DBG] pgmap v794: 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-19T23:53:07.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:06 smithi177 conmon[43314]: audit 2024-02-19T23:53:05.366620+0000 mgr.smithi038.xcqglv (mgr.14182) 1184 : audit [DBG] from='client.15976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:08.767 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:53:08.767 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:53:08.960 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:08 smithi038 conmon[37921]: cluster 2024-02-19T23:53:07.350656+0000 mgr.smithi038.xcqglv (mgr.14182) 1185 : cluster [DBG] pgmap v795: 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-19T23:53:09.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:08 smithi177 conmon[43314]: cluster 2024-02-19T23:53:07.350656+0000 mgr.smithi038.xcqglv (mgr.14182) 1185 : cluster [DBG] pgmap v795: 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-19T23:53:09.340 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:10.342 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:10.894 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:10 smithi038 conmon[37921]: audit 2024-02-19T23:53:08 2024-02-19T23:53:10.895 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:10 smithi038 conmon[37921]: .758689+0000 mgr.smithi038.xcqglv (mgr.14182) 1186 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:10.895 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:10 smithi038 conmon[37921]: cluster 2024-02-19T23:53:09.351159+0000 mgr.smithi038.xcqglv (mgr.14182) 1187 : cluster [DBG] pgmap v796: 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-19T23:53:11.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:10 smithi177 conmon[43314]: audit 2024-02-19T23:53:08.758689+0000 mgr.smithi038.xcqglv (mgr.14182) 1186 : audit [DBG] from='client.15980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:11.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:10 smithi177 conmon[43314]: cluster 2024-02-19T23:53:09.351159+0000 mgr.smithi038.xcqglv (mgr.14182) 1187 : cluster [DBG] pgmap v796: 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-19T23:53:12.195 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:53:12.195 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:53:12.751 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:13.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:12 smithi177 conmon[43314]: cluster 2024-02-19T23:53:11.351927+0000 mgr.smithi038.xcqglv (mgr.14182) 1188 : cluster [DBG] 2024-02-19T23:53:13.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:12 smithi177 conmon[43314]: pgmap v797: 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-19T23:53:13.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:12 smithi038 conmon[37921]: cluster 2024-02-19T23:53:11.351927+0000 mgr.smithi038.xcqglv (mgr.14182) 1188 : cluster [DBG] pgmap v797: 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-19T23:53:13.752 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:14.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:13 smithi177 conmon[43314]: audit 2024-02-19T23:53:12.186442+0000 mgr.smithi038.xcqglv (mgr.14182) 1189 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:14.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:13 smithi038 conmon[37921]: audit 2024-02-19T23:53:12.186442+0000 mgr.smithi038.xcqglv (mgr.14182) 1189 : audit [DBG] from='client.15984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:14.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:14 smithi038 conmon[37921]: cluster 2024-02-19T23:53:13.352871+0000 mgr.smithi038.xcqglv (mgr.14182) 1190 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-19T23:53:15.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:14 smithi177 conmon[43314]: cluster 2024-02-19T23:53:13.352871+0000 mgr.smithi038.xcqglv (mgr.14182) 1190 : cluster [DBG] pgmap v798: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 0 B/s wr, 5 op/s 2024-02-19T23:53:15.570 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:53:15.570 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:53:16.166 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:17.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:16 smithi177 conmon[43314]: cluster 2024-02-19T23:53:15.353360+0000 mgr.smithi038.xcqglv (mgr.14182) 1191 : cluster [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 B/s wr, 1 op/s 2024-02-19T23:53:17.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:16 smithi177 conmon[43314]: audit 2024-02-19T23:53:15.561998+0000 mgr.smithi038.xcqglv (mgr.14182) 1192 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:17.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:16 smithi038 conmon[37921]: cluster 2024-02-19T23:53:15.353360+0000 mgr.smithi038.xcqglv (mgr.14182) 1191 : cluster [DBG] pgmap v799: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 B/s wr, 1 op/s 2024-02-19T23:53:17.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:16 smithi038 conmon[37921]: audit 2024-02-19T23:53:15.561998+0000 mgr.smithi038.xcqglv (mgr.14182) 1192 : audit [DBG] from='client.15988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:17.167 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:19.041 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:53:19.041 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:53:19.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:18 smithi177 conmon[43314]: cluster 2024-02-19T23:53:17.354212+0000 mgr.smithi038.xcqglv (mgr.14182) 1193 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:19.063 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:18 smithi038 conmon[37921]: cluster 2024-02-19T23:53:17.354212+0000 mgr.smithi038.xcqglv (mgr.14182) 1193 : cluster [DBG] pgmap v800: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:19.588 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:20.589 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:21.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:20 smithi177 conmon[43314]: audit 2024-02-19T23:53:19.032717+0000 mgr.smithi038.xcqglv (mgr.14182) 1194 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:21.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:20 smithi177 conmon[43314]: cluster 2024-02-19T23:53:19.354755+0000 mgr.smithi038.xcqglv (mgr.14182) 1195 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:21.076 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:20 smithi038 conmon[37921]: audit 2024-02-19T23:53:19.032717+0000 mgr.smithi038.xcqglv (mgr.14182) 1194 : audit [DBG] from='client.15992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:21.076 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:20 smithi038 conmon[37921]: cluster 2024-02-19T23:53:19.354755+0000 mgr.smithi038.xcqglv (mgr.14182) 1195 : cluster [DBG] pgmap v801: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:22.459 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:53:22.459 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:53:22.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:22 smithi038 conmon[37921]: cluster 2024-02-19T23:53:21.355579+0000 mgr.smithi038.xcqglv (mgr.14182) 1196 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:22.938 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:23.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:22 smithi177 conmon[43314]: cluster 2024-02-19T23:53:21.355579+0000 mgr.smithi038.xcqglv (mgr.14182) 1196 : cluster [DBG] pgmap v802: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:23.939 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:23.975 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:23 smithi038 conmon[37921]: audit 2024-02-19T23:53:22.451828+0000 mgr.smithi038.xcqglv (mgr.14182) 1197 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:24.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:23 smithi177 conmon[43314]: audit 2024-02-19T23:53:22.451828+0000 mgr.smithi038.xcqglv (mgr.14182) 1197 : audit [DBG] from='client.15996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:24.767 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:24 smithi038 conmon[37921]: cluster 2024-02-19T23:53:23.356509+0000 mgr.smithi038.xcqglv (mgr 2024-02-19T23:53:24.767 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:24 smithi038 conmon[37921]: .14182) 1198 : cluster [DBG] pgmap v803: 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-19T23:53:25.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:24 smithi177 conmon[43314]: cluster 2024-02-19T23:53:23.356509+0000 mgr.smithi038.xcqglv (mgr.14182) 1198 : cluster [DBG] pgmap v803: 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-19T23:53:25.761 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:53:25.761 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:53:25.958 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:25 smithi038 conmon[37921]: cluster 2024-02-19T23:53:25.357058+0000 mgr.smithi038.xcqglv (mgr.14182) 1199 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:26.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:25 smithi177 conmon[43314]: cluster 2024-02-19T23:53:25.357058+0000 mgr.smithi038.xcqglv (mgr.14182) 1199 : cluster [DBG] pgmap v804: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:26.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:27.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:26 smithi177 conmon[43314]: audit 2024-02-19T23:53:25.752854+0000 mgr.smithi038.xcqglv (mgr.14182) 1200 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:27.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:26 smithi038 conmon[37921]: audit 2024-02-19T23:53:25.752854+0000 mgr.smithi038.xcqglv (mgr.14182) 1200 : audit [DBG] from='client.16000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:27.323 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:28.007 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:27 smithi038 conmon[37921]: cluster 2024-02-19T23:53:27.358167+0000 mgr.smithi038.xcqglv (mgr.14182) 1201 : 2024-02-19T23:53:28.007 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:27 smithi038 conmon[37921]: cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:28.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:27 smithi177 conmon[43314]: cluster 2024-02-19T23:53:27.358167+0000 mgr.smithi038.xcqglv (mgr.14182) 1201 : cluster [DBG] pgmap v805: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:29.204 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:53:29.204 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:53:29.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:30.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:30 smithi177 conmon[43314]: audit 2024-02-19T23:53:29.196390+0000 mgr.smithi038.xcqglv (mgr.14182) 1202 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:30.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:30 smithi177 conmon[43314]: cluster 2024-02-19T23:53:29.358754+0000 mgr.smithi038.xcqglv (mgr.14182) 1203 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:30.813 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:30.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:30 smithi038 conmon[37921]: audit 2024-02-19T23:53:29.196390+0000 mgr.smithi038.xcqglv (mgr.14182) 1202 : audit [DBG] from='client.16004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:30.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:30 smithi038 conmon[37921]: cluster 2024-02-19T23:53:29.358754+0000 mgr.smithi038.xcqglv (mgr.14182) 1203 : cluster [DBG] pgmap v806: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:32.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:32 smithi038 conmon[37921]: cluster 2024-02-19T23:53:31.359487+0000 mgr.smithi038.xcqglv (mgr.14182) 1204 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:32.672 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:53:32.673 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:53:32.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:32 smithi177 conmon[43314]: cluster 2024-02-19T23:53:31.359487+0000 mgr.smithi038.xcqglv (mgr.14182) 1204 : cluster [DBG] pgmap v807: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:33.229 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:33.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:33 smithi038 conmon[37921]: audit 2024-02-19T23:53:32.665459+0000 mgr.smithi038.xcqglv (mgr.14182) 1205 : audit 2024-02-19T23:53:33.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:33 smithi038 conmon[37921]: [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:33.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:33 smithi177 conmon[43314]: audit 2024-02-19T23:53:32.665459+0000 mgr.smithi038.xcqglv (mgr.14182) 1205 : audit [DBG] from='client.16008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:34.230 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:34.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:34 smithi038 conmon[37921]: cluster 2024-02-19T23:53:33.360327+0000 mgr.smithi038.xcqglv (mgr.14182) 1206 : cluster [DBG] 2024-02-19T23:53:34.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:34 smithi038 conmon[37921]: pgmap v808: 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-19T23:53:34.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:34 smithi177 conmon[43314]: cluster 2024-02-19T23:53:33.360327+0000 mgr.smithi038.xcqglv (mgr.14182) 1206 : cluster [DBG] pgmap v808: 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-19T23:53:36.105 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:53:36.105 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:53:36.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:36.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:36 smithi177 conmon[43314]: cluster 2024-02-19T23:53:35.360889+0000 mgr.smithi038.xcqglv (mgr.14182) 1207 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:36.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:36 smithi038 conmon[37921]: cluster 2024-02-19T23:53:35.360889+0000 mgr.smithi038.xcqglv (mgr.14182) 1207 : cluster [DBG] pgmap v809: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:37.654 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:37.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:37 smithi177 conmon[43314]: audit 2024-02-19T23:53:36.097429+0000 mgr.smithi038.xcqglv (mgr.14182) 1208 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:37.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:37 smithi038 conmon[37921]: audit 2024-02-19T23:53:36.097429+0000 mgr.smithi038.xcqglv (mgr.14182) 1208 : audit [DBG] from='client.16012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:38.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:38 smithi177 conmon[43314]: cluster 2024-02-19T23:53:37.361792+0000 mgr.smithi038.xcqglv (mgr.14182) 1209 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:38.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:38 smithi038 conmon[37921]: cluster 2024-02-19T23:53:37.361792+0000 mgr.smithi038.xcqglv (mgr.14182) 1209 : cluster [DBG] pgmap v810: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:39.560 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:53:39.560 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:53:40.112 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:40.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:40 smithi177 conmon[43314]: cluster 2024-02-19T23:53:39.362267+0000 mgr.smithi038.xcqglv (mgr.14182) 1210 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:40.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:40 smithi177 conmon[43314]: audit 2024-02-19T23:53:39.552463+0000 mgr.smithi038.xcqglv (mgr.14182) 1211 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:40.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:40 smithi038 conmon[37921]: cluster 2024-02-19T23:53:39.362267+0000 mgr.smithi038.xcqglv (mgr.14182) 1210 : cluster [DBG] pgmap v811: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:40.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:40 smithi038 conmon[37921]: audit 2024-02-19T23:53:39.552463+0000 mgr.smithi038.xcqglv (mgr.14182) 1211 : audit [DBG] from='client.16016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:41.113 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:42.619 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:42 smithi038 conmon[37921]: cluster 2024-02-19T23:53:41.362923+0000 mgr.smithi038.xcqglv (mgr.14182) 1212 : 2024-02-19T23:53:42.620 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:42 smithi038 conmon[37921]: cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:42.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:42 smithi177 conmon[43314]: cluster 2024-02-19T23:53:41.362923+0000 mgr.smithi038.xcqglv (mgr.14182) 1212 : cluster [DBG] pgmap v812: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:43.024 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:53:43.024 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:53:43.569 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:44.569 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:44.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:44 smithi177 conmon[43314]: audit 2024-02-19T23:53:43.016840+0000 mgr.smithi038.xcqglv (mgr.14182) 1213 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:44.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:44 smithi177 conmon[43314]: cluster 2024-02-19T23:53:43.363824+0000 mgr.smithi038.xcqglv (mgr.14182) 1214 : cluster [DBG] pgmap v813: 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-19T23:53:44.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:44 smithi038 conmon[37921]: audit 2024-02-19T23:53:43.016840+0000 mgr.smithi038.xcqglv (mgr.14182) 1213 : audit [DBG] from='client.16020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:44.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:44 smithi038 conmon[37921]: cluster 2024-02-19T23:53:43.363824+0000 mgr.smithi038.xcqglv (mgr.14182) 1214 : cluster [DBG] pgmap v813: 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-19T23:53:46.417 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:53:46.417 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:53:46.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:46 smithi177 conmon[43314]: cluster 2024-02-19T23:53:45.364448+0000 mgr.smithi038.xcqglv (mgr.14182) 1215 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:46.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:46 smithi038 conmon[37921]: cluster 2024-02-19T23:53:45.364448+0000 mgr.smithi038.xcqglv (mgr.14182) 1215 : cluster [DBG] pgmap v814: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:46.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:47.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:47 smithi177 conmon[43314]: audit 2024-02-19T23:53:46.407513+0000 mgr.smithi038.xcqglv (mgr.14182) 1216 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:47.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:47 smithi177 conmon[43314]: 2024-02-19T23:53:47.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:47 smithi038 conmon[37921]: audit 2024-02-19T23:53:46.407513+0000 mgr.smithi038.xcqglv (mgr.14182) 1216 : audit [DBG] from='client.16024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:47.969 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:48.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:48 smithi177 conmon[43314]: cluster 2024-02-19T23:53:47.365450+0000 mgr.smithi038.xcqglv (mgr.14182) 1217 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:48.805 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:48 smithi038 conmon[37921]: cluster 2024-02-19T23:53:47.365450+0000 mgr.smithi038.xcqglv (mgr.14182) 1217 : cluster [DBG] pgmap v815: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:49.849 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:53:49.849 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:53:50.396 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:50.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:50 smithi177 conmon[43314]: cluster 2024-02-19T23:53:49.366084+0000 mgr.smithi038.xcqglv (mgr.14182) 1218 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:50.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:50 smithi038 conmon[37921]: cluster 2024-02-19T23:53:49.366084+0000 mgr.smithi038.xcqglv (mgr.14182) 1218 : cluster [DBG] pgmap v816: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:51.397 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:51.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:51 smithi177 conmon[43314]: audit 2024-02-19T23:53:49.841630+0000 mgr.smithi038.xcqglv (mgr.14182) 1219 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:51.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:51 smithi038 conmon[37921]: audit 2024-02-19T23:53:49.841630 2024-02-19T23:53:51.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:51 smithi038 conmon[37921]: +0000 mgr.smithi038.xcqglv (mgr.14182) 1219 : audit [DBG] from='client.16028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:52.777 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:52 smithi038 conmon[37921]: cluster 2024-02-19T23:53:51.366874+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:53:52.777 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:52 smithi038 conmon[37921]: 1220 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:52.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:52 smithi177 conmon[43314]: cluster 2024-02-19T23:53:51.366874+0000 mgr.smithi038.xcqglv (mgr.14182) 1220 : cluster [DBG] pgmap v817: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:52.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:52 smithi177 conmon[43314]: 2024-02-19T23:53:53.170 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:53:53.171 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:53:53.701 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:54.702 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:54.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:54 smithi177 conmon[43314]: audit 2024-02-19T23:53:53.163081+0000 mgr.smithi038.xcqglv 2024-02-19T23:53:54.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:54 smithi177 conmon[43314]: (mgr.14182) 1221 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:54.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:54 smithi177 conmon[43314]: cluster 2024-02-19T23:53:53.367748+0000 mgr.smithi038.xcqglv (mgr.14182) 1222 : 2024-02-19T23:53:54.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:54 smithi177 conmon[43314]: cluster [DBG] pgmap v818: 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-19T23:53:54.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:54 smithi038 conmon[37921]: audit 2024-02-19T23:53:53.163081+0000 mgr.smithi038.xcqglv (mgr.14182) 1221 : audit [DBG] from='client.16032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:54.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:54 smithi038 conmon[37921]: cluster 2024-02-19T23:53:53.367748+0000 mgr.smithi038.xcqglv (mgr.14182) 1222 : cluster [DBG] pgmap v818: 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-19T23:53:56.562 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:53:56.562 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:53:56.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:56 smithi177 conmon[43314]: cluster 2024-02-19T23:53:55.368313+0000 mgr.smithi038.xcqglv (mgr.14182) 1223 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:56.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:56 smithi038 conmon[37921]: cluster 2024-02-19T23:53:55.368313+0000 mgr.smithi038.xcqglv (mgr.14182) 1223 : cluster [DBG] pgmap v819: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:57.142 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:57.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:57 smithi177 conmon[43314]: audit 2024-02-19T23:53:56.555349+0000 mgr.smithi038.xcqglv (mgr.14182) 1224 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:57.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:57 smithi177 conmon[43314]: 2024-02-19T23:53:57.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:57 smithi038 conmon[37921]: audit 2024-02-19T23:53:56.555349+0000 mgr.smithi038.xcqglv (mgr.14182) 1224 : audit [DBG] from='client.16036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:58.143 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:58.823 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:53:58 smithi038 conmon[37921]: cluster 2024-02-19T23:53:57.369318+0000 mgr.smithi038.xcqglv (mgr.14182) 1225 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:53:59.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:53:58 smithi177 conmon[43314]: cluster 2024-02-19T23:53:57.369318+0000 mgr.smithi038.xcqglv (mgr.14182) 1225 : cluster [DBG] pgmap v820: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:00.042 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:54:00.042 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:54:00.602 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:00.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:00 smithi038 conmon[37921]: cluster 2024-02-19T23:53:59.369885+0000 mgr.smithi038.xcqglv (mgr.14182) 1226 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:01.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:00 smithi177 conmon[43314]: cluster 2024-02-19T23:53:59.369885+0000 mgr.smithi038.xcqglv (mgr.14182) 1226 : cluster [DBG] pgmap v821: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:01.603 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:01.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:01 smithi038 conmon[37921]: audit 2024-02-19T23:54:00.034943+0000 mgr.smithi038.xcqglv (mgr.14182) 1227 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:02.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:01 smithi177 conmon[43314]: audit 2024-02-19T23:54:00.034943+0000 mgr.smithi038.xcqglv (mgr.14182) 1227 : audit [DBG] from='client.16040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:02.826 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:02 smithi038 conmon[37921]: cluster 2024-02-19T23:54:01.370966+0000 mgr.smithi038.xcqglv 2024-02-19T23:54:02.826 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:02 smithi038 conmon[37921]: (mgr.14182) 1228 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:03.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:02 smithi177 conmon[43314]: cluster 2024-02-19T23:54:01.370966+0000 mgr.smithi038.xcqglv (mgr.14182) 1228 : cluster [DBG] pgmap v822: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:03.471 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:54:03.471 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:54:04.049 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:04.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:04 smithi038 conmon[37921]: cluster 2024-02-19T23:54:03.371678+0000 mgr.smithi038.xcqglv (mgr.14182) 1229 : cluster [DBG] pgmap v823: 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-19T23:54:04.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:04 smithi038 conmon[37921]: audit 2024-02-19T23:54:03.464186+0000 mgr.smithi038.xcqglv (mgr.14182) 1230 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:05.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:04 smithi177 conmon[43314]: cluster 2024-02-19T23:54:03.371678+0000 mgr.smithi038.xcqglv (mgr.14182) 1229 : cluster [DBG] pgmap v823: 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-19T23:54:05.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:04 smithi177 conmon[43314]: audit 2024-02-19T23:54:03.464186+0000 mgr.smithi038.xcqglv (mgr.14182) 1230 : audit [DBG] from='client.16044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:05.051 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:06.838 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:54:06.838 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:54:06.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:06 smithi038 conmon[37921]: cluster 2024-02-19T23:54:05.372257+0000 mgr.smithi038.xcqglv (mgr.14182) 1231 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:07.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:06 smithi177 conmon[43314]: cluster 2024-02-19T23:54:05.372257+0000 mgr.smithi038.xcqglv (mgr.14182) 1231 : cluster [DBG] pgmap v824: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:07.425 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:08.426 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:08.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:08 smithi038 conmon[37921]: audit 2024-02-19T23:54:06.829715+0000 mgr.smithi038.xcqglv (mgr. 2024-02-19T23:54:08.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:08 smithi038 conmon[37921]: 14182) 1232 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:08.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:08 smithi038 conmon[37921]: cluster 2024-02-19T23:54:07.373407+0000 mgr.smithi038.xcqglv (mgr.14182) 1233 : cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:09.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:08 smithi177 conmon[43314]: audit 2024-02-19T23:54:06.829715+0000 mgr.smithi038.xcqglv (mgr.14182) 1232 : audit [DBG] from='client.16048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:09.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:08 smithi177 conmon[43314]: cluster 2024-02-19T23:54:07.373407+0000 mgr.smithi038.xcqglv (mgr.14182) 1233 : cluster [DBG] pgmap v825: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:10.247 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:54:10.247 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:54:10.808 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:10.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:10 smithi038 conmon[37921]: cluster 2024-02-19T23:54:09.373982+0000 mgr.smithi038.xcqglv (mgr.14182) 1234 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:11.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:10 smithi177 conmon[43314]: cluster 2024-02-19T23:54:09.373982+0000 mgr.smithi038.xcqglv (mgr.14182) 1234 : cluster [DBG] pgmap v826: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:11.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:10 smithi177 conmon[43314]: 2024-02-19T23:54:11.809 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:11.845 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:11 smithi038 conmon[37921]: audit 2024-02-19T23:54:10.239331+0000 mgr.smithi038.xcqglv (mgr.14182) 1235 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:12.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:11 smithi177 conmon[43314]: audit 2024-02-19T23:54:10.239331+0000 mgr.smithi038.xcqglv (mgr.14182) 1235 : audit [DBG] from='client.16052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:13.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:12 smithi177 conmon[43314]: cluster 2024-02-19T23:54:11.374850+0000 mgr.smithi038.xcqglv (mgr.14182) 1236 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:13.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:12 smithi038 conmon[37921]: cluster 2024-02-19T23:54:11.374850+0000 mgr.smithi038.xcqglv (mgr.14182) 1236 : cluster [DBG] pgmap v827: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:13.799 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:54:13.799 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:54:14.356 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:15.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:14 smithi177 conmon[43314]: cluster 2024-02-19T23:54:13.375706+0000 mgr.smithi038.xcqglv (mgr.14182) 1237 : cluster [DBG] pgmap v828: 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-19T23:54:15.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:14 smithi038 conmon[37921]: cluster 2024-02-19T23:54:13.375706+0000 mgr.smithi038.xcqglv (mgr.14182) 1237 : cluster [DBG] pgmap v828: 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-19T23:54:15.356 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:15.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:15 smithi038 conmon[37921]: audit 2024-02-19T23:54:13.791562 2024-02-19T23:54:15.846 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:15 smithi038 conmon[37921]: +0000 mgr.smithi038.xcqglv (mgr.14182) 1238 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:16.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:15 smithi177 conmon[43314]: audit 2024-02-19T23:54:13.791562+0000 mgr.smithi038.xcqglv (mgr.14182) 1238 : audit [DBG] from='client.16056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:16.812 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:16 smithi038 conmon[37921]: cluster 2024-02-19T23:54:15.376276+0000 mgr.smithi038.xcqglv (mgr.14182) 1239 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:17.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:16 smithi177 conmon[43314]: cluster 2024-02-19T23:54:15.376276+0000 mgr.smithi038.xcqglv (mgr.14182) 1239 : cluster [DBG] pgmap v829: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:17.201 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:54:17.202 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:54:17.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:18.757 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:19.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:18 smithi177 conmon[43314]: audit 2024-02-19T23:54:17.194618+0000 mgr.smithi038.xcqglv (mgr.14182) 1240 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:19.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:18 smithi177 conmon[43314]: cluster 2024-02-19T23:54:17.377325+0000 mgr.smithi038.xcqglv (mgr.14182) 1241 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:19.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:18 smithi038 conmon[37921]: audit 2024-02-19T23:54:17.194618+0000 mgr.smithi038.xcqglv (mgr.14182) 1240 : audit [DBG] from='client.16060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:19.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:18 smithi038 conmon[37921]: cluster 2024-02-19T23:54:17.377325+0000 mgr.smithi038.xcqglv (mgr.14182) 1241 : cluster [DBG] pgmap v830: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:20.673 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:54:20.673 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:35.892449Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.pgxwhe on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-pgxwhe\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.pgxwhe\nDeploy daemon haproxy.nfs.foo.smithi177.pgxwhe ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:43:39Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:17Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:44:55Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.525010Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.tnogjt on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-tnogjt\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.tnogjt\nDeploy daemon haproxy.nfs.foo.smithi038.tnogjt ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:46:13Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:46:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:47:28Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:09.526521Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.wjuhfz on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:54:21.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:20 smithi177 conmon[43314]: cluster 2024-02-19T23:54:19.378020+0000 mgr.smithi038.xcqglv (mgr.14182) 1242 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:21.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:20 smithi177 conmon[43314]: 2024-02-19T23:54:21.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:20 smithi038 conmon[37921]: cluster 2024-02-19T23:54:19.378020+0000 mgr.smithi038.xcqglv (mgr.14182) 1242 : cluster [DBG] pgmap v831: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:21.213 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:21.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:21 smithi038 conmon[37921]: audit 2024-02-19T23:54:20.665576+0000 mgr.smithi038.xcqglv (mgr.14182) 1243 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:22.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:21 smithi177 conmon[43314]: audit 2024-02-19T23:54:20.665576+0000 mgr.smithi038.xcqglv (mgr.14182) 1243 : audit [DBG] from='client.16064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:22.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:21 smithi177 conmon[43314]: 2024-02-19T23:54:22.214 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:22.889 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:22 smithi038 conmon[37921]: cluster 2024-02-19T23:54:21.378966+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:54:22.889 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:22 smithi038 conmon[37921]: 1244 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:23.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:22 smithi177 conmon[43314]: cluster 2024-02-19T23:54:21.378966+0000 mgr.smithi038.xcqglv (mgr.14182) 1244 : cluster [DBG] pgmap v832: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:23.737 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:23 smithi038 conmon[37921]: audit 2024-02-19T23:54:23.398970+0000 mon.smithi038 (mon.0) 767 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.lgetyl"}]: dispatch 2024-02-19T23:54:24.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:23 smithi177 conmon[43314]: audit 2024-02-19T23:54:23.398970+0000 mon.smithi038 (mon.0) 767 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi038.lgetyl"}]: dispatch 2024-02-19T23:54:24.134 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:54:24.134 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:54:24.747 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:25.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: cluster 2024-02-19T23:54:23.379772+0000 mgr.smithi038.xcqglv (mgr.14182) 1245 : cluster [DBG] pgmap v833: 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-19T23:54:25.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: cephadm 2024-02-19T23:54:23.398364+0000 mgr.smithi038.xcqglv (mgr.14182) 1246 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl 2024-02-19T23:54:25.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl 2024-02-19T23:54:25.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl 2024-02-19T23:54:25.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl 2024-02-19T23:54:25.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi038.lgetyl ... 2024-02-19T23:54:25.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:25.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:54:25.044 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:52:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:53:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:53:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: stat: stderr 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-19T23:54:25.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:25.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: Traceback (most recent call last): 2024-02-19T23:54:25.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:54:25.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: yield (conn, connr) 2024-02-19T23:54:25.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:54:25.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: code, '\n'.join(err))) 2024-02-19T23:54:25.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: 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-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl 2024-02-19T23:54:25.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl 2024-02-19T23:54:25.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl 2024-02-19T23:54:25.045 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl 2024-02-19T23:54:25.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi038.lgetyl ... 2024-02-19T23:54:25.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:25.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:54:25.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:52:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:53:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:53:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: stat: stderr 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-19T23:54:25.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2024-02-19T23:54:25.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-02-19T23:54:25.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:25.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: cephadm 2024-02-19T23:54:23.398574+0000 mgr.smithi038.xcqglv (mgr.14182) 1247 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.lgetyl 2024-02-19T23:54:25.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: cephadm 2024-02-19T23:54:23.399693+0000 mgr.smithi038.xcqglv (mgr.14182) 1248 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl 2024-02-19T23:54:25.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl 2024-02-19T23:54:25.046 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl 2024-02-19T23:54:25.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl 2024-02-19T23:54:25.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: Deploy daemon haproxy.nfs.foo.smithi038.lgetyl ... 2024-02-19T23:54:25.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:25.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:54:25.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:52:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:53:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: stat: stderr time="2024-02-19T23:53:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: stat: stderr 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-19T23:54:25.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:25.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: cephadm 2024-02-19T23:54:23.401153+0000 mgr.smithi038.xcqglv (mgr.14182) 1249 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:54:25.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: cephadm 2024-02-19T23:54:23.402364 2024-02-19T23:54:25.047 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: +0000 mgr.smithi038.xcqglv (mgr.14182) 1250 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:54:25.048 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: cluster 2024-02-19T23:54:23.403141+0000 mgr.smithi038.xcqglv (mgr.14182) 1251 : cluster [DBG] pgmap v834: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-19T23:54:25.048 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: cluster 2024-02-19T23:54:23.634321+0000 mon.smithi038 (mon.0) 768 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:54:25.048 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: audit 2024-02-19T23:54: 2024-02-19T23:54:25.048 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: 23.900480+0000 mon.smithi038 (mon.0) 769 : audit 2024-02-19T23:54:25.048 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:24 smithi177 conmon[43314]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:54:25.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: cluster 2024-02-19T23:54:23.379772+0000 mgr.smithi038.xcqglv (mgr.14182) 1245 : cluster [DBG] pgmap v833: 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-19T23:54:25.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: cephadm 2024-02-19T23:54:23.398364+0000 mgr.smithi038.xcqglv (mgr.14182) 1246 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl 2024-02-19T23:54:25.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl 2024-02-19T23:54:25.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl 2024-02-19T23:54:25.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl 2024-02-19T23:54:25.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi038.lgetyl ... 2024-02-19T23:54:25.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:25.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:54:25.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:52:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:53:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:53:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: stat: stderr 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-19T23:54:25.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:25.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: Traceback (most recent call last): 2024-02-19T23:54:25.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:54:25.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: yield (conn, connr) 2024-02-19T23:54:25.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:54:25.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: code, '\n'.join(err))) 2024-02-19T23:54:25.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: 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-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl 2024-02-19T23:54:25.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl 2024-02-19T23:54:25.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl 2024-02-19T23:54:25.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl 2024-02-19T23:54:25.099 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi038.lgetyl ... 2024-02-19T23:54:25.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:25.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:54:25.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:52:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:53:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:53:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: stat: stderr 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-19T23:54:25.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172 2024-02-19T23:54:25.100 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: .21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:25.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: cephadm 2024-02-19T23:54:23.398574+0000 mgr.smithi038.xcqglv (mgr.14182) 1247 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi038.lgetyl 2024-02-19T23:54:25.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: cephadm 2024-02-19T23:54:23.399693+0000 mgr.smithi038.xcqglv (mgr.14182) 1248 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl 2024-02-19T23:54:25.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl 2024-02-19T23:54:25.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl 2024-02-19T23:54:25.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: /bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl 2024-02-19T23:54:25.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: Deploy daemon haproxy.nfs.foo.smithi038.lgetyl ... 2024-02-19T23:54:25.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:25.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-02-19T23:54:25.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:52:27Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:53:04Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: stat: stderr time="2024-02-19T23:53:42Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: stat: stderr 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-19T23:54:25.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-19T23:54:25.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: 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=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:25.101 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: cephadm 2024-02-19T23:54:23.401153+0000 mgr.smithi038.xcqglv (mgr.14182) 1249 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:54:25.102 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: cephadm 2024-02-19T23:54:23.402364+0000 mgr.smithi038.xcqglv (mgr.14182) 1250 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:54:25.102 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: cluster 2024-02-19T23:54:23.403141+0000 mgr.smithi038.xcqglv (mgr.14182) 1251 : cluster [DBG] pgmap v834: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-19T23:54:25.102 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: cluster 2024-02-19T23:54:23.634321+0000 mon.smithi038 (mon.0) 768 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:54:25.102 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:24 smithi038 conmon[37921]: audit 2024-02-19T23:54:23.900480+0000 mon.smithi038 (mon.0) 769 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:54:25.748 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:26.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:25 smithi177 conmon[43314]: audit 2024-02-19T23:54:24.127132+0000 mgr.smithi038.xcqglv (mgr.14182) 1252 : audit [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:26.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:25 smithi038 conmon[37921]: audit 2024-02-19T23:54:24.127132+0000 mgr.smithi038.xcqglv (mgr.14182) 1252 : audit 2024-02-19T23:54:26.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:25 smithi038 conmon[37921]: [DBG] from='client.16068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:26.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:26 smithi038 conmon[37921]: cluster 2024-02-19T23:54:25.403867+0000 mgr.smithi038.xcqglv (mgr.14182) 1253 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-19T23:54:27.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:26 smithi177 conmon[43314]: cluster 2024-02-19T23:54:25.403867+0000 mgr.smithi038.xcqglv (mgr.14182) 1253 : cluster [DBG] pgmap v835: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-19T23:54:27.602 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:54:27.602 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:54:28.182 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:28.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:28 smithi038 conmon[37921]: cluster 2024-02-19T23:54:27.404821+0000 mgr.smithi038.xcqglv (mgr.14182) 1254 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-19T23:54:28.598 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:28 smithi038 conmon[37921]: audit 2024-02-19T23:54:27.594529+0000 mgr.smithi038.xcqglv (mgr.14182) 1255 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:28.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:28 smithi177 conmon[43314]: cluster 2024-02-19T23:54:27.404821+0000 mgr.smithi038.xcqglv (mgr.14182) 1254 : cluster [DBG] pgmap v836: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-19T23:54:28.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:28 smithi177 conmon[43314]: audit 2024-02-19T23:54:27.594529+0000 mgr.smithi038.xcqglv (mgr.14182) 1255 : audit [DBG] from='client.16072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:29.183 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:30.617 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:30 smithi038 conmon[37921]: cluster 2024-02-19T23:54:29.405420+0000 2024-02-19T23:54:30.617 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:30 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 1256 : cluster [DBG] pgmap v837: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-19T23:54:30.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:30 smithi177 conmon[43314]: cluster 2024-02-19T23:54:29.405420+0000 mgr.smithi038.xcqglv (mgr.14182) 1256 : cluster [DBG] pgmap v837: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-19T23:54:31.034 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:54:31.034 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:54:31.598 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:32.599 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:32.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:32 smithi177 conmon[43314]: audit 2024-02-19T23:54:31.027015+0000 mgr.smithi038.xcqglv (mgr.14182) 1257 : audit [DBG] from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:32.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:32 smithi177 conmon[43314]: cluster 2024-02-19T23:54:31.406494+0000 mgr.smithi038.xcqglv (mgr.14182) 1258 : cluster [DBG] pgmap v838: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-19T23:54:32.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:32 smithi038 conmon[37921]: audit 2024-02-19T23:54:31.027015+0000 mgr.smithi038.xcqglv (mgr.14182) 1257 : audit [DBG] 2024-02-19T23:54:32.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:32 smithi038 conmon[37921]: from='client.16076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:32.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:32 smithi038 conmon[37921]: cluster 2024-02-19T23:54:31.406494+0000 mgr.smithi038.xcqglv (mgr.14182) 1258 : cluster [DBG] pgmap v838: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-19T23:54:34.467 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:54:34.467 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:54:34.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:34 smithi038 conmon[37921]: cluster 2024-02-19T23:54:33.407436+0000 mgr.smithi038.xcqglv (mgr.14182) 1259 : cluster [DBG] pgmap v839: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-19T23:54:34.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:34 smithi038 conmon[37921]: audit 2024-02-19T23:54:33.660796+0000 mon.smithi038 (mon.0) 770 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:54:35.004 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:35.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:34 smithi177 conmon[43314]: cluster 2024-02-19T23:54:33.407436+0000 mgr.smithi038.xcqglv (mgr.14182) 1259 : cluster [DBG] pgmap v839: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2024-02-19T23:54:35.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:34 smithi177 conmon[43314]: audit 2024-02-19T23:54:33.660796+0000 mon.smithi038 (mon.0) 770 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:54:36.007 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:36.042 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:35 smithi038 conmon[37921]: audit 2024-02-19T23:54:34.459549+0000 mgr.smithi038.xcqglv (mgr.14182) 1260 : audit [DBG] 2024-02-19T23:54:36.042 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:35 smithi038 conmon[37921]: from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:36.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:35 smithi177 conmon[43314]: audit 2024-02-19T23:54:34.459549+0000 mgr.smithi038.xcqglv (mgr.14182) 1260 : audit [DBG] from='client.16080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:36.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:36 smithi038 conmon[37921]: cluster 2024-02-19T23:54:35.408203+0000 mgr.smithi038.xcqglv (mgr.14182) 1261 : 2024-02-19T23:54:36.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:36 smithi038 conmon[37921]: cluster [DBG] pgmap v840: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:37.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:36 smithi177 conmon[43314]: cluster 2024-02-19T23:54:35.408203+0000 mgr.smithi038.xcqglv (mgr.14182) 1261 : cluster [DBG] pgmap v840: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:37.902 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:54:37.902 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:54:38.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:38.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:38 smithi038 conmon[37921]: cluster 2024-02-19T23:54:37.409243+0000 mgr.smithi038.xcqglv (mgr.14182) 1262 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:39.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:38 smithi177 conmon[43314]: cluster 2024-02-19T23:54:37.409243+0000 mgr.smithi038.xcqglv (mgr.14182) 1262 : cluster [DBG] pgmap v841: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:39.473 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:39.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:39 smithi038 conmon[37921]: audit 2024-02-19T23:54:37.894758+0000 mgr.smithi038.xcqglv (mgr.14182) 1263 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:40.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:39 smithi177 conmon[43314]: audit 2024-02-19T23:54:37.894758+0000 mgr.smithi038.xcqglv (mgr.14182) 1263 : audit [DBG] from='client.16084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:40.943 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:40 smithi038 conmon[37921]: cluster 2024-02-19T23:54:39.410101+0000 mgr.smithi038.xcqglv (mgr.14182) 1264 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:41.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:40 smithi177 conmon[43314]: cluster 2024-02-19T23:54:39.410101+0000 mgr.smithi038.xcqglv (mgr.14182) 1264 : cluster [DBG] pgmap v842: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:41.331 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:54:41.331 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:54:41.976 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:41 smithi038 conmon[37921]: audit 2024-02-19T23:54:41.324404+0000 mgr.smithi038.xcqglv (mgr.14182) 1265 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:41.977 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:41 smithi038 conmon[37921]: cluster 2024-02-19T23:54:41.410949+0000 mgr.smithi038.xcqglv (mgr.14182) 1266 : cluster [DBG] pgmap v843: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:41.997 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:42.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:41 smithi177 conmon[43314]: audit 2024-02-19T23:54:41.324404+0000 mgr.smithi038.xcqglv (mgr.14182) 1265 : audit [DBG] from='client.16088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:42.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:41 smithi177 conmon[43314]: cluster 2024-02-19T23:54:41.410949+0000 mgr.smithi038.xcqglv (mgr.14182) 1266 : cluster [DBG] pgmap v843: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:42.997 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:44.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:44 smithi177 conmon[43314]: cluster 2024-02-19T23:54:43.411977+0000 mgr.smithi038.xcqglv (mgr.14182) 1267 : cluster [DBG] pgmap v844: 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-19T23:54:44.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:44 smithi038 conmon[37921]: cluster 2024-02-19T23:54:43.411977+0000 2024-02-19T23:54:44.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:44 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 1267 : cluster [DBG] pgmap v844: 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-19T23:54:44.854 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:54:44.854 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:54:45.412 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:46.412 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:46.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:46 smithi177 conmon[43314]: audit 2024-02-19T23:54:44.848073+0000 mgr.smithi038.xcqglv (mgr.14182) 1268 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:46.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:46 smithi177 conmon[43314]: cluster 2024-02-19T23:54:45.412856+0000 mgr.smithi038.xcqglv (mgr.14182) 1269 : cluster [DBG] pgmap v845: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:46.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:46 smithi038 conmon[37921]: audit 2024-02-19T23:54:44.848073+0000 mgr.smithi038.xcqglv (mgr.14182) 1268 : audit [DBG] from='client.16092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:46.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:46 smithi038 conmon[37921]: cluster 2024-02-19T23:54:45.412856+0000 mgr.smithi038.xcqglv (mgr.14182) 1269 : cluster [DBG] pgmap v845: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:48.234 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:54:48.234 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:54:48.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:48 smithi038 conmon[37921]: cluster 2024-02-19T23:54:47.414222+0000 mgr.smithi038.xcqglv (mgr.14182) 1270 : cluster [DBG] pgmap v846: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:48.785 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:48.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:48 smithi177 conmon[43314]: cluster 2024-02-19T23:54:47.414222+0000 mgr.smithi038.xcqglv (mgr.14182) 1270 : cluster [DBG] pgmap v846: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:49.787 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:49.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:49 smithi177 conmon[43314]: audit 2024-02-19T23:54:48.226752+0000 mgr.smithi038.xcqglv (mgr.14182) 1271 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:49.822 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:49 smithi038 conmon[37921]: audit 2024-02-19T23:54:48.226752+0000 mgr.smithi038.xcqglv (mgr.14182) 1271 : audit [DBG] from='client.16096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:50.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:50 smithi038 conmon[37921]: cluster 2024-02-19T23:54:49.415067+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:54:50.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:50 smithi038 conmon[37921]: 1272 : cluster [DBG] pgmap v847: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:50.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:50 smithi177 conmon[43314]: cluster 2024-02-19T23:54:49.415067+0000 mgr.smithi038.xcqglv (mgr.14182) 1272 : cluster [DBG] pgmap v847: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:51.705 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:54:51.706 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:54:52.295 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:52.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:52 smithi038 conmon[37921]: cluster 2024-02-19T23:54:51.416278+0000 mgr.smithi038.xcqglv (mgr.14182) 1273 : cluster [DBG] pgmap v848: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:52.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:52 smithi177 conmon[43314]: cluster 2024-02-19T23:54:51.416278+0000 mgr.smithi038.xcqglv (mgr.14182) 1273 : cluster [DBG] pgmap v848: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:53.296 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:53.599 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:53 smithi038 conmon[37921]: audit 2024-02-19T23:54:51.698355+0000 mgr.smithi038.xcqglv 2024-02-19T23:54:53.600 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:53 smithi038 conmon[37921]: (mgr.14182) 1274 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:53.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:53 smithi177 conmon[43314]: audit 2024-02-19T23:54:51.698355+0000 mgr.smithi038.xcqglv (mgr.14182) 1274 : audit [DBG] from='client.16100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:53.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:53 smithi177 conmon[43314]: 2024-02-19T23:54:54.742 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:54 smithi038 conmon[37921]: cluster 2024-02-19T23:54:53.417501+0000 2024-02-19T23:54:54.743 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:54 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 1275 : cluster [DBG] pgmap v849: 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-19T23:54:54.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:54 smithi177 conmon[43314]: cluster 2024-02-19T23:54:53.417501+0000 mgr.smithi038.xcqglv (mgr.14182) 1275 : cluster [DBG] pgmap v849: 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-19T23:54:55.117 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:54:55.117 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:54:55.695 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:56.696 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:56.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:56 smithi177 conmon[43314]: audit 2024-02-19T23:54:55.109640+0000 mgr.smithi038.xcqglv (mgr.14182) 1276 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:56.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:56 smithi177 conmon[43314]: cluster 2024-02-19T23:54:55.418252+0000 mgr.smithi038.xcqglv (mgr.14182) 1277 : cluster [DBG] pgmap v850: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:56.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:56 smithi038 conmon[37921]: audit 2024-02-19T23:54:55.109640+0000 mgr.smithi038.xcqglv (mgr.14182) 1276 : audit [DBG] from='client.16104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:56.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:56 smithi038 conmon[37921]: cluster 2024-02-19T23:54:55.418252+0000 mgr.smithi038.xcqglv (mgr.14182) 1277 : cluster [DBG] pgmap v850: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:58.579 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:54:58.580 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:54:58.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:58 smithi038 conmon[37921]: cluster 2024-02-19T23:54:57.419325+0000 2024-02-19T23:54:58.770 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:58 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 1278 : cluster [DBG] pgmap v851: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:58.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:58 smithi177 conmon[43314]: cluster 2024-02-19T23:54:57.419325+0000 mgr.smithi038.xcqglv (mgr.14182) 1278 : cluster [DBG] pgmap v851: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:54:59.133 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:59.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:54:59 smithi177 conmon[43314]: audit 2024-02-19T23:54:58.572502+0000 mgr.smithi038.xcqglv (mgr.14182) 1279 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:59.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:54:59 smithi038 conmon[37921]: audit 2024-02-19T23:54:58.572502+0000 mgr.smithi038.xcqglv (mgr.14182) 1279 : audit [DBG] from='client.16108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:00.135 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:00.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:00 smithi177 conmon[43314]: cluster 2024-02-19T23:54:59.420086+0000 mgr.smithi038.xcqglv (mgr.14182) 1280 : cluster [DBG] pgmap v852: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:00.815 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:00 smithi038 conmon[37921]: cluster 2024-02-19T23:54:59.420086+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:55:00.815 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:00 smithi038 conmon[37921]: mgr.14182) 1280 : cluster [DBG] pgmap v852: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:01.969 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:55:01.969 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:55:02.526 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:02.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:02 smithi177 conmon[43314]: cluster 2024-02-19T23:55:01.421113+0000 mgr.smithi038.xcqglv (mgr.14182) 1281 : cluster [DBG] pgmap v853: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:02.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:02 smithi038 conmon[37921]: cluster 2024-02-19T23:55:01.421113+0000 2024-02-19T23:55:02.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:02 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 1281 : cluster [DBG] pgmap v853: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:03.528 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:03.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:03 smithi177 conmon[43314]: audit 2024-02-19T23:55:01.960920+0000 mgr.smithi038.xcqglv (mgr.14182) 1282 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:03.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:03 smithi038 conmon[37921]: audit 2024-02-19T23:55:01 2024-02-19T23:55:03.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:03 smithi038 conmon[37921]: .960920+0000 mgr.smithi038.xcqglv (mgr.14182) 1282 : audit [DBG] from='client.16112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:04.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:04 smithi038 conmon[37921]: cluster 2024-02-19T23:55:03.422234+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:55:04.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:04 smithi038 conmon[37921]: mgr.14182) 1283 : cluster [DBG] pgmap v854: 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-19T23:55:05.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:04 smithi177 conmon[43314]: cluster 2024-02-19T23:55:03.422234+0000 mgr.smithi038.xcqglv (mgr.14182) 1283 : cluster [DBG] pgmap v854: 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-19T23:55:05.331 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:55:05.331 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:55:05.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:06.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:06 smithi038 conmon[37921]: audit 2024-02-19T23:55:05.323824+0000 mgr.smithi038.xcqglv (mgr.14182) 1284 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:06.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:06 smithi038 conmon[37921]: cluster 2024-02-19T23:55:05.422860+0000 mgr.smithi038.xcqglv (mgr.14182) 1285 : cluster [DBG] pgmap v855: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:06.875 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:07.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:06 smithi177 conmon[43314]: audit 2024-02-19T23:55:05.323824+0000 mgr.smithi038.xcqglv (mgr.14182) 1284 : audit [DBG] from='client.16116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:07.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:06 smithi177 conmon[43314]: cluster 2024-02-19T23:55:05.422860+0000 mgr.smithi038.xcqglv (mgr.14182) 1285 : cluster [DBG] pgmap v855: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:08.761 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:55:08.761 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:55:08.789 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:08 smithi038 conmon[37921]: cluster 2024-02-19T23:55:07.424019+0000 mgr.smithi038.xcqglv (mgr.14182) 1286 : cluster [DBG] pgmap v856: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:09.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:08 smithi177 conmon[43314]: cluster 2024-02-19T23:55:07.424019+0000 mgr.smithi038.xcqglv (mgr.14182) 1286 : cluster [DBG] pgmap v856: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:09.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:10.328 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:10.803 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:10 smithi038 conmon[37921]: audit 2024-02-19T23:55:08.753731 2024-02-19T23:55:10.804 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:10 smithi038 conmon[37921]: +0000 mgr.smithi038.xcqglv (mgr.14182) 1287 : audit [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:10.804 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:10 smithi038 conmon[37921]: cluster 2024-02-19T23:55:09.424730+0000 mgr.smithi038.xcqglv (mgr.14182) 1288 : cluster [DBG] pgmap v857: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:11.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:10 smithi177 conmon[43314]: audit 2024-02-19T23:55:08.753731+0000 mgr.smithi038.xcqglv (mgr.14182) 1287 : audit 2024-02-19T23:55:11.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:10 smithi177 conmon[43314]: [DBG] from='client.16120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:11.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:10 smithi177 conmon[43314]: cluster 2024-02-19T23:55:09.424730+0000 mgr.smithi038.xcqglv (mgr.14182 2024-02-19T23:55:11.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:10 smithi177 conmon[43314]: ) 1288 : cluster [DBG] pgmap v857: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:12.238 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:55:12.238 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:55:12.807 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:12.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:12 smithi038 conmon[37921]: cluster 2024-02-19T23:55:11.425597+0000 mgr.smithi038.xcqglv (mgr.14182) 1289 : cluster [DBG] pgmap v858: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:13.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:12 smithi177 conmon[43314]: cluster 2024-02-19T23:55:11.425597+0000 mgr.smithi038.xcqglv (mgr.14182) 1289 : cluster [DBG] pgmap v858: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:13.808 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:13.843 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:13 smithi038 conmon[37921]: audit 2024-02-19T23:55:12.230729+0000 mgr.smithi038.xcqglv (mgr.14182) 1290 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:14.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:13 smithi177 conmon[43314]: audit 2024-02-19T23:55:12.230729+0000 mgr.smithi038.xcqglv (mgr.14182) 1290 : audit [DBG] from='client.16124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:14.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:14 smithi038 conmon[37921]: cluster 2024-02-19T23:55:13.426758+0000 mgr.smithi038.xcqglv (mgr.14182) 1291 : cluster [DBG] pgmap v859: 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-19T23:55:15.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:14 smithi177 conmon[43314]: cluster 2024-02-19T23:55:13.426758+0000 mgr.smithi038.xcqglv (mgr.14182) 1291 : cluster [DBG] pgmap v859: 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-19T23:55:15.660 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:55:15.661 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:55:16.158 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:16.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:16 smithi038 conmon[37921]: cluster 2024-02-19T23:55:15.427411+0000 mgr.smithi038.xcqglv (mgr.14182) 1292 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:16.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:16 smithi038 conmon[37921]: audit 2024-02-19T23:55:15.653631+0000 mgr.smithi038.xcqglv (mgr.14182) 1293 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:17.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:16 smithi177 conmon[43314]: cluster 2024-02-19T23:55:15.427411+0000 mgr.smithi038.xcqglv (mgr.14182) 1292 : cluster [DBG] pgmap v860: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:17.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:16 smithi177 conmon[43314]: audit 2024-02 2024-02-19T23:55:17.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:16 smithi177 conmon[43314]: -19T23:55:15.653631+0000 mgr.smithi038.xcqglv (mgr.14182) 1293 : audit [DBG] from='client.16128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:17.158 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:18.655 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:18 smithi038 conmon[37921]: cluster 2024-02-19T23:55:17.428610+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:55:18.656 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:18 smithi038 conmon[37921]: 1294 : cluster [DBG] pgmap v861: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:19.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:18 smithi177 conmon[43314]: cluster 2024-02-19T23:55:17.428610+0000 mgr.smithi038.xcqglv (mgr.14182) 1294 : cluster [DBG] pgmap v861: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:19.084 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:55:19.084 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:55:19.650 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:20.652 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:21.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:20 smithi177 conmon[43314]: audit 2024-02-19T23:55:19.077470+0000 mgr.smithi038.xcqglv (mgr.14182) 1295 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:21.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:20 smithi177 conmon[43314]: cluster 2024-02-19 2024-02-19T23:55:21.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:20 smithi177 conmon[43314]: T23:55:19.429377+0000 mgr.smithi038.xcqglv (mgr.14182) 1296 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:21.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:20 smithi038 conmon[37921]: audit 2024-02-19T23:55:19.077470+0000 mgr.smithi038.xcqglv (mgr.14182) 1295 : audit [DBG] from='client.16132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:21.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:20 smithi038 conmon[37921]: cluster 2024-02-19T23:55:19.429377+0000 mgr.smithi038.xcqglv (mgr.14182) 1296 : cluster [DBG] pgmap v862: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:22.543 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:55:22.543 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:11.207516Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:11.207767Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:11.207930Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:11.208094Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:11.208244Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:11.208824Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:55:22.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:22 smithi038 conmon[37921]: cluster 2024-02-19T23:55:21.430348+0000 mgr.smithi038.xcqglv (mgr.14182) 1297 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:23.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:22 smithi177 conmon[43314]: cluster 2024-02-19T23:55:21.430348+0000 mgr.smithi038.xcqglv (mgr.14182) 1297 : cluster [DBG] pgmap v863: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:23.082 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:24.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:23 smithi177 conmon[43314]: audit 2024-02-19T23:55:22.536159+0000 mgr.smithi038.xcqglv (mgr.14182) 1298 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:24.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:23 smithi177 conmon[43314]: audit 2024-02-19T23:55:23.405148+0000 mon.smithi038 (mon.0) 771 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:55:24.083 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:24.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:23 smithi038 conmon[37921]: audit 2024-02-19T23:55:22.536159+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:55:24.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:23 smithi038 conmon[37921]: 1298 : audit [DBG] from='client.16136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:24.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:23 smithi038 conmon[37921]: audit 2024-02-19T23:55:23.405148+0000 mon.smithi038 (mon.0) 771 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:55:25.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:24 smithi177 conmon[43314]: cluster 2024-02-19T23:55:23.431626+0000 2024-02-19T23:55:25.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:24 smithi177 conmon[43314]: mgr.smithi038.xcqglv (mgr.14182) 1299 : cluster [DBG] pgmap v864: 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-19T23:55:25.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:24 smithi177 conmon[43314]: audit 2024-02-19T23:55:23.679665 2024-02-19T23:55:25.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:24 smithi177 conmon[43314]: +0000 mon.smithi038 (mon.0) 772 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:55:25.075 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:24 smithi038 conmon[37921]: cluster 2024-02-19T23:55:23.431626+0000 mgr.smithi038.xcqglv (mgr.14182) 1299 : cluster [DBG] pgmap v864: 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-19T23:55:25.075 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:24 smithi038 conmon[37921]: audit 2024-02-19T23:55:23.679665+0000 mon.smithi038 (mon.0) 772 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:55:26.214 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:55:26.214 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:49:14.732807Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:49:14.732888Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:49:14.732965Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:49:14.732718Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:49:14.732546Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:49:14.733611Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:49:14.733052Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:49:14.733214Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:49:14.733136Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:49:14.733532Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:55:26.541 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:26 smithi038 conmon[37921]: audit 2024-02-19T23:55:25.357455+0000 mon.smithi038 (mon.0) 773 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:55:26.541 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:26 smithi038 conmon[37921]: cluster 2024-02-19T23:55:25.432436+0000 mgr.smithi038.xcqglv (mgr.14182) 1300 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:26.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:26 smithi177 conmon[43314]: audit 2024-02-19T23:55:25.357455+0000 mon.smithi038 (mon.0) 773 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:55:26.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:26 smithi177 conmon[43314]: cluster 2024-02-19T23:55:25.432436+0000 mgr.smithi038.xcqglv (mgr.14182) 1300 : cluster [DBG] pgmap v865: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:27.070 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:27.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:27 smithi177 conmon[43314]: audit 2024-02-19T23:55:26.207286+0000 mgr.smithi038.xcqglv (mgr.14182) 1301 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:27.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:27 smithi038 conmon[37921]: audit 2024-02-19T23:55:26.207286+0000 mgr.smithi038.xcqglv ( 2024-02-19T23:55:27.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:27 smithi038 conmon[37921]: mgr.14182) 1301 : audit [DBG] from='client.16140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:28.072 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:28.740 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:28 smithi038 conmon[37921]: cluster 2024-02-19T23:55:27.433552+0000 mgr.smithi038.xcqglv (mgr.14182) 1302 : cluster [DBG] pgmap v866: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:28.741 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:28 smithi038 conmon[37921]: audit 2024-02-19T23:55:28.286721+0000 mon.smithi038 (mon.0) 774 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:55:28.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:28 smithi177 conmon[43314]: cluster 2024-02-19T23:55:27.433552+0000 mgr.smithi038.xcqglv (mgr.14182) 1302 : cluster [DBG] pgmap v866: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:28.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:28 smithi177 conmon[43314]: audit 2024-02-19T23:55:28.286721+0000 mon.smithi038 (mon.0) 774 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:55:29.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:29 smithi038 conmon[37921]: audit 2024-02-19T23:55:28.714577+0000 mon.smithi038 2024-02-19T23:55:29.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:29 smithi038 conmon[37921]: (mon.0) 775 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:55:29.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:29 smithi038 conmon[37921]: audit 2024-02-19T23:55:28.715458+0000 mon.smithi038 (mon.0) 776 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:55:29.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:29 smithi038 conmon[37921]: audit 2024-02-19T23:55:28.721473+0000 mon.smithi038 (mon.0) 777 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:55:29.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:29 smithi038 conmon[37921]: audit 2024-02-19T23:55:28.725808+0000 mon.smithi038 (mon.0) 778 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:55:29.596 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:29 smithi038 conmon[37921]: audit 2024-02-19T23:55:28.734722+0000 mon.smithi038 (mon.0) 779 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:55:29.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:29 smithi177 conmon[43314]: audit 2024-02-19T23:55:28.714577+0000 mon.smithi038 (mon.0) 775 : audit [DBG] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:55:29.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:29 smithi177 conmon[43314]: audit 2024-02-19T23:55:28.715458+0000 mon.smithi038 (mon.0) 776 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:55:29.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:29 smithi177 conmon[43314]: audit 2024-02-19T23:55:28 2024-02-19T23:55:29.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:29 smithi177 conmon[43314]: .721473+0000 mon.smithi038 (mon.0) 777 : audit 2024-02-19T23:55:29.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:29 smithi177 conmon[43314]: [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:55:29.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:29 smithi177 conmon[43314]: audit 2024-02 2024-02-19T23:55:29.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:29 smithi177 conmon[43314]: -19T23:55:28.725808+0000 mon.smithi038 2024-02-19T23:55:29.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:29 smithi177 conmon[43314]: (mon.0) 778 : audit [DBG] 2024-02-19T23:55:29.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:29 smithi177 conmon[43314]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:55:29.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:29 smithi177 conmon[43314]: audit 2024- 2024-02-19T23:55:29.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:29 smithi177 conmon[43314]: 02-19T23:55:28. 2024-02-19T23:55:29.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:29 smithi177 conmon[43314]: 734722+0000 mon.smithi038 (mon.0) 779 2024-02-19T23:55:29.794 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:29 smithi177 conmon[43314]: : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:55:29.979 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:55:29.979 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:55:28.278870Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:55:25.348734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:55:28.279016Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:55:25.348925Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:55:25.349021Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:55:28.279591Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:55:25.349136Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:55:25.349226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:55:28.279173Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:55:25.349564Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:55:30.589 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:30.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:30 smithi177 conmon[43314]: cluster 2024-02-19T23:55:28.722264+0000 mgr.smithi038.xcqglv (mgr.14182) 1303 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-19T23:55:30.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:30 smithi177 conmon[43314]: cephadm 2024-02-19T23:55:28.737150+0000 mgr.smithi038.xcqglv (mgr.14182) 1304 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.mqirqd on smithi177 2024-02-19T23:55:30.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:30 smithi177 conmon[43314]: cluster 2024-02-19T23:55: 2024-02-19T23:55:30.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:30 smithi177 conmon[43314]: 29.718708+0000 mon.smithi038 (mon.0) 780 : cluster 2024-02-19T23:55:30.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:30 smithi177 conmon[43314]: [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:55:30.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:30 smithi177 conmon[43314]: cluster 2024-02- 2024-02-19T23:55:30.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:30 smithi177 conmon[43314]: 19T23:55:29.718742+0000 mon.smithi038 (mon.0) 781 : cluster 2024-02-19T23:55:30.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:30 smithi177 conmon[43314]: [INF] Cluster is now healthy 2024-02-19T23:55:30.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:30 smithi038 conmon[37921]: cluster 2024-02-19T23:55:28.722264+0000 2024-02-19T23:55:30.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:30 smithi038 conmon[37921]: mgr.smithi038.xcqglv (mgr.14182) 1303 : cluster [DBG] pgmap v867: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-19T23:55:30.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:30 smithi038 conmon[37921]: cephadm 2024-02-19T23:55:28.737150+0000 mgr.smithi038.xcqglv (mgr.14182) 1304 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi177.mqirqd on smithi177 2024-02-19T23:55:30.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:30 smithi038 conmon[37921]: cluster 2024-02-19T23:55:29.718708+0000 mon.smithi038 (mon.0) 780 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:55:30.848 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:30 smithi038 conmon[37921]: cluster 2024-02-19T23:55:29.718742+0000 mon.smithi038 (mon.0) 781 : cluster [INF] Cluster is now healthy 2024-02-19T23:55:31.590 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:31.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:31 smithi177 conmon[43314]: audit 2024-02-19T23:55:29.972670+0000 mgr.smithi038.xcqglv (mgr.14182) 1305 : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:31.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:31 smithi038 conmon[37921]: audit 2024-02-19T23:55:29.972670+0000 mgr.smithi038.xcqglv (mgr.14182) 1305 2024-02-19T23:55:31.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:31 smithi038 conmon[37921]: : audit [DBG] from='client.16144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:32.793 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:32 smithi177 conmon[43314]: cluster 2024-02-19T23:55:30.723061+0000 mgr.smithi038.xcqglv (mgr.14182) 1306 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-19T23:55:32.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:32 smithi038 conmon[37921]: cluster 2024-02-19T23:55:30.723061+0000 mgr.smithi038.xcqglv (mgr.14182) 1306 : cluster [DBG] pgmap v868: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-19T23:55:33.526 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:55:33.526 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:55:28.278870Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:55:25.348734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:55:28.279016Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:55:25.348925Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:55:25.349021Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:55:28.279591Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:55:25.349136Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:55:25.349226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:55:28.279173Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:55:25.349564Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:55:34.122 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:35.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:34 smithi177 conmon[43314]: cluster 2024-02-19T23:55:32.723886+0000 mgr.smithi038.xcqglv (mgr.14182) 1307 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 181 B/s rd, 0 op/s 2024-02-19T23:55:35.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:34 smithi177 conmon[43314]: audit 2024-02-19T23:55:33.519814+0000 mgr.smithi038.xcqglv (mgr.14182) 1308 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:35.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:34 smithi177 conmon[43314]: audit 2024-02-19T23:55:33.660445+0000 mon.smithi038 (mon.0) 782 : audit [INF] 2024-02-19T23:55:35.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:34 smithi177 conmon[43314]: from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:55:35.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:34 smithi038 conmon[37921]: cluster 2024-02-19T23:55:32.723886+0000 mgr.smithi038.xcqglv (mgr.14182) 1307 : cluster [DBG] pgmap v869: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 181 B/s rd, 0 op/s 2024-02-19T23:55:35.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:34 smithi038 conmon[37921]: audit 2024-02-19T23:55:33.519814+0000 mgr.smithi038.xcqglv (mgr.14182) 1308 : audit [DBG] from='client.16148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:35.098 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:34 smithi038 conmon[37921]: audit 2024-02-19T23:55:33.660445+0000 mon.smithi038 (mon.0) 782 : audit [INF] from='mgr.14182 172.21.15.38:0/2309094263' entity='mgr.smithi038.xcqglv' 2024-02-19T23:55:35.123 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:36.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:36 smithi038 conmon[37921]: cluster 2024-02-19T23:55:34.724508+0000 mgr.smithi038.xcqglv (mgr.14182) 2024-02-19T23:55:36.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:36 smithi038 conmon[37921]: 1309 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-19T23:55:36.970 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:55:36.970 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:55:28.278870Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:55:25.348734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:55:28.279016Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:55:25.348925Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:55:25.349021Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:55:28.279591Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:55:25.349136Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:55:25.349226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:55:28.279173Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:55:25.349564Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:55:37.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:36 smithi177 conmon[43314]: cluster 2024-02-19T23:55:34.724508+0000 mgr.smithi038.xcqglv (mgr.14182) 1309 : cluster [DBG] pgmap v870: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-19T23:55:37.591 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:38.591 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:39.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:38 smithi177 conmon[43314]: cluster 2024-02-19T23:55:36.725361+0000 mgr.smithi038.xcqglv (mgr.14182) 1310 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-19T23:55:39.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:38 smithi177 conmon[43314]: audit 2024-02-19T23:55:36.963653+0000 mgr.smithi038.xcqglv (mgr.14182) 1311 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:39.067 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:38 smithi038 conmon[37921]: cluster 2024-02-19T23:55:36.725361+0000 mgr.smithi038.xcqglv (mgr.14182) 1310 : cluster [DBG] pgmap v871: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-19T23:55:39.067 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:38 smithi038 conmon[37921]: audit 2024-02-19T23:55:36.963653+0000 mgr.smithi038.xcqglv (mgr.14182) 1311 : audit [DBG] from='client.16152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:40.448 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:55:40.448 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:55:28.278870Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:55:25.348734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:55:28.279016Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:55:25.348925Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:55:25.349021Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:55:28.279591Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:55:25.349136Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:55:25.349226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:55:28.279173Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:55:25.349564Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:55:40.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:40 smithi038 conmon[37921]: cluster 2024-02-19T23:55:38.725937+0000 mgr.smithi038.xcqglv (mgr.14182) 1312 : cluster [DBG] pgmap v872: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-19T23:55:41.013 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:41.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:40 smithi177 conmon[43314]: cluster 2024-02-19T23:55:38.725937+0000 mgr.smithi038.xcqglv (mgr.14182) 1312 : cluster [DBG] pgmap v872: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 90 B/s rd, 0 op/s 2024-02-19T23:55:41.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:41 smithi038 conmon[37921]: audit 2024-02-19T23:55:40.441973+0000 mgr.smithi038.xcqglv (mgr.14182) 1313 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:41.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:41 smithi038 conmon[37921]: 2024-02-19T23:55:42.013 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:42.042 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:41 smithi177 conmon[43314]: audit 2024-02-19T23:55:40.441973+0000 mgr.smithi038.xcqglv (mgr.14182) 1313 : audit [DBG] from='client.16156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:42.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:42 smithi038 conmon[37921]: cluster 2024-02-19T23:55:40.726554+0000 mgr.smithi038.xcqglv (mgr.14182) 1314 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:43.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:42 smithi177 conmon[43314]: cluster 2024-02-19T23:55:40.726554+0000 mgr.smithi038.xcqglv (mgr.14182) 1314 : cluster [DBG] pgmap v873: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:43.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:43 smithi038 conmon[37921]: cluster 2024-02-19T23:55:42.727458+0000 mgr.smithi038.xcqglv (mgr.14182) 1315 2024-02-19T23:55:43.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:43 smithi038 conmon[37921]: : cluster [DBG] pgmap v874: 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-19T23:55:43.957 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:55:43.957 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:55:28.278870Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:55:25.348734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:55:28.279016Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:55:25.348925Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:55:25.349021Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:55:28.279591Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:55:25.349136Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:55:25.349226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:55:28.279173Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:55:25.349564Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:55:44.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:43 smithi177 conmon[43314]: cluster 2024-02-19T23:55:42.727458+0000 mgr.smithi038.xcqglv (mgr.14182) 1315 : cluster [DBG] pgmap v874: 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-19T23:55:44.489 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:45.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:44 smithi177 conmon[43314]: audit 2024-02-19T23:55:43.950626+0000 mgr.smithi038.xcqglv (mgr.14182) 1316 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:45.097 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:44 smithi038 conmon[37921]: audit 2024-02-19T23:55:43.950626+0000 mgr.smithi038.xcqglv (mgr.14182) 1316 : audit [DBG] from='client.16160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:45.490 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid d7050478-cf7d-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:45.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:45 smithi038 conmon[37921]: cluster 2024-02-19T23:55:44.727960+0000 mgr.smithi038.xcqglv (mgr.14182) 1317 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:46.043 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:45 smithi177 conmon[43314]: cluster 2024-02-19T23:55:44.727960+0000 mgr.smithi038.xcqglv (mgr.14182) 1317 : cluster [DBG] pgmap v875: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:47.395 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-02-19T23:55:47.395 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:27:12.380508Z", "last_refresh": "2024-02-19T23:55:28.278870Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:27:06.319340Z", "last_refresh": "2024-02-19T23:55:25.348734Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:27:09.535793Z", "last_refresh": "2024-02-19T23:55:28.279016Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:09.527754Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.rwynmw on smithi177: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:49.004896Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi177.jnkgaz on smithi177: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi177-jnkgaz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi177.jnkgaz\nDeploy daemon haproxy.nfs.foo.smithi177.jnkgaz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:49:52Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:50:29Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:51:08Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi177 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.399579Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi038.lgetyl on smithi038: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi038-lgetyl\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\n/bin/podman: stderr Error: error inspecting object: no such container ceph-d7050478-cf7d-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi038.lgetyl\nDeploy daemon haproxy.nfs.foo.smithi038.lgetyl ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-02-19T23:52:27Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:04Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-02-19T23:53:42Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi038 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:23.401053Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi038.tegerf on smithi038: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:23.402273Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi177.fbgrvy on smithi177: 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.38/16"}, "status": {"created": "2024-02-19T23:32:23.731789Z", "ports": [2049, 9049], "running": 0, "size": 4, "virtual_ip": "10.0.31.38/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:27:04.720916Z", "last_refresh": "2024-02-19T23:55:25.348925Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:28:30.277563Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi038:172.21.15.38=smithi038", "smithi177:172.21.15.177=smithi177"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:28:30.272053Z", "last_refresh": "2024-02-19T23:55:25.349021Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:32:23.730669Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:32:23.726738Z", "last_refresh": "2024-02-19T23:55:28.279591Z", "ports": [12049], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:27:10.972124Z", "last_refresh": "2024-02-19T23:55:25.349136Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:29:05.130203Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:29:05.124522Z", "last_refresh": "2024-02-19T23:55:25.349226Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:27:07.825241Z", "last_refresh": "2024-02-19T23:55:28.279173Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:32:18.972338Z service:rgw.foorgw [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foorgw", "service_name": "rgw.foorgw", "service_type": "rgw", "spec": {"rgw_frontend_port": 8800}, "status": {"created": "2024-02-19T23:32:26.270437Z", "last_refresh": "2024-02-19T23:55:25.349564Z", "ports": [8800], "running": 2, "size": 2}}] 2024-02-19T23:55:47.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:47.969 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/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/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-19T23:55:48.220 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=208147b3c8db4505b740480ab14132d0 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/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/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-19T23:55:48.222 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-19T23:55:48.233 INFO:tasks.vip:Removing 10.0.15.38 (and any VIPs) on smithi038.front.sepia.ceph.com iface ens1f0... 2024-02-19T23:55:48.233 DEBUG:teuthology.orchestra.run.smithi038:> sudo ip addr del 10.0.15.38/16 dev ens1f0 2024-02-19T23:55:48.237 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:47 smithi038 conmon[37921]: cluster 2024-02-19T23:55:46.728926+0000 mgr.smithi038.xcqglv (mgr.14182) 1318 : 2024-02-19T23:55:48.237 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:47 smithi038 conmon[37921]: cluster [DBG] pgmap v876: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:48.238 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:47 smithi038 conmon[37921]: audit 2024-02-19T23:55:47.388907+0000 mgr.smithi038.xcqglv (mgr.14182) 1319 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:48.293 DEBUG:teuthology.orchestra.run.smithi038:> sudo ip addr del 10.0.31.38/16 dev ens1f0 2024-02-19T23:55:48.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:47 smithi177 conmon[43314]: cluster 2024-02-19T23:55:46.728926+0000 mgr.smithi038.xcqglv (mgr.14182) 1318 : cluster [DBG] pgmap v876: 225 pgs: 225 active+clean; 7.6 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2024-02-19T23:55:48.293 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:47 smithi177 conmon[43314]: audit 2024-02-19T23:55:47.388907+0000 mgr.smithi038.xcqglv (mgr.14182) 1319 : audit [DBG] from='client.16164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:48.324 INFO:teuthology.orchestra.run.smithi038.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-19T23:55:48.325 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-19T23:55:48.326 INFO:tasks.vip:Removing 10.0.15.177 (and any VIPs) on smithi177.front.sepia.ceph.com iface enp3s0f1... 2024-02-19T23:55:48.326 DEBUG:teuthology.orchestra.run.smithi177:> sudo ip addr del 10.0.15.177/16 dev enp3s0f1 2024-02-19T23:55:48.379 DEBUG:teuthology.orchestra.run.smithi177:> sudo ip addr del 10.0.31.38/16 dev enp3s0f1 2024-02-19T23:55:48.408 INFO:teuthology.orchestra.run.smithi177.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-19T23:55:48.409 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-19T23:55:48.410 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-19T23:55:48.420 INFO:tasks.cephadm:Teardown begin 2024-02-19T23:55:48.421 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-19T23:55:48.459 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-19T23:55:48.488 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-19T23:55:48.488 DEBUG:teuthology.orchestra.run.smithi038:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-19T23:55:48.521 DEBUG:teuthology.orchestra.run.smithi177:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-19T23:55:48.546 INFO:tasks.cephadm:Stopping all daemons... 2024-02-19T23:55:48.547 INFO:tasks.cephadm.mon.smithi038:Stopping mon.smithi038... 2024-02-19T23:55:48.547 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ceph-d7050478-cf7d-11ee-95bb-87774f69a715@mon.smithi038 2024-02-19T23:55:48.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:48 smithi038 systemd[1]: Stopping Ceph mon.smithi038 for d7050478-cf7d-11ee-95bb-87774f69a715... 2024-02-19T23:55:48.847 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:48 smithi038 bash[239283]: Error: no container with name or ID ceph-d7050478-cf7d-11ee-95bb-87774f69a715-mon.smithi038 found: no such container 2024-02-19T23:55:49.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:48 smithi038 conmon[37921]: debug 2024-02-19T23:55:48.894+0000 7f818c30d700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi038 -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-19T23:55:49.282 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:48 smithi038 conmon[37921]: debug 2024-02-19T23:55:48.894+0000 7f818c30d700 -1 mon.smithi038@0(leader) e2 *** Got Signal Terminated *** 2024-02-19T23:55:49.597 INFO:journalctl@ceph.mon.smithi038.smithi038.stdout:Feb 19 23:55:49 smithi038 bash[239399]: bdeff7f79cbe3b2fd27da8b0e8aa80aaf8a5360dcdf1e5e9530451bbdfb6b22b 2024-02-19T23:55:49.901 DEBUG:teuthology.orchestra.run.smithi038:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d7050478-cf7d-11ee-95bb-87774f69a715@mon.smithi038.service' 2024-02-19T23:55:49.965 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-19T23:55:49.966 INFO:tasks.cephadm.mon.smithi038:Stopped mon.smithi038 2024-02-19T23:55:49.966 INFO:tasks.cephadm.mon.smithi177:Stopping mon.smithi177... 2024-02-19T23:55:49.966 DEBUG:teuthology.orchestra.run.smithi177:> sudo systemctl stop ceph-d7050478-cf7d-11ee-95bb-87774f69a715@mon.smithi177 2024-02-19T23:55:50.289 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:50 smithi177 systemd[1]: Stopping Ceph mon.smithi177 for d7050478-cf7d-11ee-95bb-87774f69a715... 2024-02-19T23:55:50.289 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:50 smithi177 bash[73747]: Error: no container with name or ID ceph-d7050478-cf7d-11ee-95bb-87774f69a715-mon.smithi177 found: no such container 2024-02-19T23:55:50.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:50 smithi177 conmon[43314]: debug 2024-02-19T23:55:50.284+0000 7fee8484c700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi177 -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-19T23:55:50.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:50 smithi177 conmon[43314]: debug 2024-02-19T23:55:50.284+0000 7fee8484c700 -1 mon.smithi177@1(peon) e2 *** Got Signal Terminated *** 2024-02-19T23:55:50.543 INFO:journalctl@ceph.mon.smithi177.smithi177.stdout:Feb 19 23:55:50 smithi177 bash[73862]: 33da298ea6ceaa81e84c73240576b23f21c3491c1f99c207ef00b92553b4ec05 2024-02-19T23:55:51.071 DEBUG:teuthology.orchestra.run.smithi177:> sudo pkill -f 'journalctl -f -n 0 -u ceph-d7050478-cf7d-11ee-95bb-87774f69a715@mon.smithi177.service' 2024-02-19T23:55:51.114 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-19T23:55:51.114 INFO:tasks.cephadm.mon.smithi177:Stopped mon.smithi177 2024-02-19T23:55:51.114 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d7050478-cf7d-11ee-95bb-87774f69a715 --force --keep-logs 2024-02-19T23:56:51.253 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d7050478-cf7d-11ee-95bb-87774f69a715 --force --keep-logs 2024-02-19T23:58:47.332 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-19T23:58:47.374 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-19T23:58:47.404 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-19T23:58:47.406 DEBUG:teuthology.misc:Transferring archived files from smithi038:/var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568079/remote/ubuntu@smithi038.front.sepia.ceph.com/crash 2024-02-19T23:58:47.407 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/crash -- . 2024-02-19T23:58:47.457 INFO:teuthology.orchestra.run.smithi038.stderr:tar: /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/crash: Cannot open: No such file or directory 2024-02-19T23:58:47.457 INFO:teuthology.orchestra.run.smithi038.stderr:tar: Error is not recoverable: exiting now 2024-02-19T23:58:47.459 DEBUG:teuthology.misc:Transferring archived files from smithi177:/var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568079/remote/ubuntu@smithi177.front.sepia.ceph.com/crash 2024-02-19T23:58:47.460 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/crash -- . 2024-02-19T23:58:47.501 INFO:teuthology.orchestra.run.smithi177.stderr:tar: /var/lib/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/crash: Cannot open: No such file or directory 2024-02-19T23:58:47.501 INFO:teuthology.orchestra.run.smithi177.stderr:tar: Error is not recoverable: exiting now 2024-02-19T23:58:47.502 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-19T23:58:47.502 DEBUG:teuthology.orchestra.run.smithi038:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-19T23:58:47.539 INFO:teuthology.orchestra.run.smithi038.stdout:2024-02-19T23:37:42.681132+0000 mon.smithi038 (mon.0) 705 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:58:47.540 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-19T23:58:47.540 INFO:tasks.cephadm:Compressing logs... 2024-02-19T23:58:47.540 DEBUG:teuthology.orchestra.run.smithi038:> 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-19T23:58:47.582 DEBUG:teuthology.orchestra.run.smithi177:> 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-19T23:58:47.609 INFO:teuthology.orchestra.run.smithi177.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-19T23:58:47.610 INFO:teuthology.orchestra.run.smithi177.stderr:: No such file or directory 2024-02-19T23:58:47.610 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph.cephadm.log 2024-02-19T23:58:47.610 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph.log 2024-02-19T23:58:47.610 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-client.rgw.foorgw.smithi177.rrubvv.log 2024-02-19T23:58:47.610 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-mon.smithi177.log 2024-02-19T23:58:47.612 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-client.rgw.foorgw.smithi177.rrubvv.log: gzip -5 --verbose -- /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.2.log 2024-02-19T23:58:47.612 INFO:teuthology.orchestra.run.smithi177.stderr: 79.2% -- replaced with /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-client.rgw.foorgw.smithi177.rrubvv.log.gz 2024-02-19T23:58:47.612 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-mon.smithi177.log: gzip -5 --verbose -- /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-volume.log 2024-02-19T23:58:47.612 INFO:teuthology.orchestra.run.smithi177.stderr: 95.7% -- replaced with /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph.cephadm.log.gz 2024-02-19T23:58:47.612 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.0.log 2024-02-19T23:58:47.612 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph.audit.log 2024-02-19T23:58:47.612 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.0.log: /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph.audit.log: 91.0% -- replaced with /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph.log.gz 2024-02-19T23:58:47.614 INFO:teuthology.orchestra.run.smithi038.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-19T23:58:47.614 INFO:teuthology.orchestra.run.smithi038.stderr:: No such file or directory 2024-02-19T23:58:47.616 INFO:teuthology.orchestra.run.smithi177.stderr: 91.8% -- replaced with /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph.audit.log.gz 2024-02-19T23:58:47.616 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.6.log 2024-02-19T23:58:47.616 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.4.log 2024-02-19T23:58:47.617 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.5.log 2024-02-19T23:58:47.617 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph.cephadm.log 2024-02-19T23:58:47.617 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.7.log 2024-02-19T23:58:47.617 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.5.log: /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.1.log 2024-02-19T23:58:47.617 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-mon.smithi038.log 2024-02-19T23:58:47.618 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.6.log: /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.4.log: 93.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-19T23:58:47.618 INFO:teuthology.orchestra.run.smithi177.stderr: 92.6% -- replaced with /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-volume.log.gz 2024-02-19T23:58:47.619 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-mgr.smithi038.xcqglv.log 2024-02-19T23:58:47.619 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-mon.smithi038.log: 95.4% -- replaced with /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph.cephadm.log.gz 2024-02-19T23:58:47.619 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-mgr.smithi038.xcqglv.log: gzip -5 --verbose -- /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph.log 2024-02-19T23:58:47.620 INFO:teuthology.orchestra.run.smithi177.stderr:gzip -5 --verbose -- /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-mgr.smithi177.idgygw.log 2024-02-19T23:58:47.621 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph.log: 90.8% -- replaced with /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph.log.gz 2024-02-19T23:58:47.621 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.3.log 2024-02-19T23:58:47.624 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-volume.log 2024-02-19T23:58:47.625 INFO:teuthology.orchestra.run.smithi177.stderr:/var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-mgr.smithi177.idgygw.log: 93.4% -- replaced with /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-mgr.smithi177.idgygw.log.gz 2024-02-19T23:58:47.629 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph.audit.log 2024-02-19T23:58:47.634 INFO:teuthology.orchestra.run.smithi038.stderr: 92.6% -- replaced with /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-volume.log.gz 2024-02-19T23:58:47.638 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph.audit.log: 91.6% -- replaced with /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph.audit.log.gz 2024-02-19T23:58:47.638 INFO:teuthology.orchestra.run.smithi038.stderr:gzip -5 --verbose -- /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-client.rgw.foorgw.smithi038.najrwe.log 2024-02-19T23:58:47.640 INFO:teuthology.orchestra.run.smithi038.stderr:/var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-client.rgw.foorgw.smithi038.najrwe.log: 77.5% -- replaced with /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-client.rgw.foorgw.smithi038.najrwe.log.gz 2024-02-19T23:58:47.646 INFO:teuthology.orchestra.run.smithi038.stderr: 93.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-19T23:58:47.852 INFO:teuthology.orchestra.run.smithi038.stderr: 89.6% -- replaced with /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-mgr.smithi038.xcqglv.log.gz 2024-02-19T23:58:47.970 INFO:teuthology.orchestra.run.smithi177.stderr: 92.5% -- replaced with /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-mon.smithi177.log.gz 2024-02-19T23:58:48.513 INFO:teuthology.orchestra.run.smithi038.stderr: 90.4% -- replaced with /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-mon.smithi038.log.gz 2024-02-19T23:58:48.654 INFO:teuthology.orchestra.run.smithi177.stderr: 93.7% -- replaced with /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.4.log.gz 2024-02-19T23:58:48.719 INFO:teuthology.orchestra.run.smithi038.stderr: 93.3% -- replaced with /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.5.log.gz 2024-02-19T23:58:48.732 INFO:teuthology.orchestra.run.smithi177.stderr: 93.2% -- replaced with /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.2.log.gz 2024-02-19T23:58:48.765 INFO:teuthology.orchestra.run.smithi177.stderr: 93.2% -- replaced with /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.6.log.gz 2024-02-19T23:58:48.801 INFO:teuthology.orchestra.run.smithi038.stderr: 93.2% -- replaced with /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.1.log.gz 2024-02-19T23:58:48.878 INFO:teuthology.orchestra.run.smithi038.stderr: 93.6% -- replaced with /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.7.log.gz 2024-02-19T23:58:48.963 INFO:teuthology.orchestra.run.smithi177.stderr: 93.4% -- replaced with /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.0.log.gz 2024-02-19T23:58:48.965 INFO:teuthology.orchestra.run.smithi177.stderr: 2024-02-19T23:58:48.965 INFO:teuthology.orchestra.run.smithi177.stderr:real 0m1.367s 2024-02-19T23:58:48.966 INFO:teuthology.orchestra.run.smithi177.stderr:user 0m4.882s 2024-02-19T23:58:48.966 INFO:teuthology.orchestra.run.smithi177.stderr:sys 0m0.186s 2024-02-19T23:58:49.325 INFO:teuthology.orchestra.run.smithi038.stderr: 93.4% -- replaced with /var/log/ceph/d7050478-cf7d-11ee-95bb-87774f69a715/ceph-osd.3.log.gz 2024-02-19T23:58:49.327 INFO:teuthology.orchestra.run.smithi038.stderr: 2024-02-19T23:58:49.328 INFO:teuthology.orchestra.run.smithi038.stderr:real 0m1.727s 2024-02-19T23:58:49.328 INFO:teuthology.orchestra.run.smithi038.stderr:user 0m6.208s 2024-02-19T23:58:49.328 INFO:teuthology.orchestra.run.smithi038.stderr:sys 0m0.246s 2024-02-19T23:58:49.328 INFO:tasks.cephadm:Archiving logs... 2024-02-19T23:58:49.328 DEBUG:teuthology.misc:Transferring archived files from smithi038:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568079/remote/ubuntu@smithi038.front.sepia.ceph.com/log 2024-02-19T23:58:49.329 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-19T23:58:50.203 DEBUG:teuthology.misc:Transferring archived files from smithi177:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568079/remote/ubuntu@smithi177.front.sepia.ceph.com/log 2024-02-19T23:58:50.203 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-19T23:58:51.044 INFO:tasks.cephadm:Removing cluster... 2024-02-19T23:58:51.045 DEBUG:teuthology.orchestra.run.smithi038:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d7050478-cf7d-11ee-95bb-87774f69a715 --force 2024-02-19T23:58:51.570 DEBUG:teuthology.orchestra.run.smithi177:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid d7050478-cf7d-11ee-95bb-87774f69a715 --force 2024-02-19T23:58:52.021 INFO:tasks.cephadm:Removing cephadm ... 2024-02-19T23:58:52.021 DEBUG:teuthology.orchestra.run.smithi038:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-19T23:58:52.043 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-19T23:58:52.060 INFO:tasks.cephadm:Teardown complete 2024-02-19T23:58:52.061 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-19T23:58:52.074 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi038:/dev/vg_nvme/lv_1... 2024-02-19T23:58:52.074 DEBUG:teuthology.orchestra.run.smithi038:> sudo nvme disconnect -n lv_1 2024-02-19T23:58:52.219 INFO:teuthology.orchestra.run.smithi038.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-19T23:58:52.221 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:58:52.222 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi038:/dev/vg_nvme/lv_2... 2024-02-19T23:58:52.222 DEBUG:teuthology.orchestra.run.smithi038:> sudo nvme disconnect -n lv_2 2024-02-19T23:58:52.356 INFO:teuthology.orchestra.run.smithi038.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-19T23:58:52.358 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:58:52.358 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi038:/dev/vg_nvme/lv_3... 2024-02-19T23:58:52.358 DEBUG:teuthology.orchestra.run.smithi038:> sudo nvme disconnect -n lv_3 2024-02-19T23:58:52.514 INFO:teuthology.orchestra.run.smithi038.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-19T23:58:52.516 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:58:52.517 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi038:/dev/vg_nvme/lv_4... 2024-02-19T23:58:52.517 DEBUG:teuthology.orchestra.run.smithi038:> sudo nvme disconnect -n lv_4 2024-02-19T23:58:52.654 INFO:teuthology.orchestra.run.smithi038.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-19T23:58:52.656 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:58:52.657 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-02-19T23:58:52.657 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/scratch_devs 2024-02-19T23:58:52.692 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi177:/dev/vg_nvme/lv_1... 2024-02-19T23:58:52.692 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme disconnect -n lv_1 2024-02-19T23:58:52.818 INFO:teuthology.orchestra.run.smithi177.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-19T23:58:52.819 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:58:52.820 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi177:/dev/vg_nvme/lv_2... 2024-02-19T23:58:52.820 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme disconnect -n lv_2 2024-02-19T23:58:52.955 INFO:teuthology.orchestra.run.smithi177.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-19T23:58:52.956 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:58:52.957 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi177:/dev/vg_nvme/lv_3... 2024-02-19T23:58:52.957 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme disconnect -n lv_3 2024-02-19T23:58:53.089 INFO:teuthology.orchestra.run.smithi177.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-19T23:58:53.090 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:58:53.090 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi177:/dev/vg_nvme/lv_4... 2024-02-19T23:58:53.091 DEBUG:teuthology.orchestra.run.smithi177:> sudo nvme disconnect -n lv_4 2024-02-19T23:58:53.207 INFO:teuthology.orchestra.run.smithi177.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-19T23:58:53.208 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:58:53.208 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2024-02-19T23:58:53.208 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/scratch_devs 2024-02-19T23:58:53.235 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-19T23:58:53.246 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-19T23:58:53.247 DEBUG:teuthology.orchestra.run.smithi038:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-19T23:58:53.250 DEBUG:teuthology.orchestra.run.smithi177:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-19T23:58:53.268 INFO:teuthology.orchestra.run.smithi038.stderr:bash: ntpq: command not found 2024-02-19T23:58:53.273 INFO:teuthology.orchestra.run.smithi038.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-19T23:58:53.274 INFO:teuthology.orchestra.run.smithi038.stdout:=============================================================================== 2024-02-19T23:58:53.274 INFO:teuthology.orchestra.run.smithi038.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 33 +156us[ +156us] +/- 102ms 2024-02-19T23:58:53.274 INFO:teuthology.orchestra.run.smithi038.stdout:^* hv02.front.sepia.ceph.com 3 7 377 99 -955us[ -974us] +/- 57ms 2024-02-19T23:58:53.274 INFO:teuthology.orchestra.run.smithi038.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 35 +1369us[+1369us] +/- 91ms 2024-02-19T23:58:53.274 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:58:53.291 INFO:teuthology.orchestra.run.smithi177.stderr:bash: ntpq: command not found 2024-02-19T23:58:53.295 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-19T23:58:53.295 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2024-02-19T23:58:53.296 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 31 +216us[ +216us] +/- 102ms 2024-02-19T23:58:53.296 INFO:teuthology.orchestra.run.smithi177.stdout:^* hv02.front.sepia.ceph.com 3 6 377 35 -957us[ -954us] +/- 58ms 2024-02-19T23:58:53.296 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 36 +1439us[+1442us] +/- 91ms 2024-02-19T23:58:53.296 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-02-19T23:58:53.297 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-19T23:58:53.307 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-19T23:58:53.308 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-19T23:58:53.318 DEBUG:teuthology.orchestra.run.smithi038:> 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-19T23:58:53.405 DEBUG:teuthology.orchestra.run.smithi177:> 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-19T23:58:53.467 DEBUG:teuthology.orchestra.run.smithi038:> 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-19T23:58:53.505 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:58:53.505 DEBUG:teuthology.orchestra.run.smithi177:> 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-19T23:58:53.534 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:58:53.535 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-19T23:58:53.545 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-19T23:58:53.555 INFO:teuthology.task.internal:Duration was 2858.508446 seconds 2024-02-19T23:58:53.556 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-19T23:58:53.566 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-19T23:58:53.566 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-19T23:58:53.569 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-19T23:58:53.622 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-19T23:58:53.627 INFO:teuthology.orchestra.run.smithi038.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-19T23:58:54.112 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-19T23:58:54.112 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi038.front.sepia.ceph.com 2024-02-19T23:58:54.112 DEBUG:teuthology.orchestra.run.smithi038:> 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-19T23:58:54.139 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi177.front.sepia.ceph.com 2024-02-19T23:58:54.140 DEBUG:teuthology.orchestra.run.smithi177:> 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-19T23:58:54.163 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-19T23:58:54.164 DEBUG:teuthology.orchestra.run.smithi038:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-19T23:58:54.183 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-19T23:58:54.272 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-19T23:58:54.272 DEBUG:teuthology.orchestra.run.smithi038:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-19T23:58:54.274 DEBUG:teuthology.orchestra.run.smithi177:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-19T23:58:54.453 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-19T23:58:54.466 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-19T23:58:54.466 DEBUG:teuthology.orchestra.run.smithi038:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-19T23:58:54.497 DEBUG:teuthology.orchestra.run.smithi177:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-19T23:58:54.527 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-19T23:58:54.540 DEBUG:teuthology.orchestra.run.smithi038:> 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-19T23:58:54.542 DEBUG:teuthology.orchestra.run.smithi177:> 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-19T23:58:54.572 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern = core 2024-02-19T23:58:54.590 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = core 2024-02-19T23:58:54.618 DEBUG:teuthology.orchestra.run.smithi038:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-19T23:58:54.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:58:54.664 DEBUG:teuthology.orchestra.run.smithi177:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-19T23:58:54.679 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:58:54.680 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-19T23:58:54.691 INFO:teuthology.task.internal:Transferring archived files... 2024-02-19T23:58:54.692 DEBUG:teuthology.misc:Transferring archived files from smithi038:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568079/remote/smithi038 2024-02-19T23:58:54.693 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-19T23:58:54.760 DEBUG:teuthology.misc:Transferring archived files from smithi177:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568079/remote/smithi177 2024-02-19T23:58:54.761 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-19T23:58:54.802 INFO:teuthology.task.internal:Removing archive directory... 2024-02-19T23:58:54.802 DEBUG:teuthology.orchestra.run.smithi038:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-19T23:58:54.804 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-19T23:58:54.852 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-19T23:58:54.863 INFO:teuthology.task.internal:Not uploading archives. 2024-02-19T23:58:54.863 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-19T23:58:54.874 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-19T23:58:54.875 DEBUG:teuthology.orchestra.run.smithi038:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-19T23:58:54.879 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-19T23:58:54.897 INFO:teuthology.orchestra.run.smithi038.stdout: 262175 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 19 23:58 /home/ubuntu/cephtest 2024-02-19T23:58:54.908 INFO:teuthology.orchestra.run.smithi177.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 19 23:58 /home/ubuntu/cephtest 2024-02-19T23:58:54.910 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-19T23:58:54.921 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-19T23:58:54.944 INFO:teuthology.nuke:Checking targets against current locks 2024-02-19T23:58:54.973 DEBUG:teuthology.nuke:shortname: smithi038 2024-02-19T23:58:54.974 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-19T23:58:55.000 DEBUG:teuthology.nuke:shortname: smithi177 2024-02-19T23:58:55.000 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-19T23:58:55.003 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi038.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568079', '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-19 23:05:44.595833', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJAAe+6GLSiP1cg6NFuFRE44CaEqLE0X+2BjDA3JAjaHRyxeLkCClm6u06EnKqaftzafKe+yFqjFu5bd8LlCIPk='} 2024-02-19T23:58:55.025 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568079', '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-19 23:05:44.597603', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBF1QMzAnBuMSRDB7xPanRox0FYxV07zyB6BWQaa3it+T3N3EMkA//u8MFg6m0aZgMEsuIhU1t3XxQUqaN+3GwUs='} 2024-02-19T23:58:55.062 INFO:teuthology.orchestra.console.smithi038:Power off 2024-02-19T23:58:55.063 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-19T23:58:55.088 DEBUG:teuthology.orchestra.console.smithi038:power off output: Chassis Power Control: Down/Off 2024-02-19T23:58:55.088 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-19T23:58:55.103 INFO:teuthology.orchestra.console.smithi177:Power off 2024-02-19T23:58:55.104 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-19T23:58:55.114 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2024-02-19T23:58:55.125 DEBUG:teuthology.orchestra.console.smithi177:power off output: Chassis Power Control: Down/Off 2024-02-19T23:58:55.125 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-19T23:58:55.148 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2024-02-19T23:58:59.115 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-19T23:58:59.150 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-19T23:58:59.226 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2024-02-19T23:58:59.260 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2024-02-19T23:59:03.228 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-19T23:59:03.261 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-19T23:59:03.339 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2024-02-19T23:59:03.372 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is off 2024-02-19T23:59:03.472 INFO:teuthology.orchestra.console.smithi177:Power off completed 2024-02-19T23:59:07.340 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-19T23:59:07.450 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is off 2024-02-19T23:59:07.550 INFO:teuthology.orchestra.console.smithi038:Power off completed 2024-02-19T23:59:07.655 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-bucket 3-final} duration: 2858.5084455013275 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=208147b3c8db4505b740480ab14132d0 status: fail success: false 2024-02-19T23:59:07.655 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-19T23:59:07.735 INFO:teuthology.run:FAIL